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 23:00:41 UTC 2017


Thanks, Harold!

Jiangli

> On Sep 15, 2017, at 1:36 PM, harold seigel <harold.seigel at oracle.com> wrote:
> 
> Hi Jiangli,
> 
> The changes look good.
> 
> Thanks, Harold
> 
> 
> On 9/15/2017 3:29 PM, Jiangli Zhou wrote:
>> 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