comparison src/share/vm/graal/graalGlobals.hpp @ 7217:fdba3a43483a

removed unused C++ globals
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 14:57:13 +0100
parents 1baf7f1e3f23
children 8a3efb8c831d
comparison
equal deleted inserted replaced
7216:5a95c784febf 7217:fdba3a43483a
49 \ 49 \
50 product(bool, BootstrapGraal, true, \ 50 product(bool, BootstrapGraal, true, \
51 "Bootstrap Graal before running Java main method") \ 51 "Bootstrap Graal before running Java main method") \
52 \ 52 \
53 product(ccstr, GraalClassPath, NULL, \ 53 product(ccstr, GraalClassPath, NULL, \
54 "Use the class path for Graal classes") \ 54 "Use this path, zip, or jar, to locate Graal-specific classes") \
55 \ 55 \
56 product(intx, TraceGraal, 0, \ 56 product(intx, TraceGraal, 0, \
57 "Trace level for Graal") \ 57 "Trace level for Graal") \
58 \ 58 \
59 product(bool, TraceSignals, false, \ 59 product(bool, TraceSignals, false, \
60 "Trace signals and implicit exception handling") \ 60 "Trace signals and implicit exception handling") \
61 \ 61 \
62 product_pd(intx, SafepointPollOffset, \ 62 product_pd(intx, SafepointPollOffset, \
63 "Offset added to polling address (Intel only)") \ 63 "Offset added to polling address (Intel only)") \
64 \
65 develop(bool, UseFastNewInstance, true, \
66 "Use fast inlined instance allocation") \
67 \ 64 \
68 develop(bool, UseFastNewTypeArray, true, \ 65 develop(bool, UseFastNewTypeArray, true, \
69 "Use fast inlined type array allocation") \ 66 "Use fast inlined type array allocation") \
70 \ 67 \
71 develop(bool, UseFastNewObjectArray, true, \ 68 develop(bool, UseFastNewObjectArray, true, \