hg: jdk-updates/jdk11u: 6 new changesets
sgehwolf at redhat.com
sgehwolf at redhat.com
Thu Oct 11 17:56:38 UTC 2018
Changeset: 5dd4ef1d6ce9
Author: sgehwolf
Date: 2018-09-14 14:47 +0200
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/5dd4ef1d6ce9
8210647: libsaproc is being compiled without optimization.
Summary: Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
! make/lib/Lib-jdk.hotspot.agent.gmk
Changeset: 3be2b9c816f2
Author: jgeorge
Date: 2018-09-18 23:20 +0530
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3be2b9c816f2
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment
Reviewed-by: stuefe, jcbeyler
! src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Changeset: e7aa96dc0b1e
Author: sgehwolf
Date: 2018-09-21 16:58 +0200
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/e7aa96dc0b1e
8210761: libjsig is being compiled without optimization
Reviewed-by: erikj, ihse
! make/lib/Lib-java.base.gmk
Changeset: a926c6cdbe54
Author: sgehwolf
Date: 2018-07-23 18:08 +0200
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a926c6cdbe54
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
Summary: Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
! make/common/TestFilesCompilation.gmk
! make/test/JtregNativeHotspot.gmk
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame.java
+ test/hotspot/jtreg/serviceability/sa/LingeredAppWithNativeMethod.java
+ test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackMixed.java
+ test/hotspot/jtreg/serviceability/sa/libNoFramePointer.c
Changeset: 6030c66de0d6
Author: sgehwolf
Date: 2018-10-02 17:17 +0200
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/6030c66de0d6
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
Reviewed-by: dholmes, aph
Contributed-by: Andrew Haley <aph at redhat.com>
! src/hotspot/os_cpu/linux_zero/os_linux_zero.hpp
Changeset: 07b609379829
Author: sgehwolf
Date: 2018-09-13 11:07 +0200
URL: http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/07b609379829
8210703: vmStructs.cpp compiled with -O0
Reviewed-by: erikj, ihse
! make/hotspot/lib/JvmOverrideFiles.gmk
More information about the jdk-updates-changes
mailing list