URGENT RFR(T): 8252551: JDK-8250630 causes build error on Win*
Daniel D. Daugherty
daniel.daugherty at oracle.com
Sun Aug 30 16:18:26 UTC 2020
Greetings,
I have a trivial fix for the following build breaking bug:
JDK-8252551 JDK-8250630 causes build error on Win*
https://bugs.openjdk.java.net/browse/JDK-8252551
Here's the context diffs for the fix:
$ hg diff
diff -r d7707af10c98
src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c
--- a/src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c Sun
Aug 30 15:48:16 2020 +0300
+++ b/src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c Sun
Aug 30 11:37:39 2020 -0400
@@ -716,7 +716,6 @@
char** actualAddress)
{
int err;
- int pass;
struct addrinfo *addrInfo = NULL;
struct addrinfo *listenAddr = NULL;
struct addrinfo *ai = NULL;
The fix is being tested by a Mach5 Tier3 job set.
Thanks, in advance, for any comments, questions or suggestions.
Dan
More information about the hotspot-runtime-dev
mailing list