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