Relates :
|
|
Relates :
|
|
Relates :
|
Currently VM.initializeFromArchive() has no return value. public static native void initializeFromArchive(Class<?> c); It might be useful to change it to return a boolean: True: if initialization from the archive is successful False: Not initialized from the archive (archived values are not mapped in the current process; there is an error during initialization from the archive; etc) Suggested by Claes.
|