-
Bug
-
Resolution: Fixed
-
P3
-
6u14
-
b01
-
generic
-
os_x
-
Not verified
The Java Console 'v' option to dump all threads' stacks does not work on Mac OS X due to differences in how the dynamic linker works on that platform compared to other Unix platforms. The libjvm.dylib already loaded by the current process can not be looked up via dlopen("libjvm.dylib").