Re: [8u] Request for Approval and Review: JDK-8136980: build for 8u65 and 8u66 for solaris platforms is failing

2015-10-06 Thread Daniel D. Daugherty
Sorry for missing this review request. I'm still learning to deal with my new e-mail filters (restored from memory after losing my MacBook Pro env). On 9/30/15 6:43 AM, Erik Joelsson wrote: Hello, Please approve and review this fix for 8u. My last fix for this issue, JDK-8136691, was not

Re: CLANG special case

2015-10-06 Thread Jim Laskey (Oracle)
Since we are will to live with the de-optimization now, we should just remove the condition until proven otherwise. > On Oct 6, 2015, at 4:17 PM, Staffan Larsen wrote: > > When we upgraded to clang 6.3, I verified that the problem still existed. > See:

Re: CLANG special case

2015-10-06 Thread Staffan Larsen
When we upgraded to clang 6.3, I verified that the problem still existed. See: https://bugs.openjdk.java.net/browse/JDK-8077364 which has pointers to the two tests that fail without the workaround. /Staffan > On 6 okt 2015, at 17:38, Phil

recipe for target 'hotspot' failed

2015-10-06 Thread Athenas Jimenez
Hello, I have some problems with my openJDK building. I started looking in the internet and I found some similar issues, but the fixes didn't help. Could someone provide me some help? Here is my log: http://pastebin.com/H4GpLZth Thanks in advance.

Re: [8u] Request for Approval and Review: JDK-8136980: build for 8u65 and 8u66 for solaris platforms is failing

2015-10-06 Thread Bengt Rutisson
Hi Erik, On 2015-10-05 11:38, Erik Joelsson wrote: Another friendly bump for an 8u (R)eviewer for this. Rubber stamped. (Thanks for walking me through the patch, Erik!) Bengt /Erik On 2015-10-01 15:16, Erik Joelsson wrote: Still looking for an official review from 8u reviewer for this.

CLANG special case

2015-10-06 Thread Jim Laskey (Oracle)
I’ve updated to El Capitan and, of course, builds fail, and, of course, I modify hotspot/make/bsd/makefiles/gcc.make one more time and… I think this conditional clause should be removed at the very least (commenting to indicate needs investigation), or someone should research and see which

Re: CLANG special case

2015-10-06 Thread Phil Race
Ideally hotspot would review this, not build. so it would be helpful if hotspot found an engineer to own the bug :- https://bugs.openjdk.java.net/browse/JDK-8138820 So far as I know this is not tracked under any other bug id. -phil. On 10/06/2015 05:30 AM, Jim Laskey (Oracle) wrote: I’ve