diff src/share/vm/graal/graalGlobals.hpp @ 12739:b699233403ad

Delegate hprof enabled information from hotspot to graal
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Sat, 09 Nov 2013 21:32:51 +0100
parents b038b643a3a4
children 10f943c778f6
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Sat Nov 09 21:30:33 2013 +0100
+++ b/src/share/vm/graal/graalGlobals.hpp	Sat Nov 09 21:32:51 2013 +0100
@@ -58,6 +58,9 @@
   product(bool, GraalDeferredInitBarriers, true,                            \
           "Defer write barriers of young objects")                          \
                                                                             \
+  product(bool, GraalHProfEnabled, false,                                   \
+          "Is Heap  Profiler enabled")                                      \
+                                                                            \
   develop(bool, GraalUseFastLocking, true,                                  \
           "Use fast inlined locking code")                                  \
                                                                             \