comparison src/share/vm/runtime/globals.hpp @ 1996:f0ef5f5a460f

Merge
author ysr
date Thu, 09 Dec 2010 21:47:58 -0800
parents 016a3628c885 828eafbd85cc
children 06f017f7daa7 7246a374a9f2
comparison
equal deleted inserted replaced
1995:8df09fb45352 1996:f0ef5f5a460f
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") \