RFR(S): 8068314: "Java fields that are currently set during shared space dumping" comment is incorrect

Jiangli Zhou jiangli.zhou at Oracle.COM
Fri Sep 15 19:29:47 UTC 2017


Hi,

Please review following changes for 8068314.

webrev: http://cr.openjdk.java.net/~jiangli/8068314/webrev.00/ <http://cr.openjdk.java.net/~jiangli/8068314/webrev.00/>
bug: https://bugs.openjdk.java.net/browse/JDK-8068314 <https://bugs.openjdk.java.net/browse/JDK-8068314>

The change cleans up out dated code and comments in universe_post_init(). The preallocated out_of_memory errors could be used during CDS/AppCDS dump time, especially with the use of java class loader instances and executing java code during dump time. Also, initializing the error messages during dump time has no unwanted side effects on the archived data.

Tested with CDS/AppCDS related tests.

Thanks,
Jiangli


More information about the hotspot-runtime-dev mailing list