diff src/share/vm/graal/graalCompilerToVM.cpp @ 8488:225c984588ee

-Snippetization of CMS write barriers
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 19 Feb 2013 16:53:10 +0100
parents 8bbbde9d0a52
children 92d21814cf7b
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Wed Feb 13 18:46:24 2013 +0100
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Tue Feb 19 16:53:10 2013 +0100
@@ -614,6 +614,7 @@
   set_boolean("usePopCountInstruction", UsePopCountInstruction);
   set_boolean("useAESIntrinsics", UseAESIntrinsics);
   set_boolean("useTLAB", UseTLAB);
+  set_boolean("useG1GC", UseG1GC);
   set_int("codeEntryAlignment", CodeEntryAlignment);
   set_int("vmPageSize", os::vm_page_size());
   set_int("stackShadowPages", StackShadowPages);