Build failures in crypto libraries

2014-10-21 Thread Eric McCorkle
I am seeing mysterious build failures on solaris (and solaris only), that don't seem related to my patch I'm trying to commit. Here is a build log: http://sthjprt.se.oracle.com/archives/2014/10/2014-10-20-222834.emccorkl.enum_convert/logs/solaris_x64_5.10-fastdebug.log.FAILED.log The pertinent li

Re: Build problems on Jenkins prototypes

2014-09-09 Thread Eric McCorkle
More investigation, the hotspot makefile seems to be getting executed with OS set to "linux", with a lower-case ell. That would be the cause of the problem. What I'm not so sure about is why its getting executed that way, or how to fix it. On 09/09/14 16:50, Eric McCorkle wrote:

Re: Build problems on Jenkins prototypes

2014-09-09 Thread Eric McCorkle
Eric McCorkle wrote: > On 08/24/14 20:31, David Holmes wrote: >> On 22/08/2014 1:12 AM, Eric McCorkle wrote: >>> Possible lead: it seems hotspot/make/defs.make defaults to Windows if it >>> doesn't recognize the $OS variable. >>> >>> 1) It should throw

Re: Build problems on Jenkins prototypes

2014-09-09 Thread Eric McCorkle
On 08/24/14 20:31, David Holmes wrote: > On 22/08/2014 1:12 AM, Eric McCorkle wrote: >> Possible lead: it seems hotspot/make/defs.make defaults to Windows if it >> doesn't recognize the $OS variable. >> >> 1) It should throw an error in that case >> 2) I check

Re: Build problems on Jenkins prototypes

2014-08-21 Thread Eric McCorkle
On 08/21/14 11:12, Tim Bell wrote: > Eric McCorkle wrote: > >> Any idea as to why they think they're on windows? >> >> On 08/21/14 09:22, Erik Joelsson wrote: >> The hotspot makefiles are trying to invoke nmake on linux? That looks >> really weird an

Re: Build problems on Jenkins prototypes

2014-08-21 Thread Eric McCorkle
-s to behave funny? On 08/21/14 09:22, Erik Joelsson wrote: > The hotspot makefiles are trying to invoke nmake on linux? That looks > really weird and I have not seen it before. > > /Erik > > On 2014-08-21 15:04, Eric McCorkle wrote: >> Hello, >> >> Recent ch

Re: Build problems on Jenkins prototypes

2014-08-21 Thread Eric McCorkle
Any idea as to why they think they're on windows? On 08/21/14 09:22, Erik Joelsson wrote: > The hotspot makefiles are trying to invoke nmake on linux? That looks > really weird and I have not seen it before. > > /Erik > > On 2014-08-21 15:04, Eric McCorkle wrote: >>

Build problems on Jenkins prototypes

2014-08-21 Thread Eric McCorkle
Hello, Recent changes seem to have caused the build on my Jenkins prototypes to no longer work. Here is a transcript: $ hg clone --rev 70e378877c6af42790df8ae3492a66e1e0ed00e7 --noupdate http://hg.openjdk.java.net/jdk9/dev /scratch/jenkins/workspaces/jdk9/8M59VYK6V7NQ/OS/linux/arch/x86-64 reques

Re: Support for different compilers

2014-02-03 Thread Eric McCorkle
Clang support on all platforms would be nice. Clang comes with full cross-compilation ability, so it could be possible to set up a machine (or machines) that produce builds for all platforms. At the very least, the BSD ports should support clang, as FreeBSD now uses clang by default. On 01/31/14

Re: Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread Eric McCorkle
On 01/22/13 20:14, Tim Bell wrote: > On 01/22/13 16:02, David Holmes wrote: >> Hi Eric, >> >> On 23/01/2013 4:47 AM, Eric McCorkle wrote: >>> Hello, >>> >>> Please review and approve the makefile changes for JDK-8004729. >>> >>>

Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread Eric McCorkle
Hello, Please review and approve the makefile changes for JDK-8004729. This patch add a native method (getParameters0) to the Executable class, and uses the JVM_GetMethodParameters function exported from the JVM. http://cr.openjdk.java.net/~emc/8004729/webrev.00/ For more discussion of the feat