src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8148630 Sdiff src/share/vm/runtime

src/share/vm/runtime/globals.hpp

Print this page




1470           "Trace OopMapGeneration: print detailed cell states")             \
1471                                                                             \
1472   develop(bool, TimeOopMap, false,                                          \
1473           "Time calls to GenerateOopMap::compute_map() in sum")             \
1474                                                                             \
1475   develop(bool, TimeOopMap2, false,                                         \
1476           "Time calls to GenerateOopMap::compute_map() individually")       \
1477                                                                             \
1478   develop(bool, TraceMonitorMismatch, false,                                \
1479           "Trace monitor matching failures during OopMapGeneration")        \
1480                                                                             \
1481   develop(bool, TraceOopMapRewrites, false,                                 \
1482           "Trace rewriting of method oops during oop map generation")       \
1483                                                                             \
1484   develop(bool, TraceICBuffer, false,                                       \
1485           "Trace usage of IC buffer")                                       \
1486                                                                             \
1487   develop(bool, TraceCompiledIC, false,                                     \
1488           "Trace changes of compiled IC")                                   \
1489                                                                             \
1490   develop(bool, TraceStartupTime, false,                                    \
1491           "Trace setup time")                                               \
1492                                                                             \
1493   develop(bool, TraceProtectionDomainVerification, false,                   \
1494           "Trace protection domain verification")                           \
1495                                                                             \
1496   develop(bool, TraceClearedExceptions, false,                              \
1497           "Print when an exception is forcibly cleared")                    \
1498                                                                             \
1499   product(bool, TraceBiasedLocking, false,                                  \
1500           "Trace biased locking in JVM")                                    \
1501                                                                             \
1502   /* gc */                                                                  \
1503                                                                             \
1504   product(bool, UseSerialGC, false,                                         \
1505           "Use the Serial garbage collector")                               \
1506                                                                             \
1507   product(bool, UseG1GC, false,                                             \
1508           "Use the Garbage-First garbage collector")                        \
1509                                                                             \
1510   product(bool, UseParallelGC, false,                                       \
1511           "Use the Parallel Scavenge garbage collector")                    \
1512                                                                             \




1470           "Trace OopMapGeneration: print detailed cell states")             \
1471                                                                             \
1472   develop(bool, TimeOopMap, false,                                          \
1473           "Time calls to GenerateOopMap::compute_map() in sum")             \
1474                                                                             \
1475   develop(bool, TimeOopMap2, false,                                         \
1476           "Time calls to GenerateOopMap::compute_map() individually")       \
1477                                                                             \
1478   develop(bool, TraceMonitorMismatch, false,                                \
1479           "Trace monitor matching failures during OopMapGeneration")        \
1480                                                                             \
1481   develop(bool, TraceOopMapRewrites, false,                                 \
1482           "Trace rewriting of method oops during oop map generation")       \
1483                                                                             \
1484   develop(bool, TraceICBuffer, false,                                       \
1485           "Trace usage of IC buffer")                                       \
1486                                                                             \
1487   develop(bool, TraceCompiledIC, false,                                     \
1488           "Trace changes of compiled IC")                                   \
1489                                                                             \



1490   develop(bool, TraceProtectionDomainVerification, false,                   \
1491           "Trace protection domain verification")                           \
1492                                                                             \
1493   develop(bool, TraceClearedExceptions, false,                              \
1494           "Print when an exception is forcibly cleared")                    \
1495                                                                             \
1496   product(bool, TraceBiasedLocking, false,                                  \
1497           "Trace biased locking in JVM")                                    \
1498                                                                             \
1499   /* gc */                                                                  \
1500                                                                             \
1501   product(bool, UseSerialGC, false,                                         \
1502           "Use the Serial garbage collector")                               \
1503                                                                             \
1504   product(bool, UseG1GC, false,                                             \
1505           "Use the Garbage-First garbage collector")                        \
1506                                                                             \
1507   product(bool, UseParallelGC, false,                                       \
1508           "Use the Parallel Scavenge garbage collector")                    \
1509                                                                             \


src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File