git: openjdk/loom: jep-vt: 16 new changesets
duke
duke at openjdk.java.net
Wed May 4 05:49:47 UTC 2022
Changeset: ee9c29bc
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 12:11:48 +0000
URL: https://git.openjdk.java.net/loom/commit/ee9c29bc309a550a720d6cddc795193e4dad41b6
8285922: vmTestbase/nsk/stress/strace/strace003.java failed with "Unexpected method name: begin"
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace001.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace002.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace003.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace004.java
Changeset: f3a3a388
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 13:03:21 +0000
URL: https://git.openjdk.java.net/loom/commit/f3a3a3880f53fe45781f16363f1c7cac4bc906cc
jvmti tests clean up
! test/hotspot/jtreg/serviceability/jvmti/negative/GetAllThreadsNullTest/libGetAllThreadsNullTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/contmon03/libcontmon03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt02/libframecnt02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt03/libframecnt03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/frameloc03/libframeloc03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr02/libgetstacktr02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr09/libgetstacktr09.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/thrinfo02/libthrinfo02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/thrstat04/libthrstat04.cpp
Changeset: ffca23a5
Author: Xue-Lei Andrew Fan <xuelei at openjdk.org>
Date: 2022-05-03 14:14:09 +0000
URL: https://git.openjdk.java.net/loom/commit/ffca23a5313855a6f9797ad6b342bb2e2cb1b49b
8284490: Remove finalizer method in java.security.jgss
Reviewed-by: rriggs, dfuchs, weijun
! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/GSSCredElement.java
! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/GSSNameElement.java
! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/Krb5Util.java
! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/NativeGSSContext.java
! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c
! src/java.security.jgss/share/native/libj2gss/NativeUtil.c
! src/java.security.jgss/share/native/libj2gss/NativeUtil.h
+ test/jdk/sun/security/jgss/GssContextCleanup.java
+ test/jdk/sun/security/jgss/GssNameCleanup.java
+ test/jdk/sun/security/krb5/auto/Cleaners.java
! test/lib/jdk/test/lib/process/Proc.java
Changeset: 4434c7df
Author: Igor Veresov <iveresov at openjdk.org>
Date: 2022-05-03 16:02:22 +0000
URL: https://git.openjdk.java.net/loom/commit/4434c7df036a2b2ffff54b8b19943de3c23a4e52
8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
Reviewed-by: kvn, thartmann
! src/hotspot/share/compiler/compilationPolicy.cpp
! src/hotspot/share/compiler/compilationPolicy.hpp
! src/hotspot/share/compiler/compilerDefinitions.cpp
! src/hotspot/share/compiler/compiler_globals.hpp
! test/hotspot/jtreg/ProblemList.txt
Changeset: 3cbf769f
Author: Joe Darcy <darcy at openjdk.org>
Date: 2022-05-03 16:58:19 +0000
URL: https://git.openjdk.java.net/loom/commit/3cbf769f55ed9f1837e6417db97bce9597701229
8285977: Add links to IEEE 754 specification
Reviewed-by: jjg, iris, bpb
! src/java.base/share/classes/java/lang/Double.java
! src/java.base/share/classes/java/lang/Float.java
! src/java.base/share/classes/java/lang/Math.java
! src/java.base/share/classes/java/lang/StrictMath.java
! src/java.base/share/classes/java/math/BigDecimal.java
! src/java.base/share/classes/java/math/MathContext.java
! src/java.base/share/classes/java/math/RoundingMode.java
Changeset: 39e50c2d
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2022-05-03 17:08:17 +0000
URL: https://git.openjdk.java.net/loom/commit/39e50c2d6900d73ab7ac8604b79ca2b6e0661056
8273506: java Robot API did the 'm' keypress and caused /awt/event/KeyEvent/KeyCharTest/KeyCharTest.html is timing out on macOS 12
Reviewed-by: serb
! src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m
+ test/jdk/java/awt/event/KeyEvent/KeyCharTest/KeyCharTest.java
Changeset: be67acdf
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2022-05-03 17:43:12 +0000
URL: https://git.openjdk.java.net/loom/commit/be67acdf5cb962deb657045c4c07592984a789c9
8285832: runtime/Thread/TooSmallStackSize.java failed "assert(k->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation"
Reviewed-by: dholmes, fparain, iklam
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/posix/os_posix.hpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/os/windows/os_windows.hpp
! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp
! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
! src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp
! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp
! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp
! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp
! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
! src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/os.hpp
! test/hotspot/jtreg/runtime/Thread/TooSmallStackSize.java
Changeset: 82e99a48
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-05-03 20:39:18 +0000
URL: https://git.openjdk.java.net/loom/commit/82e99a4831ecaf9f7e42ca3c481328ac1dd00c53
Merge
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
! test/hotspot/jtreg/ProblemList.txt
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
! test/hotspot/jtreg/ProblemList.txt
Changeset: 7150a7a3
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-05-03 20:44:50 +0000
URL: https://git.openjdk.java.net/loom/commit/7150a7a304dad8eddbf0056edcc354d8de5a57e9
Update exclude lists
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
Changeset: a1c12fb4
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 15:18:49 +0000
URL: https://git.openjdk.java.net/loom/commit/a1c12fb45031be7364df4e933e143bdb09a1251f
more jvmti test clean up
! test/hotspot/jtreg/serviceability/jvmti/events/ClassPrepare/classprep01/libclassprep01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind01/nativemethbind01.java
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart01/libthreadstart01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart02/threadstart02.java
! test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/liballthr01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon02/libcontmon02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/libframecnt01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/libframeloc01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/libthrinfo01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/libthrstat02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/thrstat02.java
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd03/libsuspendthrd03.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd03/suspendthrd03.java
Changeset: 832eb5ec
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 15:44:35 +0000
URL: https://git.openjdk.java.net/loom/commit/832eb5ecce3cb9c628f09665e17f4f88ff1d7555
renamed kernel to platform in jvmti test
! test/hotspot/jtreg/serviceability/jvmti/stress/ThreadLocalStorage/SetGetThreadLocalStorageStressTest/SetGetThreadLocalStorageStressTest.java
Changeset: 88beed11
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 18:56:03 +0000
URL: https://git.openjdk.java.net/loom/commit/88beed1104564740c90fedd34468e0942c1694fe
jvmti tests fixes
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/libthrstat01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/thrstat01.java
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/thrstat03.java
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/thrstat05.java
Changeset: 4f9ade6c
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2022-05-03 23:24:55 +0000
URL: https://git.openjdk.java.net/loom/commit/4f9ade6c2dd5c880553c363aa8283ad18e66822b
8283610: runtime/Thread/StopAtExit.java failing in loom repo
Reviewed-by: lmesnik
! test/hotspot/jtreg/ProblemList.txt
Changeset: 9188973e
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-05-03 18:56:11 +0000
URL: https://git.openjdk.java.net/loom/commit/9188973e0d8d6eecfbd656bd0322cbec1e93bab2
Merge branch 'fibers' of https://github.com/openjdk/loom into fibers
Changeset: 63364900
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-05-04 05:56:20 +0000
URL: https://git.openjdk.java.net/loom/commit/633649009f7a91f4009e4e2b15f6137f3de0fbe6
Merge
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/ProblemList.txt
Changeset: 7d818ab2
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-05-04 06:17:54 +0000
URL: https://git.openjdk.java.net/loom/commit/7d818ab2acd5e8d3c74cdc91a8ee9d800673086f
Remove trailing space
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
More information about the loom-dev
mailing list