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
- Previous message: RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
- Next message: RFR(XS) : 8055269 : java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:
- cover a handler w/o dropped arguments case
- fix a typo in a comment
- always print maxArg, maxDrop and generated parameters' classes
- print test properties in runTest method instead of ctor.
testing: locally, w/ and w/o -Dthorough JBS: https://jbs.oracle.com/bugs/browse/JDK-8055269
-- Igor
- Previous message: RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
- Next message: RFR(XS) : 8055269 : java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]