After the integration of JDK-8360707 a new assertion is failing:
[2025-07-09T18:36:29,610Z] # A fatal error has been detected by the Java Runtime Environment:
[2025-07-09T18:36:29,610Z] #
[2025-07-09T18:36:29,610Z] # Internal Error (/opt/mach5/mesos/work_dir/slaves/d2398cde-9325-49c3-b030-8961a4f0a253-S646929/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/2fe6194e-d921-49fb-9db8-613ae4195648/runs/3b658841-bb07-45f0-98ea-3b4d25b60c14/workspace/open/src/hotspot/share/runtime/stubInfo.cpp:169), pid=269725, tid=269731
[2025-07-09T18:36:29,610Z] # assert(idx2 >= 0 && idx2 >= idx1) failed: bad blob ids first -1 and second -1
[2025-07-09T18:36:29,610Z] #
[2025-07-09T18:36:29,610Z] # JRE version: (26.0+6) (fastdebug build )
This is being seen during builds for Zero.
[2025-07-09T18:36:29,610Z] # A fatal error has been detected by the Java Runtime Environment:
[2025-07-09T18:36:29,610Z] #
[2025-07-09T18:36:29,610Z] # Internal Error (/opt/mach5/mesos/work_dir/slaves/d2398cde-9325-49c3-b030-8961a4f0a253-S646929/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/2fe6194e-d921-49fb-9db8-613ae4195648/runs/3b658841-bb07-45f0-98ea-3b4d25b60c14/workspace/open/src/hotspot/share/runtime/stubInfo.cpp:169), pid=269725, tid=269731
[2025-07-09T18:36:29,610Z] # assert(idx2 >= 0 && idx2 >= idx1) failed: bad blob ids first -1 and second -1
[2025-07-09T18:36:29,610Z] #
[2025-07-09T18:36:29,610Z] # JRE version: (26.0+6) (fastdebug build )
This is being seen during builds for Zero.
- caused by
-
JDK-8360707 Globally enumerate all blobs, stubs and entries
-
- Resolved
-
- duplicates
-
JDK-8361844 Build without C1 or C2 fails after 8360707
-
- Resolved
-