Ensure test introduced in 5c1c14286d also works on Java9

This commit is contained in:
Norman Maurer 2017-03-29 22:43:00 +02:00
parent d05e20dcbe
commit 5b72acb59a

View File

@ -28,6 +28,7 @@ public class PlatformDependent0Test {
@BeforeClass
public static void assumeUnsafe() {
assumeTrue(PlatformDependent0.hasUnsafe());
assumeTrue(PlatformDependent0.hasDirectBufferNoCleanerConstructor());
}
@Test