diff options
Diffstat (limited to 'java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java')
-rw-r--r-- | java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java b/java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java deleted file mode 100644 index 2f42fcb3672a..000000000000 --- a/java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThread.java.orig 2016-05-14 19:57:37.394543000 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThread.java 2016-05-14 20:47:09.600014000 +0000 -@@ -61,7 +62,7 @@ - } - - public String toString() { -- return Integer.toString(thread_id); -+ return Integer.toString(thread_id) + "/" + Long.toString(unique_thread_id); - } - - public ThreadContext getContext() throws IllegalThreadStateException { |