Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Zing does not support vmstructs, too
  • Loading branch information
jbachorik committed Nov 8, 2024
commit 340884a31d7053cdc5e851177adae9addd00be55
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class JVMAccessTest {

@BeforeAll
static void setUp() {
Assumptions.assumeFalse(Platform.isJ9()); // J9 does not support vmstructs
Assumptions.assumeFalse(Platform.isJ9() || Platform.isZing()); // J9 and Zing do not support vmstructs
jvmAccess = JVMAccess.getInstance();
}

Expand Down