Re: [8u] RFR: 8210350: -Wl,-z,defs JDK 8 build failure

2018-09-20 Thread Erik Joelsson
Looks good to me. /Erik On 2018-09-20 08:09, Severin Gehwolf wrote: Hi, Could someone please review this JDK 8u only change. When building with extra linker flags, namely -Wl,-z,defs, the build fails on linux in the serviciability agent. The reason for this is missing -ldl on the link command

[8u] RFR: 8210350: -Wl,-z,defs JDK 8 build failure

2018-09-20 Thread Severin Gehwolf
Hi, Could someone please review this JDK 8u only change. When building with extra linker flags, namely -Wl,-z,defs, the build fails on linux in the serviciability agent. The reason for this is missing -ldl on the link command. Note that JDK 9+ with the new build system have that already. Thoughts?

Re: JDK 8 Build Failure

2013-01-28 Thread Kelly O'Hair
The official boot jdk for jdk8 is jdk7u7. It is unclear what jdk7 update you have. Newer should be fine, and it's quite possible that older ones could work too, but officially, for RE/JPRT builds, we use 7u7. I have never had good luck using the OEL 5 systems, the gcc is too old, but have never

Re: JDK 8 Build Failure

2013-01-28 Thread Dalibor Topic
On 1/28/13 10:35 AM, Erik Joelsson wrote: > Which platform are you building on? Oracle Linux 6.3 (Linux OBI). > What kind of boot jdk are you using. config.status: BOOT_JDK=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/ > It looks like there is an exception in one of the build tools (java so

Re: JDK 8 Build Failure

2013-01-28 Thread Erik Joelsson
Which platform are you building on? What kind of boot jdk are you using. It looks like there is an exception in one of the build tools (java source generation for X11) running on the boot jdk. /Erik On 2013-01-25 10:14, dalibor.to...@oracle.com wrote: I checked out jdk8/jdk8 and gave it a go u

Re: JDK 8 Build Failure

2013-01-25 Thread Kelly O'Hair
I would recommend you file a JBS Issue at this time. Don't know when we will be able to track it down. You might try again, with a clean slate, and use make JOBS=2or make JOBS=1 -kto On Jan 25, 2013, at 1:14 AM, dalibor.to...@oracle.com wrote: > I checked out jdk8/jdk8 and gave it a

JDK 8 Build Failure

2013-01-25 Thread dalibor . topic
I checked out jdk8/jdk8 and gave it a go using the new build system. It failed eventually with Generating exceptions classes Generating icon classes /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre/lib/rt.jar: invalid LOC header (bad signature) Exception in thread "main" java.lang.NoClassDef