From ae542e8a315b91ae4b52025a8822b1a4cb320abb Mon Sep 17 00:00:00 2001 From: Debian Java Maintainers Date: Thu, 28 Feb 2019 14:20:34 +0100 Subject: java9 Gbp-Pq: Name java9.patch --- pom.xml | 12 +++- .../openhft/chronicle/bytes/NativeBytesStore.java | 79 +++++++++++++++++++--- 2 files changed, 77 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index e149729..c21d589 100755 --- a/pom.xml +++ b/pom.xml @@ -111,10 +111,16 @@ org.apache.maven.plugins maven-compiler-plugin - -Xlint:deprecation - 1.8 - 1.8 + 1.9 + 1.9 + true UTF-8 + + -Xlint:deprecation + --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED + --add-exports=java.base/sun.nio.ch=ALL-UNNAMED + --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED +