JDK-8209575 : [AOT] Wrong number of exception events: 2, expected: 3 when vm/jvmti/Exception/excp001/excp00101/excp00101.html is executed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 10,11,12
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-08-16
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Duplicate :  
Relates :  
Description
please check comments section for steps to reproduce
Comments
Looks similar to JDK-8209188. Igor, could you please have a look? Thanks.
16-08-2018

ILW = Incorrect execution of compiled code (different number of exceptions thrown), specialized tests with AOT'ed java.base, don't use AOT = HLM = P3
16-08-2018

RULE "vm/jvmti/Exception/excp001/excp00101/excp00101" any any
16-08-2018

<FAILURE_LOG_SNIPPET> Unexpected exception event: Ljavasoft/sqe/tests/vm/jvmti/excp001/excp00101/excp00101c; thrown at Ljavasoft/sqe/tests/vm/jvmti/excp001/excp00101/excp00101a;.run()V catch at Ljavasoft/sqe/tests/vm/jvmti/excp001/excp00101/excp00101a;.run()V 1312 9283 aot[ 1] java.lang.IndexOutOfBoundsException.<init>()V 1312 9284 aot[ 1] java.lang.IndexOutOfBoundsException.<init>(Ljava/lang/String;)V 1312 9285 aot[ 1] java.lang.IndexOutOfBoundsException.<init>(I)V 1312 9286 aot[ 1] java.lang.ArrayIndexOutOfBoundsException.<init>()V 1312 9287 aot[ 1] java.lang.ArrayIndexOutOfBoundsException.<init>(Ljava/lang/String;)V 1312 9288 aot[ 1] java.lang.ArrayIndexOutOfBoundsException.<init>(I)V Wrong number of exception events: 2, expected: 3 1313 9289 aot[ 1] java.lang.Shutdown.<init>()V 1313 9290 aot[ 1] java.lang.Shutdown.exit(I)V 1313 9291 aot[ 1] java.lang.Shutdown.shutdown()V 1313 9292 aot[ 1] java.lang.Shutdown.halt(I)V 1313 9293 aot[ 1] java.lang.Shutdown.<clinit>()V 1313 9294 aot[ 1] java.lang.Shutdown.runHooks()V 1313 9295 aot[ 1] java.lang.Shutdown.add(IZLjava/lang/Runnable;)V 1314 9296 aot[ 1] java.lang.Shutdown$Lock.<init>()V result: Failed. test failed </FAILURE_LOG_SNIPPET>
16-08-2018