File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ add_jdk11_deps_to_classpath() {
484484}
485485
486486add_jdk11_jvm_flags () {
487- HBASE_OPTS=" $HBASE_OPTS -Dio. netty.tryReflectionSetAccessible=true --illegal-access=permit -- add-modules jdk.unsupported --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-exports java.base/jdk.internal.misc=ALL-UNNAMED"
487+ HBASE_OPTS=" $HBASE_OPTS -Dorg.apache.hbase.thirdparty.io. netty.tryReflectionSetAccessible=true --add-modules jdk.unsupported --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.security.jgss/sun.security.krb5 =ALL-UNNAMED"
488488}
489489
490490# Add the development env class path stuff
You can’t perform that action at this time.
0 commit comments