-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6
-
generic
-
generic
Dynamic attach is broken too. See the description in that bug:
6348630: initial thread != primordial thread confuses attach tests
If you do
java Xxx &
and it reports the PID as 89, on solaris, and before the fix for
6316197, you can then do jstat or jconsole on 89.
Now, that fails on linux with the older thread lib.
6348630: initial thread != primordial thread confuses attach tests
If you do
java Xxx &
and it reports the PID as 89, on solaris, and before the fix for
6316197, you can then do jstat or jconsole on 89.
Now, that fails on linux with the older thread lib.
- duplicates
-
JDK-6351349 On linux with the old thread lib, jps should return the same PID as $!
-
- Resolved
-