diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/universe.cpp	Mon Feb 25 11:08:06 2013 +0100
+++ b/src/share/vm/memory/universe.cpp	Tue Feb 26 18:02:06 2013 +0100
@@ -750,6 +750,7 @@
 #ifndef SERIALGC
     G1CollectorPolicy* g1p = new G1CollectorPolicy();
     G1CollectedHeap* g1h = new G1CollectedHeap(g1p);
+    printf("MPIKA!");
     Universe::_collectedHeap = g1h;
 #else  // SERIALGC
     fatal("UseG1GC not supported in java kernel vm.");