hg: jdk/jdk: 2 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Thu Jul 23 04:49:12 UTC 2020
Changeset: 2950d45d84e5
Author: dholmes
Date: 2020-07-23 00:47 -0400
URL: https://hg.openjdk.java.net/jdk/jdk/rev/2950d45d84e5
8249940: Remove unnecessary includes of jni_util.h in native tests
Reviewed-by: iignatyev, mchung
! test/hotspot/jtreg/runtime/jni/FindClass/libbootLoaderTest.c
! test/hotspot/jtreg/runtime/jni/registerNativesWarning/libregisterNativesWarning.c
! test/hotspot/jtreg/runtime/jni/terminatedThread/libterminatedThread.c
! test/jdk/java/lang/ClassLoader/nativeLibrary/libnativeLibraryTest.c
! test/jdk/java/lang/ProcessBuilder/checkHandles/libCheckHandles.c
! test/jdk/jdk/internal/loader/NativeLibraries/libnativeLibrariesTest.c
Changeset: 940236c548fe
Author: burban
Date: 2020-07-22 15:03 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/940236c548fe
8248666: AArch64: Use THREAD_LOCAL instead of __thread
Summary: __thread is gcc-ism, instead rely on compiler independent macro.
Reviewed-by: dholmes
Contributed-by: Bernhard Urban-Forster <beurba at microsoft.com>
! src/hotspot/cpu/aarch64/frame_aarch64.cpp
More information about the jdk-all-changes
mailing list