Re: RFR 7191662: JCE providers should be located via ServiceLoader

2015-06-04 Thread Valerie Peng
Build experts, Can you please review the make file related change, i.e. the new file make/gensrc/Gensrc-java.naming.gmk, in the following webrev: http://cr.openjdk.java.net/~valeriep/7191662/webrev.03 This is for merging the java.security.Provider file from various providers and use the

Re: need to build a DLL for an openjdk test

2015-06-04 Thread Magnus Ihse Bursie
On 2015-06-04 21:20, Lussier, Denis wrote: In my personal JDK6/7 experience from a couple years back, the Windows OpenJDK build environment is an order of magnitude trickier to work thru than the Linux one.You need outdated versions of lots of tools, utilities, environments, compilers and

Re: need to build a DLL for an openjdk test

2015-06-04 Thread Lussier, Denis
In my personal JDK6/7 experience from a couple years back, the Windows OpenJDK build environment is an order of magnitude trickier to work thru than the Linux one.You need outdated versions of lots of tools, utilities, environments, compilers and operating systems to get it all right (a single

Re: need to build a DLL for an openjdk test

2015-06-04 Thread Staffan Larsen
On 4 jun 2015, at 04:33, Pete Brunet peter.bru...@oracle.com wrote: On 6/3/15 8:43 PM, Pete Brunet wrote: Cross posting to build-dev for possible insight regarding Jon's last paragraph below. On 6/3/15 8:13 PM, Jonathan Gibbons wrote: On 06/03/2015 04:27 PM, Pete Brunet wrote: Hi, As

Re: need to build a DLL for an openjdk test

2015-06-04 Thread Staffan Larsen
On 4 jun 2015, at 07:10, David Holmes david.hol...@oracle.com wrote: Peter, On 4/06/2015 11:43 AM, Pete Brunet wrote: Cross posting to build-dev for possible insight regarding Jon's last paragraph below. See jdk/make/test/JtregNative.gmk and other references to test-image. There are

Re: RFR: JDK-8081692 Configure should verify that -fstack-protector is valid

2015-06-04 Thread Magnus Ihse Bursie
On 2015-06-04 07:41, David Holmes wrote: Magnus, You missed the hotspot side of this: ./solaris/makefiles/gcc.make: DEBUG_CFLAGS += -fstack-protector-all --param ssp-buffer-size=1 ./bsd/makefiles/gcc.make:DEBUG_CFLAGS += -fstack-protector-all --param ssp-buffer-size=1