Ensure test introduced in 5c1c14286d
also works on Java9
This commit is contained in:
parent
5c1c14286d
commit
493a8135f8
@ -28,6 +28,7 @@ public class PlatformDependent0Test {
|
||||
@BeforeClass
|
||||
public static void assumeUnsafe() {
|
||||
assumeTrue(PlatformDependent0.hasUnsafe());
|
||||
assumeTrue(PlatformDependent0.hasDirectBufferNoCleanerConstructor());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user