Compiler Settings for Java Compiler

Applies to AQTime 8.81, last modified on January 18, 2022

The Java compiler (javac) compiles applications with all necessary debug information by default. However, if the -g:none compiler setting is used, no debug information is generated. In this case, you need to remove this setting from the compiler’s command line and use one of the following settings instead:

  • no -g setting - Generate debug information for source files and line numbers.

  • -g - Generate all debug information (for source files, line numbers and local variables).

When your application is ready for release, remember to recompile it with the settings you use for release builds.

See Also

Preparing Applications for Profiling
How AQTime Profilers Use Metadata and Debug Information
Profiling Java Applications

Highlight search results