Hi Erik, It's https://bugs.openjdk.java.net/browse/INTJDK-7615864.
On 4/22/15 8:20 PM, Erik Joelsson wrote:
> That's an interesting find. I suppose we need to add that linker flag
> then. Do you have a bug opened for this issue?
>
> /Erik
>
> On 2015-04-22 17:56, Pete Brunet wrote:
>> The problem
That's an interesting find. I suppose we need to add that linker flag
then. Do you have a bug opened for this issue?
/Erik
On 2015-04-22 17:56, Pete Brunet wrote:
The problem is fixed by doing this (using the VS2013 versions of the
dump/editbin):
editbin ...\java.exe /HIGHENTROPYVA:NO
You can
I'm currently working on updating the official compilers used internally
at Oracle and the intended version for VS is VS2013 sp4. Servicability
closed the bug David linked, but since the removal of that code hasn't
happened yet, I think we should propose your patch as a fix for that bug.
/Erik
On 23/04/2015 10:57 AM, Pete Brunet wrote:
On 4/22/15 6:48 PM, David Holmes wrote:
Peter,
See
https://bugs.openjdk.java.net/browse/JDK-8077422
update 4 is not supported yet.
Hi David, Do I need to uninstall Update 4 and install Update 3? -Pete
I was assume so - I have no personal experien
On 4/22/15 6:48 PM, David Holmes wrote:
> Peter,
>
> See
>
> https://bugs.openjdk.java.net/browse/JDK-8077422
>
> update 4 is not supported yet.
Hi David, Do I need to uninstall Update 4 and install Update 3? -Pete
>
> David
>
> On 23/04/2015 8:02 AM, Pete Brunet wrote:
>> This hack to jdk/make/
The problem is fixed by doing this (using the VS2013 versions of the
dump/editbin):
editbin ...\java.exe /HIGHENTROPYVA:NO
You can see the before and after using
dumpbin ...\java.exe /HEADERS
Before:
OPTIONAL HEADER VALUES
...
8160 DLL characteristics
High Entropy
Peter,
See
https://bugs.openjdk.java.net/browse/JDK-8077422
update 4 is not supported yet.
David
On 23/04/2015 8:02 AM, Pete Brunet wrote:
This hack to jdk/make/lib/Lib-jdk.hprof.agent.gmk works for now:
LANG := C, \
OPTIMIZATION := $(LIBHPROF_OPTIMIZATION), \
CFLAGS := $(
On 4/22/15 4:52 PM, David Holmes wrote:
> On 23/04/2015 7:06 AM, Pete Brunet wrote:
>> I was able to build 9 OK then I switched from VS2010 to VS2013 and now
>> get the following. I tried hg tpull -u but that didn't help.
>>
>> Is there something I need to do besides installing VS Pro 2013 with
This hack to jdk/make/lib/Lib-jdk.hprof.agent.gmk works for now:
LANG := C, \
OPTIMIZATION := $(LIBHPROF_OPTIMIZATION), \
CFLAGS := $(CFLAGS_JDKLIB) $(CFLAGS_WARNINGS_ARE_ERRORS) \
+-D_WINSOCK_DEPRECATED_NO_WARNINGS \
$(BUILD_LIBHPROF_CFLAGS), \
CFLAGS_debug :=
On 23/04/2015 7:06 AM, Pete Brunet wrote:
I was able to build 9 OK then I switched from VS2010 to VS2013 and now
get the following. I tried hg tpull -u but that didn't help.
Is there something I need to do besides installing VS Pro 2013 with
Update 4?
There may be follow-up fixes to address t
p.s. I also had done a make reconfigure and make clean. I'll try make
clean and reconfigure from bash.
On 4/22/15 4:06 PM, Pete Brunet wrote:
> I was able to build 9 OK then I switched from VS2010 to VS2013 and now
> get the following. I tried hg tpull -u but that didn't help.
>
> Is there some
I was able to build 9 OK then I switched from VS2010 to VS2013 and now
get the following. I tried hg tpull -u but that didn't help.
Is there something I need to do besides installing VS Pro 2013 with
Update 4?
$ make images 2>&1 | tee make-64.log
Building target 'images' in configuration
'windo
Do you get more info if you set _JAVA_LAUNCHER_DEBUG in the environment?
David
On 22/04/2015 6:19 AM, Pete Brunet wrote:
Hi Phil,
On 4/21/15 2:42 PM, Phil Race wrote:
Perhaps JAWS is not well behaved w.r.t multiple DLL versions ?
Tell me more.
Does it happen only on win 8 ? If you boot the
13 matches
Mail list logo