comparison src/share/vm/runtime/globals.hpp @ 61:5a76ab815e34

6667833: Remove CacheTimeMillis Summary: Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
author sbohne
date Wed, 19 Mar 2008 09:58:01 -0400
parents a61af66fc99e
children cd0742ba123c
comparison
equal deleted inserted replaced
60:8d84e28e68ba 61:5a76ab815e34
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") \