RFR(XS) : 8055269 : java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently (original) (raw)

Igor Ignatyev igor.ignatyev at oracle.com
Mon May 18 17:51:10 UTC 2015


http://cr.openjdk.java.net/~iignatyev/8055269/webrev.00/ 23 lines changed: 8 ins; 9 del; 6 mod

Hi all,

please review the tiny fix for CatchExceptionTest test.

problem: the tests generates a target w/ 255 parameters, so a corresponding handler should have 256 parameters. that violates restrictions.

fix: limit target's arity by 254

side changes:

testing: locally, w/ and w/o -Dthorough JBS: https://jbs.oracle.com/bugs/browse/JDK-8055269

-- Igor



More information about the core-libs-dev mailing list