hg: jdk8u/jdk8u/hotspot: 3 new changesets
rob.mckenna at oracle.com
rob.mckenna at oracle.com
Sun Nov 22 04:23:27 UTC 2015
Changeset: 714096aec397
Author: shade
Date: 2015-10-29 14:08 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/714096aec397
8140483: Atomic*FieldUpdaters final fields should be trusted
Summary: Add exceptions for A*FU subclasses that do the actual work.
Reviewed-by: jrose, vlivanov
! src/share/vm/ci/ciField.cpp
! src/share/vm/classfile/vmSymbols.hpp
Changeset: 9f8038f83a6e
Author: clanger
Date: 2015-11-17 09:39 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/9f8038f83a6e
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
Summary: Add check for fchir() failure and disable shared PerfMemory in that case.
Reviewed-by: dcubed, simonis, gthornbr
! src/os/aix/vm/perfMemory_aix.cpp
! src/os/bsd/vm/perfMemory_bsd.cpp
! src/os/linux/vm/perfMemory_linux.cpp
! src/os/solaris/vm/perfMemory_solaris.cpp
Changeset: c6ef40024aa2
Author: sgehwolf
Date: 2015-06-12 16:09 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2
8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
Summary: Use __builtin_frame_address(0) rather than returning address of local variable.
Reviewed-by: dholmes
! src/os_cpu/linux_zero/vm/os_linux_zero.cpp
More information about the jdk8u-changes
mailing list