Skip to content

Commit c03c1c8

Browse files
committed
Reenable BoundMethodHandleMetadataSizeTest for aarch64 on JDK 8
1 parent 287bbac commit c03c1c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ddprof-test/src/test/java/com/datadoghq/profiler/metadata/BoundMethodHandleMetadataSizeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ protected String getProfilerCommand() {
2222
@Test
2323
public void test() throws Throwable {
2424
assumeFalse(Platform.isJ9() && Platform.isJavaVersion(17)); // JVMTI::GetClassSignature() is reliably crashing on a valid 'class' instance ¯\_(ツ)_/¯
25-
assumeFalse(Platform.isAarch64() && Platform.isJavaVersion(8));
2625
registerCurrentThreadForWallClockProfiling();
2726
int numBoundMethodHandles = 10_000;
2827
int x = generateBoundMethodHandles(numBoundMethodHandles);

0 commit comments

Comments
 (0)