RFR (S): 8151614: Improve logging in concurrent mark code (original) (raw)
Thomas Schatzl thomas.schatzl at oracle.com
Thu Mar 10 17:02:18 UTC 2016
- Previous message (by thread): RFR(L): 8151601: Cleanup locking of the Reference pending list
- Next message (by thread): RFR (S): 8151614: Improve logging in concurrent mark code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
can I have reviews for this change that improves the logging code for concurrent mark by:
- removes the need to have two scoped objects, one for logging, one for JFR for every phase
- tries to make the phase names correspond to method names
- add a "marking" tag to marking related log messages
- removes a duplicate log message ("Restart for overflow") at different levels
CR: https://bugs.openjdk.java.net/browse/JDK-8151614 Webrev: http://cr.openjdk.java.net/~tschatzl/8151614/webrev/ Testing: jprt
Thanks, Thomas
- Previous message (by thread): RFR(L): 8151601: Cleanup locking of the Reference pending list
- Next message (by thread): RFR (S): 8151614: Improve logging in concurrent mark code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]