RFR: 8142437: SafepointTest.java is occasionally failing in JPRT (original) (raw)
Coleen Phillimore coleen.phillimore at oracle.com
Tue Nov 10 21:16:08 UTC 2015
- Previous message: RFR: 8142437: SafepointTest.java is occasionally failing in JPRT
- Next message: RFR: 8142437: SafepointTest.java is occasionally failing in JPRT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This looks good. Thank you for fixing this so quickly! Coleen
On 11/10/15 4:10 PM, Rachel Protacio wrote:
Hello,
Please see this small fix, which removes the flaky code. We know the safepoint logging system works - this is a compilation timing issue - so this change does not damage the integrity of the test. I also improved the class name and some comments. Summary: A method compilation causing a specific log message to print, is not always being compiled. The log message is not central to testing the safepoint logging functionality, so it should be removed. Open webrev: http://cr.openjdk.java.net/~rprotacio/8142437/ Bug: https://bugs.openjdk.java.net/browse/JDK-8142437 Thank you, Rachel
- Previous message: RFR: 8142437: SafepointTest.java is occasionally failing in JPRT
- Next message: RFR: 8142437: SafepointTest.java is occasionally failing in JPRT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]