-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b48
-
generic
-
solaris_8
A test debuggee test.java was run with class sharing on.
java -client -Xshare:on test &
core dump was forced using
gcore <pid>
When jstack (jmap, jinfo) was used against this core, UnmappedAddressException is thrown. Please refer to attached stack traces.
This problem occurred on Solaris.
When core was produced with no class sharing, the utils work as expected.
###@###.### 2004-04-11
java -client -Xshare:on test &
core dump was forced using
gcore <pid>
When jstack (jmap, jinfo) was used against this core, UnmappedAddressException is thrown. Please refer to attached stack traces.
This problem occurred on Solaris.
When core was produced with no class sharing, the utils work as expected.
###@###.### 2004-04-11
- relates to
-
JDK-5033011 SA utilities: jstack throws UnmappedAddressException on Linux core dumps when cl
- Resolved
-
JDK-5030619 TTY: Jdb should not try to get event request manager for read-only connectors
- Closed
-
JDK-5036584 SA-JDI: core file attach fails on {-client, class share} mode with fastdebug
- Closed