-
Bug
-
Resolution: Fixed
-
P2
-
17, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8341809 | 17.0.14-oracle | Fairoz Matte | P2 | Resolved | Fixed | b02 |
JDK-8301104 | 17.0.7 | Yasumasa Suenaga | P2 | Resolved | Fixed | b01 |
inline const char* type2name(BasicType t) {
assert((uint)t < T_CONFLICT + 1, "invalid type");
return type2name_tab[t];
}
which is failing with test
compiler/jvmci/errors/TestInvalidDebugInfo.java
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/System/Volumes/Data/mesos/work_dir/slaves/779adf21-f3e5-4e6a-a889-8cc0f9bc6fbb-S22603/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/e7f496e2-6bc7-427d-bf09-99efa3070561/runs/a80eec9d-dc25-4365-af92-a17adf8c94f5/workspace/open/src/hotspot/share/utilities/globalDefinitions.hpp:735), pid=21774, tid=25603
# assert((uint)t < T_CONFLICT + 1) failed: invalid type
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/System/Volumes/Data/mesos/work_dir/slaves/779adf21-f3e5-4e6a-a889-8cc0f9bc6fbb-S22603/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/e7f496e2-6bc7-427d-bf09-99efa3070561/runs/a80eec9d-dc25-4365-af92-a17adf8c94f5/workspace/open/src/hotspot/share/utilities/globalDefinitions.hpp:735), pid=21774, tid=25603
# assert((uint)t < T_CONFLICT + 1) failed: invalid type
- backported by
-
JDK-8301104 compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #
- Resolved
-
JDK-8341809 compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #
- Resolved
- relates to
-
JDK-8293691 converting a defined BasicType value to a string should not crash the VM
- Resolved
-
JDK-8286562 GCC 12 reports some compiler warnings
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/39933016
-
Commit openjdk/jdk/e3791ecf
-
Review openjdk/jdk17u-dev/1090
-
Review openjdk/jdk/8954