Profile Image
vishnupriya

What is JVM detailed version: -Xinternalversion?

What is JVM detailed version: -Xinternalversion? Have you used this JVM argument before? What are the pros & cons of using this Java argument? Can you share your perspective/experience in using this JVM argument?

  • jvm-argument

  • xinternalversion

  • internalversion

  • JVM detailed version

Please Sign In or to post your comment or answer

Profile Image

Pavel Khodakovsky

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.

Got something else on mind? Post Your Question

Not the answer you're looking for? Browse other questions tagged
  • jvm-argument

  • xinternalversion

  • internalversion

  • JVM detailed version