You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/TestDynamicConstant.java
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,7 @@ public void test() throws Throwable {
249
249
long.class,
250
250
double.class,
251
251
String.class,
252
+
Object.class,
252
253
List.class
253
254
};
254
255
@@ -275,14 +276,20 @@ public void test() throws Throwable {
275
276
// with condy resolved via ConstantPool
276
277
Objectexpect = m.invoke(null);
277
278
Objectactual;
278
-
if (lastConstantinstanceofPrimitiveConstant) {
279
+
if (lastConstant == PrimitiveConstant.NULL_POINTER) {
0 commit comments