Skip to content

Commit 4b9a860

Browse files
committed
Remove expected intrinsic Class.getModifiers from PrintIntrinsicsTest
1 parent fd02e3f commit 4b9a860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/hotspot/test/PrintIntrinsicsTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -67,7 +67,6 @@ public void testInSubprocess() throws InterruptedException, IOException {
6767
assertLineInOutput(subprocess, "</Intrinsics>");
6868

6969
// Random selection of intrinsics that should be stable.
70-
assertLineInOutput(subprocess, "java.lang.Class.getModifiers()");
7170
assertLineInOutput(subprocess, "java.lang.Byte.valueOf(byte)");
7271
assertLineInOutput(subprocess, "java.lang.System.nanoTime()");
7372
assertLineInOutput(subprocess, "java.lang.Thread.currentThread()");

0 commit comments

Comments
 (0)