hg: jdk9/hs/hotspot: 2 new changesets
robbin.ehn at oracle.com
robbin.ehn at oracle.com
Tue Sep 13 18:21:13 UTC 2016
Changeset: 4e4dcd18c567
Author: dsimms
Date: 2016-09-13 09:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4e4dcd18c567
8164086: Checked JNI pending exception check should be cleared when returning to Java frame
Summary: Transitions to Java clear the pending pointer
Reviewed-by: dholmes, neliasso, coleenp
! make/test/JtregNative.gmk
! src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
! src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
! src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp
! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
! src/cpu/x86/vm/templateInterpreterGenerator_x86.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/prims/whitebox.hpp
! src/share/vm/runtime/interfaceSupport.hpp
! src/share/vm/runtime/thread.hpp
+ test/runtime/jni/checked/TestCheckedJniExceptionCheck.java
+ test/runtime/jni/checked/libTestCheckedJniExceptionCheck.c
Changeset: 0d0aa1b2d676
Author: rehn
Date: 2016-09-13 19:17 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0d0aa1b2d676
Merge
More information about the jdk9-all-changes
mailing list