# Listing HotSpot VM Flags and Their Default Values

DevFeed: [Listing HotSpot VM Flags and Their Default Values](<https://devfeed.tech/articles/all-of-the-hotspot-flags-30636.md>)

Original publisher: [Read original article](<http://bad-concurrency.blogspot.com/2011/08/all-of-hotspot-flags.html>)

Author: Michael Barker (noreply@blogger.com)

Published: 2011-08-18T09:58:00Z

Content type: tutorial

Language: en

Sources: [Bad Concurrency](<https://devfeed.tech/sources/bad-concurrency.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>)

Tags: [hotspot](<https://devfeed.tech/tags/hotspot.md>), [java](<https://devfeed.tech/tags/java.md>)

## AI overview

A short tip showing how to list HotSpot VM flags and their default values using java -XX:+PrintFlagsFinal.

## Source excerpt

Ever wanted to know what flags could be set and their default values for the Hotspot VM? Try this: java -XX:+PrintFlagsFinal