Changed Methods |
long freeMemory()
|
Documentation changed from old to new. |
Returns the amount of free memory in the Java Virtual Machine. |
void gc()
|
Documentation changed from old to new. |
Runs the garbage collector. |
InputStream getLocalizedInputStream(InputStream )
|
Documentation changed from old to new. |
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes. |
void load(String )
|
Documentation changed from old to new. |
Loads the specified filename as a dynamic library. |
void runFinalization()
|
Documentation changed from old to new. |
Runs the finalization methods of any objects pending finalization. |
long totalMemory()
|
Documentation changed from old to new. |
Returns the total amount of memory in the Java virtual machine. |
void traceInstructions(boolean )
|
Documentation changed from old to new. |
Enables/Disables tracing of instructions. |
void traceMethodCalls(boolean )
|
Documentation changed from old to new. |
Enables/Disables tracing of method calls. |
Process exec(String, String[], File)
|
Documentation changed from old to new. |
Executes the specified string command in a separate process with the specified environment and working directory. |
Process exec(String[], String[], File)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory. |