src/share/vm/runtime/globals.hpp

changeset 2322
828eafbd85cc
parent 2314
f95d63e2154a
child 2338
f0ef5f5a460f
equal deleted inserted replaced
2314:f95d63e2154a 2322:828eafbd85cc
1278 "Trace zapping dead locals") \ 1278 "Trace zapping dead locals") \
1279 \ 1279 \
1280 develop(bool, TraceStartupTime, false, \ 1280 develop(bool, TraceStartupTime, false, \
1281 "Trace setup time") \ 1281 "Trace setup time") \
1282 \ 1282 \
1283 develop(bool, TraceHPI, false, \
1284 "Trace Host Porting Interface (HPI)") \
1285 \
1286 product(ccstr, HPILibPath, NULL, \ 1283 product(ccstr, HPILibPath, NULL, \
1287 "Specify alternate path to HPI library") \ 1284 "Specify alternate path to HPI library") \
1288 \ 1285 \
1289 develop(bool, TraceProtectionDomainVerification, false, \ 1286 develop(bool, TraceProtectionDomainVerification, false, \
1290 "Trace protection domain verifcation") \ 1287 "Trace protection domain verifcation") \

mercurial