RFR: 8143157: Convert TraceVMOperation to Unified Logging (original) (raw)

Rachel Protacio rachel.protacio at oracle.com
Fri Nov 20 19:27:43 UTC 2015


Thank you, David, Kirk, Marcus, Max, and Coleen, for all your comments.

Updated webrev: http://cr.openjdk.java.net/~rprotacio/8143157.01/ Changes:

Thank you, Rachel

*Sample output:

$ java -Xlog:vmoperation=debug VMOperationTestMain
[0.262s][debug  ][vmoperation] begin VM_Operation
(0x00007f01a029a700): G1CollectFull, mode: safepoint, requested by
thread 0x00007f0198018000
[0.278s][debug  ][vmoperation] end VM_Operation
(0x00007f01a029a700): G1CollectFull, mode: safepoint, requested by
thread 0x00007f0198018000

On 11/17/2015 2:50 PM, Rachel Protacio wrote:

Hi,

Please review the following small logging enhancement. Summary: The former -XX:+TraceVMOperation flag is updated to the unified logging framework and is now replaced with -Xlog:vmoperation in product mode. Open webrev: http://cr.openjdk.java.net/~rprotacio/8143157/ Bug: https://bugs.openjdk.java.net/browse/JDK-8143157 Testing: Passes jtreg, JPRT, RBT quick tests, and refworkload performance tests. A compatability request has been accepted with regard to this change. Thank you very much, Rachel



More information about the hotspot-runtime-dev mailing list