JDK 7 linux/solaris build failures
Kelly O'Hair
Kelly.Ohair at Sun.COM
Thu Oct 29 10:31:29 PDT 2009
Mark Reinhold wrote:
> (moving to open lists)
>
>> Date: Thu, 29 Oct 2009 10:00:57 -0700
>> From: kelly.ohair at sun.com
>
>> This hotspot change broke the jdk makefiles:
>>
>> 6722084: JPRT make file doesn't create required symbolic link to libjvm.so
>> http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/23862fc517bb
>
> Thanks for the diagnosis.
>
>> In the meantime, I will need to try and fix this in the jdk makefiles.
>> Stay tuned ...
>
> Why fix this in the jdk makefiles if it's a HotSpot problem?
>
Quickest path to getting us past this...
File is jdk/make/java/redist/Makefile, maybe a one line change:
214c214
< $(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_SERVER_PATH)/$(LIBJSIG_NAME)
---
> $(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_IMPORT_PATH)/lib/$(LIBARCH)/$(LIBJSIG_NAME)
I'm testing this out now...
Undoing all the hotspot changes seemed a bit drastic...
-kto
> - Mark
More information about the hotspot-dev
mailing list