Description
Some JVM flags like -XX:+PrintGCDetails, -XX:+PrintGCDateStamps etc. are no longer supported with JDK 17 and hbase would fail to start if these are passed.
We should do an audit and update https://github.com/apache/hbase/blob/master/conf/hbase-env.sh to capture alternate/fix.
Will refer following for a fix/repalacement: