comparison src/share/vm/runtime/globals.hpp @ 62:cd0742ba123c

Merge
author kamg
date Thu, 20 Mar 2008 09:17:30 -0500
parents d825a8a2bd39 5a76ab815e34
children d6fe2e4959d6
comparison
equal deleted inserted replaced
52:75b0f3cb1943 62:cd0742ba123c
342 "Use large pages if max heap is at least this big") \ 342 "Use large pages if max heap is at least this big") \
343 \ 343 \
344 product(bool, ForceTimeHighResolution, false, \ 344 product(bool, ForceTimeHighResolution, false, \
345 "Using high time resolution(For Win32 only)") \ 345 "Using high time resolution(For Win32 only)") \
346 \ 346 \
347 product(bool, CacheTimeMillis, false, \
348 "Cache os::javaTimeMillis with CacheTimeMillisGranularity") \
349 \
350 diagnostic(uintx, CacheTimeMillisGranularity, 50, \
351 "Granularity for CacheTimeMillis") \
352 \
353 develop(bool, TraceItables, false, \ 347 develop(bool, TraceItables, false, \
354 "Trace initialization and use of itables") \ 348 "Trace initialization and use of itables") \
355 \ 349 \
356 develop(bool, TracePcPatching, false, \ 350 develop(bool, TracePcPatching, false, \
357 "Trace usage of frame::patch_pc") \ 351 "Trace usage of frame::patch_pc") \