-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b04
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8324381 | 22.0.1 | Serguei Spitsyn | P4 | Resolved | Fixed | b02 |
| JDK-8323633 | 22 | Serguei Spitsyn | P4 | Resolved | Fixed | b32 |
The JVM_VirtualThread* functions have this fragment:
#else
fatal("Should only be called with JVMTI enabled");
#endif
The calls to fatal() have to be removed.
#else
fatal("Should only be called with JVMTI enabled");
#endif
The calls to fatal() have to be removed.
- backported by
-
JDK-8323633 remove fatal from JVM_VirtualThread functions for !INCLUDE_JVMTI
-
- Resolved
-
-
JDK-8324381 remove fatal from JVM_VirtualThread functions for !INCLUDE_JVMTI
-
- Resolved
-
- links to
-
Commit
openjdk/jdk22/71a05bf0
-
Commit
openjdk/jdk/aff659aa
-
Review
openjdk/jdk22/65
-
Review
openjdk/jdk/17174
(1 links to)