Re: openjJDK8 configure options --with-dev-kit --with-cacerts failure help

2013-08-18 Thread David Holmes
Hi, On 17/08/2013 10:56 PM, lux-integ wrote: Greetings, I downloaded the latest openJDK8 sources from the mercurial repository earlier. I tried using the configure script with the options /bin/sh configure \ --with-dev-kit=/path/to/'where I want to put openjdk' \ No, --with-dev-kit is used

Re: RFR(S): 8022071 Some vm/jvmti tests fail because cannot attach to the Java virtual machine

2013-08-18 Thread Staffan Larsen
On 17 aug 2013, at 01:04, Tim Bell wrote: > On 08/16/13 09:51 AM, Staffan Larsen wrote: >> This failure happens when compiling with the VS 2012 compiler. The attach >> code relies on the order of two methods in the compiled binary and VS 2012 >> changed that order. The solution used is the lin

Re: RFR(S): 8022071 Some vm/jvmti tests fail because cannot attach to the Java virtual machine

2013-08-18 Thread David Holmes
On 17/08/2013 2:51 AM, Staffan Larsen wrote: This failure happens when compiling with the VS 2012 compiler. The attach code relies on the order of two methods in the compiled binary and VS 2012 changed that order. The solution used is the linker flag /ORDER [1] which allows us to specify the o