This is an automated email from the ASF dual-hosted git repository.

wchevreuil pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new e67c54d6137 HBASE-28259 Add java.base/java.io=ALL-UNNAMED open to 
jdk11_jvm_flags (#5581)
e67c54d6137 is described below

commit e67c54d61372725561f671599e4798ee040eb500
Author: mrzhao <imrz...@qq.com>
AuthorDate: Fri Jan 5 17:15:17 2024 +0800

    HBASE-28259 Add java.base/java.io=ALL-UNNAMED open to jdk11_jvm_flags 
(#5581)
    
    Signed-off-by: Wellington Chevreuil <wchevre...@apache.org>
    Signed-off-by: Nihal Jain <nihalj...@apache.org>
    Change-Id: I9ce1e4d2fed969f7e63de7f48ec474d8edb9d55e
---
 bin/hbase | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/hbase b/bin/hbase
index 4a5476acd13..73e582fa3ad 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -496,7 +496,7 @@ add_jdk11_deps_to_classpath() {
 }
 
 add_jdk11_jvm_flags() {
-  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 --add-exports [...]
+  HBASE_OPTS="$HBASE_OPTS 
-Dorg.apache.hbase.thirdparty.io.netty.tryReflectionSetAccessible=true 
--add-modules jdk.unsupported --add-opens java.base/java.io=ALL-UNNAMED 
--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/s [...]
 }
 
 add_opentelemetry_agent() {

Reply via email to