git: openjdk/jdk: 2 new changesets
Mandy Chung
mchung at openjdk.java.net
Wed Feb 16 20:11:06 UTC 2022
Changeset: 847a99b5
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2022-02-16 20:08:27 +0000
URL: https://git.openjdk.java.net/jdk/commit/847a99b53da6b2c82f7cd5f8634aa7bbae8f445e
8281822: Test failures on non-DTrace builds due to incomplete DTrace* flags handling
Reviewed-by: dholmes, kvn
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/arguments.cpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/compiler/runtime/Test8168712.java
! test/hotspot/jtreg/serviceability/7170638/SDTProbesGNULinuxTest.java
+ test/hotspot/jtreg/serviceability/dtrace/DTraceOptionsTest.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/jdk/test/whitebox/WhiteBox.java
! test/lib/sun/hotspot/WhiteBox.java
Changeset: 67763df4
Author: Tim Prinzing <tim.prinzing at oracle.com>
Committer: Mandy Chung <mchung at openjdk.org>
Date: 2022-02-16 20:09:46 +0000
URL: https://git.openjdk.java.net/jdk/commit/67763df4dce387da33da6d93d0f5d80e54cf8e5b
8281003: MethodHandles::lookup throws NPE if caller is null
Reviewed-by: ihse, mchung, jrose, alanb
! make/test/JtregNativeJdk.gmk
! src/java.base/share/classes/java/lang/invoke/MethodHandles.java
+ test/jdk/java/lang/invoke/MethodHandles/exeNullCallerLookup/NullCallerLookupTest.java
+ test/jdk/java/lang/invoke/MethodHandles/exeNullCallerLookup/exeNullCallerLookupTest.c
More information about the jdk-changes
mailing list