Usage:
-Xinternalversion displays more detailed JVM version information than the -version option
Examples:
To check all the related data to version use
java -Xinternalversion
will produce output similar to:
OpenJDK 64-Bit Server VM (13.0.2+8) for windows-amd64 JRE (13.0.2+8), built on Jan 17 2020 10:38:43 by "" with MS VC++ 15.8 (VS2017)
Description:
The –Xinternalversion allows to get advanced version information compared to standard java virtual machine argument “-version".
Default Value:
Not applicable
Errors:
None
Arguments related:
TODO: link to -version
Related Posts:
NOTE:
If you have additional comments, interesting experiences or even point of disagreement with this JVM argument description, please leave a comment. Your insights will help the entire 10+ million java developer community to develop one standard source of documentation for all the JVM arguments.
Edit your Comment