JDK-7191323 : JSR292 regression: compiler/7141637/SpreadNullArg.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs24
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-14
  • Updated: 2014-06-04
  • Resolved: 2012-08-15
Related Reports
Duplicate :  
Relates :  
Description
compiler/7141637/SpreadNullArg.java regression test failed in PIT of hs24-b20 for jdk8-b52.

Comments
The fix for JDK-8001109 removed the code that was guarded by RAISE_RANDOM_EXCEPTIONS but the test for JDK-7141637 wasn't fixed.
26-11-2013

Funny. This bug is back: cthaling@macbook:~/ws/graal/test/compiler/7141637$ java -showversion SpreadNullArg java version "1.8.0-ea" Java(TM) SE Runtime Environment (build 1.8.0-ea-b116) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b58, mixed mode) Exception in thread "main" java.lang.Error: java.lang.IllegalArgumentException: array is not of length 1 at SpreadNullArg.main(SpreadNullArg.java:52) Caused by: java.lang.IllegalArgumentException: array is not of length 1 at java.lang.invoke.MethodHandleStatics.newIllegalArgumentException(MethodHandleStatics.java:109) at java.lang.invoke.MethodHandleImpl.checkSpreadArgument(MethodHandleImpl.java:477) at SpreadNullArg.main(SpreadNullArg.java:48)
26-11-2013

EVALUATION This bug was fixed by an umbrella bug for nightly failures.
15-08-2012