summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread....
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-04-19 16:31:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-04-19 16:31:33 +0000
commiteee68625ae6d1cc00e4ed31f5ffd2e3dfba2cc9b (patch)
treead7cd58e88b6dc5102193a7f120363558831d2a2 /java/openjdk8/files/patch-hotspot-agent-src-share-classes-sun-jvm-hotspot-debugger-bsd-BsdThread.java
parentdevel/hpx: fix build with GCC-based architectures (diff)
* Update to 8u212.
* Change master site to Github * Remove patches and Makefile fixes that have been upstreamed to Github
Notes
Notes: svn path=/head/; revision=499375
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.java11
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 {