hg: jdk9/hs/hotspot: 11 new changesets
harold.seigel at oracle.com
harold.seigel at oracle.com
Thu May 21 16:55:15 UTC 2015
Changeset: 7c4afbebab58
Author: dholmes
Date: 2015-05-12 20:55 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7c4afbebab58
8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
Reviewed-by: stuefe, dsamersoff, dcubed
! src/os/linux/vm/os_linux.cpp
! src/share/vm/utilities/vmError.cpp
+ test/runtime/ErrorHandling/TestOnError.java
+ test/runtime/ErrorHandling/TestOnOutOfMemoryError.java
Changeset: f7591a94925e
Author: aeriksso
Date: 2015-05-07 15:05 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f7591a94925e
8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
Reviewed-by: coleenp, dsimms
! src/share/vm/interpreter/linkResolver.cpp
+ test/runtime/invokedynamic/BootstrapMethodErrorTest.java
Changeset: e75aba99354c
Author: stsmirno
Date: 2015-05-14 10:09 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e75aba99354c
8033445: [TESTBUG] Add test case for calling default methods from JNI
Reviewed-by: ctornqvi, dsimms
! make/test/JtregNative.gmk
+ test/runtime/jni/8033445/DefaultMethods.java
+ test/runtime/jni/8033445/libDefaultMethods.c
Changeset: b7c8d36b6de3
Author: stsmirno
Date: 2015-05-14 10:12 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b7c8d36b6de3
8025979: [TESTBUG] Write test to exercise uninitialized strings from JNI code
Reviewed-by: ctornqvi, dsimms
! make/test/JtregNative.gmk
+ test/runtime/jni/8025979/UninitializedStrings.java
+ test/runtime/jni/8025979/libUninitializedStrings.c
Changeset: ed1cf3d234df
Author: mockner
Date: 2015-05-14 14:03 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ed1cf3d234df
6811960: x86 biasedlocking epoch expired rare bug
Summary: It is now guaranteed that biased_locking_enter will be passed a valid tmp_reg.
Reviewed-by: coleenp, dcubed, kvn
! src/cpu/x86/vm/interp_masm_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
Changeset: b587944c92e4
Author: coleenp
Date: 2015-05-14 21:54 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b587944c92e4
Merge
Changeset: a6b23dd82a7e
Author: dcubed
Date: 2015-05-16 13:19 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a6b23dd82a7e
Merge
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/os/linux/vm/os_linux.cpp
Changeset: 3bb551f681aa
Author: sspitsyn
Date: 2015-05-18 16:42 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3bb551f681aa
8079644: memory stomping error with ResourceManagement and TestAgentStress.java
Summary: the cached class file structure must be deallocated instead of the cached class file bytes
Reviewed-by: coleenp, sla
! src/share/vm/prims/jvmtiRedefineClasses.cpp
Changeset: b0bf7fa3659f
Author: dholmes
Date: 2015-05-19 01:34 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0bf7fa3659f
8075288: malloc without free in VM_PopulateDumpSharedSpace::doit()
Reviewed-by: dholmes, stuefe
Contributed-by: Jungwoo Ha <jwha at google.com>
! src/share/vm/memory/metaspaceShared.cpp
Changeset: 3996d22f79ba
Author: dholmes
Date: 2015-05-19 03:07 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3996d22f79ba
Merge
Changeset: 1475d8bc4dc8
Author: iignatyev
Date: 2015-05-19 14:13 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1475d8bc4dc8
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
Reviewed-by: kvn, dholmes
Contributed-by: denis.kononenko at oracle.com
! test/TEST.groups
More information about the jdk9-all-changes
mailing list