changeset 7217:fdba3a43483a

removed unused C++ globals
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 14:57:13 +0100
parents 5a95c784febf
children df6a4adb2ab5
files src/cpu/x86/vm/graalGlobals_x86.hpp src/share/vm/graal/graalGlobals.hpp
diffstat 2 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalGlobals_x86.hpp	Tue Dec 04 11:14:23 2012 +0100
+++ b/src/cpu/x86/vm/graalGlobals_x86.hpp	Tue Dec 04 14:57:13 2012 +0100
@@ -43,7 +43,6 @@
 define_pd_global(intx, FreqInlineSize,               325  );
 define_pd_global(intx, NewSizeThreadIncrease,        4*K  );
 define_pd_global(uintx,MetaspaceSize,                12*M );
-define_pd_global(uintx,MaxPermSize,                  64*M );
 define_pd_global(bool, NeverActAsServerClassMachine, true );
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
 define_pd_global(bool, CICompileOSR,                 true );
@@ -58,13 +57,6 @@
 define_pd_global(uintx,CodeCacheMinBlockLength,      4);
 define_pd_global(intx, TypeProfileWidth,             8);
 
-define_pd_global(bool, RoundFPResults,               true );
-
-define_pd_global(bool, LIRFillDelaySlots,            false);
-define_pd_global(bool, OptimizeSinglePrecision,      true );
-define_pd_global(bool, CSEArrayLength,               false);
-define_pd_global(bool, TwoOperandLIRForm,            true );
-
 define_pd_global(intx, SafepointPollOffset,          256  );
 
 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP
--- a/src/share/vm/graal/graalGlobals.hpp	Tue Dec 04 11:14:23 2012 +0100
+++ b/src/share/vm/graal/graalGlobals.hpp	Tue Dec 04 14:57:13 2012 +0100
@@ -51,7 +51,7 @@
           "Bootstrap Graal before running Java main method")                \
                                                                             \
   product(ccstr, GraalClassPath, NULL,                                      \
-          "Use the class path for Graal classes")                           \
+          "Use this path, zip, or jar, to locate Graal-specific classes")   \
                                                                             \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
@@ -62,9 +62,6 @@
   product_pd(intx, SafepointPollOffset,                                     \
           "Offset added to polling address (Intel only)")                   \
                                                                             \
-  develop(bool, UseFastNewInstance, true,                                   \
-          "Use fast inlined instance allocation")                           \
-                                                                            \
   develop(bool, UseFastNewTypeArray, true,                                  \
           "Use fast inlined type array allocation")                         \
                                                                             \