RFR: 8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test

Rachel Protacio rachel.protacio at oracle.com
Mon Jan 25 21:26:34 UTC 2016


Hi,

Please review this fix for bug 8146137, where 
logging/ExceptionsTest.java was failing because of an optimized-away 
exception not being printed in embedded/arm, which does not use Tiered 
Compilation. Rather than fight with the platform, I've deleted the 
portion of the test looking for that compiled function's exception message.

To save time, I'll note that David Holmes and Coleen both reviewed the 
code offline already.

Open webrev: http://cr.openjdk.java.net/~rprotacio/8146137/
Bug: https://bugs.openjdk.java.net/browse/JDK-8146137 (apologies for 
it's being confidential)
Passes JPRT testing.

Thank you,
Rachel



More information about the hotspot-runtime-dev mailing list