comparison src/share/vm/memory/metaspaceShared.cpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents 9c3dc501b5eb
children 78bbf4d43a14
comparison
equal deleted inserted replaced
17862:70dc2c030c69 17891:b6a2ba7d3ea7
643 // file. 643 // file.
644 void MetaspaceShared::preload_and_dump(TRAPS) { 644 void MetaspaceShared::preload_and_dump(TRAPS) {
645 TraceTime timer("Dump Shared Spaces", TraceStartupTime); 645 TraceTime timer("Dump Shared Spaces", TraceStartupTime);
646 ResourceMark rm; 646 ResourceMark rm;
647 647
648 // Lock out GC - is it necessary? I don't think we care.
649 No_GC_Verifier no_gc;
650
651 // Preload classes to be shared. 648 // Preload classes to be shared.
652 // Should use some os:: method rather than fopen() here. aB. 649 // Should use some os:: method rather than fopen() here. aB.
653 // Construct the path to the class list (in jre/lib) 650 // Construct the path to the class list (in jre/lib)
654 // Walk up two directories from the location of the VM and 651 // Walk up two directories from the location of the VM and
655 // optionally tack on "lib" (depending on platform) 652 // optionally tack on "lib" (depending on platform)