8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
Ignore encodeBlock intrinsic. Reviewed-by: kvn
This commit is contained in:
parent
ecc5979769
commit
cbec44e846
@ -371,6 +371,7 @@ public class CheckGraalIntrinsics extends GraalTest {
|
|||||||
if (isJDK11OrHigher()) {
|
if (isJDK11OrHigher()) {
|
||||||
// Relevant for Java flight recorder
|
// Relevant for Java flight recorder
|
||||||
add(toBeInvestigated,
|
add(toBeInvestigated,
|
||||||
|
"java/util/Base64$Encoder.encodeBlock([BII[BIZ)V",
|
||||||
"jdk/jfr/internal/JVM.getEventWriter()Ljava/lang/Object;");
|
"jdk/jfr/internal/JVM.getEventWriter()Ljava/lang/Object;");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user