comparison src/share/vm/runtime/globals.hpp @ 1980:828eafbd85cc

6348631: remove the use of the HPI library from Hotspot Summary: move functions from hpi library to hotspot, communicate with licensees and open source community, check jdk for dependency, file CCC request Reviewed-by: coleenp, acorn, dsamersoff
author ikrylov
date Wed, 01 Dec 2010 18:26:32 -0500
parents f95d63e2154a
children f0ef5f5a460f
comparison
equal deleted inserted replaced
1972:f95d63e2154a 1980: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") \