RFR: 7113349 JDK8 port to macosx
Stephen Bannasch
stephen.bannasch at deanbrook.org
Wed Mar 7 15:31:18 PST 2012
At 10:20 PM +0000 3/7/12, Michael McMahon wrote:
>I've just realised there was a hotspot change in my local forest that I had forgotten about.
>Hotspot changes are pushed through a different route. So, I'm not sure when exactly this
>will get fixed. I will file a bug on it right now. But, here is the relevant patch, which you
>can apply yourself.
>
>- Michael,
>
>diff -r 0ed0960af27d src/os/bsd/vm/os_bsd.cpp
>--- a/src/os/bsd/vm/os_bsd.cpp Thu Feb 23 12:03:08 2012 -0800
>+++ b/src/os/bsd/vm/os_bsd.cpp Wed Mar 07 22:14:09 2012 +0000
>@@ -5811,7 +5811,7 @@
> char buf[MAXPATHLEN];
> char libmawtpath[MAXPATHLEN];
> const char *xawtstr = "/xawt/libmawt" JNI_LIB_SUFFIX;
>- const char *new_xawtstr = "/libawt_xawt" JNI_LIB_SUFFIX;
>+ const char *new_xawtstr = "/xawt/libawt_xawt" JNI_LIB_SUFFIX;
> char *p;
>
> // Get path to libjvm.so
Thanks,
That fixed the problem running SwingSet2.jar
More information about the macosx-port-dev
mailing list