comparison src/share/vm/memory/universe.cpp @ 8493:9412b1915547

-More G1 WB Integration-Addition of GenerateLEANode for G1 previous value equalities
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 26 Feb 2013 18:02:06 +0100
parents 203f64878aab
children 41fc46da946a
comparison
equal deleted inserted replaced
8492:286a49d423c9 8493:9412b1915547
748 748
749 } else if (UseG1GC) { 749 } else if (UseG1GC) {
750 #ifndef SERIALGC 750 #ifndef SERIALGC
751 G1CollectorPolicy* g1p = new G1CollectorPolicy(); 751 G1CollectorPolicy* g1p = new G1CollectorPolicy();
752 G1CollectedHeap* g1h = new G1CollectedHeap(g1p); 752 G1CollectedHeap* g1h = new G1CollectedHeap(g1p);
753 printf("MPIKA!");
753 Universe::_collectedHeap = g1h; 754 Universe::_collectedHeap = g1h;
754 #else // SERIALGC 755 #else // SERIALGC
755 fatal("UseG1GC not supported in java kernel vm."); 756 fatal("UseG1GC not supported in java kernel vm.");
756 #endif // SERIALGC 757 #endif // SERIALGC
757 758