Package sun.misc

Interface Summary
Compare  
ExtensionInstallationProvider This interface defines the contract a extension installation capable provided to the extension installation dependency mechanism to install new extensions on the user's disk
RegexpTarget A class to define actions to be performed when a regular expression match occurs.
VMNotification The sun.misc.VMNotification interface is implemented by classes wishing to receive events when the available memory changes state.
 

Class Summary
AuxPreloadClassLoader  
BASE64Decoder This class implements a BASE64 Character decoder as specified in RFC1521.
BASE64Encoder This class implements a BASE64 Character encoder as specified in RFC1521.
Cache The Cache class.
CDCAppClassLoader  
CharacterDecoder This class defines the decoding half of character encoders.
CharacterEncoder This class defines the encoding half of character encoders.
ClassFileTransformer This is an abstract base class which is called by java.lang.ClassLoader when ClassFormatError is thrown inside defineClass().
CompoundEnumeration  
CVM  
CVMJVMPI  
CVMJVMTI  
ExtensionDependency This class checks dependent extensions a particular jar file may have declared through its manifest attributes.
ExtensionInfo This class holds all necessary information to install or upgrade a extension on the user's disk
GC Support for garbage-collection latency requests.
GC.LatencyRequest Represents an active garbage-collection latency request.
HexDumpEncoder This class encodes a buffer into the classic: "Hexadecimal Dump" format of the past.
JarIndex This class is used to maintain mappings from packages, classes and resources to their enclosing JAR files.
JIT  
Launcher This class is used by the system to launch the main application.
LogicalVM  
MemberFilter  
MessageUtils MessageUtils: miscellaneous utilities for handling error and status properties and messages.
MIDletClassLoader  
MIDPConfig  
MIDPImplementationClassLoader  
MIDPInternalConnectorImpl  
MIDPLauncher  
ProxyGenerator ProxyGenerator contains the code to generate a dynamic proxy class for the java.lang.reflect.Proxy API.
Queue Queue: implements a simple queue mechanism.
Ref Deprecated. This class has been replaced by java.util.SoftReference.
Regexp A class to represent a regular expression.
RegexpPool A class to represent a pool of regular expressions.
Resource This class is used to represent a Resource that has been loaded from the class path.
Service A simple service-provider lookup mechanism.
SoftCache A memory-sensitive implementation of the Map interface.
Sort  
ThreadRegistry  
TimeStamps  
URLClassPath This class is used to maintain a search path of URLs for loading classes and resources from both JAR files and directories.
Version  
VM The Sun.misc.vm class provides an interface to the memory management system of the Virtual Machine so that applications and applets can be informed of the state of memory system.
VMInspector  
Warmup  
 

Exception Summary
CEFormatException  
CEStreamExhausted This exception is thrown when EOF is reached
ExtensionInstallationException  
InvalidJarIndexException Thrown if the URLClassLoader finds the INDEX.LIST file of a jar file contains incorrect information.
REException A class to signal exception from the RegexpPool class.
 

Error Summary
ServiceConfigurationError Error thrown when something goes wrong while looking up service providers.