We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287bbac commit c03c1c8Copy full SHA for c03c1c8
ddprof-test/src/test/java/com/datadoghq/profiler/metadata/BoundMethodHandleMetadataSizeTest.java
@@ -22,7 +22,6 @@ protected String getProfilerCommand() {
22
@Test
23
public void test() throws Throwable {
24
assumeFalse(Platform.isJ9() && Platform.isJavaVersion(17)); // JVMTI::GetClassSignature() is reliably crashing on a valid 'class' instance ¯\_(ツ)_/¯
25
- assumeFalse(Platform.isAarch64() && Platform.isJavaVersion(8));
26
registerCurrentThreadForWallClockProfiling();
27
int numBoundMethodHandles = 10_000;
28
int x = generateBoundMethodHandles(numBoundMethodHandles);
0 commit comments