tomcat 8.5.49 -shutdown.sh message: NOTE: Picked up JDK_JAVA_OPTIONS:

Hello!
How are you?

I did install tomcat 8.5.49. After install and configure, in test it starts ok at navigator but, in terminal when use command shutdown.sh it shows:

NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED
–add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

I am reading and searching to solve this but, sorry, I do not understand where put the lines.
In setenv.sh? after JAVA_HOME

Or?

Thank you attention

If your Tomcat is installed on Apache running as a systemd service,
Have you tried shutting down using a systemd command instead of the script?

TSU