Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083007 | emb-9 | Kevin Walls | P3 | Resolved | Fixed | team |
JDK-8086430 | 8u65 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8074692 | 8u60 | Kevin Walls | P3 | Resolved | Fixed | b07 |
JDK-8137629 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8077446 | emb-8u60 | Kevin Walls | P3 | Resolved | Fixed | team |
JDK-8075491 | 7u85 | Kevin Walls | P3 | Resolved | Fixed | b05 |
Attaching jstack to a process can result in an infinite loop, as it reads type definitions, such as:
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Continuing.
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Continuing.
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Continuing.
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Continuing.
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Continuing.
Warning: the type "jboolean" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as -158127939785850880 twice. Conti...
The type-reading loop, if reading bad data, can loop forever: we could implement a limit in that read to protect ourselves.
- backported by
-
JDK-8074692 Infinite loop reading types during jmap attach.
-
- Resolved
-
-
JDK-8075491 Infinite loop reading types during jmap attach.
-
- Resolved
-
-
JDK-8077446 Infinite loop reading types during jmap attach.
-
- Resolved
-
-
JDK-8083007 Infinite loop reading types during jmap attach.
-
- Resolved
-
-
JDK-8086430 Infinite loop reading types during jmap attach.
-
- Resolved
-
-
JDK-8137629 Infinite loop reading types during jmap attach.
-
- Resolved
-
- relates to
-
JDK-8074320 Solaris packages for jdk7u create unnecessary link in jre/lib/sparc to jre/lib/sparc/client/libjvm
-
- Closed
-