| Interface | Description |
|---|---|
| JavaAWTAccess |
same as the others - we need to model it in case somebody uses Java 5,
or an earlier Java 6 version on OS X
|
| JavaIOAccess |
this is a placeholder for a Java 6 class, which we only have here to
support both Java 1.5 and 6 with the same set of env/ classes
see sun.msic.SharedSecrets for details
<2do> THIS IS GOING AWAY AS SOON AS WE OFFICIALLY SWITCH TO JAVA 6
|
| JavaIODeleteOnExitAccess |
this is a placeholder for a Java 6 class, which we only have here to
support both Java 1.5 and 6 with the same set of env/ classes
see sun.msic.SharedSecrets for details
<2do> THIS IS GOING AWAY AS SOON AS WE OFFICIALLY SWITCH TO JAVA 6
|
| JavaIOFileDescriptorAccess |
this is a placeholder for a Java 6 class, which we only have here to
support both Java 1.5 and 6 with the same set of env/ classes
see sun.msic.SharedSecrets for details
<2do> THIS IS GOING AWAY AS SOON AS WE OFFICIALLY SWITCH TO JAVA 6
|
| JavaLangAccess |
this is a placeholder for a Java 6 class, which we only have here to
support both Java 1.5 and 6 with the same set of env/ classes
see sun.misc.SharedSecrets for details
<2do> THIS IS GOING AWAY AS SOON AS WE OFFICIALLY SWITCH TO JAVA 6
|
| JavaNetAccess |
this is a placeholder for a Java 6 class, which we only have here to
support both Java 1.5 and 6 with the same set of env/ classes
see sun.msic.SharedSecrets for details
<2do> THIS IS GOING AWAY AS SOON AS WE OFFICIALLY SWITCH TO JAVA 6
|
| JavaNioAccess |
<2do> this is not supported yet
|
| JavaNioAccess.BufferPool |
| Class | Description |
|---|---|
| AtomicLong |
MJI model class for sun.misc.AtomicLong library abstraction
|
| Hashing |
this is a model class for sun.misc.Hashing, which is a Java 7 class we model
to make JPF compile under Java 6.
|
| SharedSecrets |
This is a backdoor mechanism in Java 6 to allow (some sort of)
controlled access to internals between packages, using
sun.misc.* interfaces (e.g.
|
| Unsafe |
Unsafe = unwanted.
|