Skip to content

Add stable option for option -H:Log #7357

@adinn

Description

@adinn

When command line option -Log=... is passed on the native image command line this results in a warning that Log is an experimental option.

Warning: The option '-H:Log=DebugTypeInfo:3,DebugCodeInfo:3,DebugDataInfo:3,dwarf:3' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.

Experimental? Really?

n.b. although this option results in a specific warning up front the option is not listed in the later summary of unlocked experimental options that have been unlocked.

 3 experimental option(s) unlocked:
 - '-H:-DeleteLocalSymbols' (origin(s): command line)
 - '-H:-OmitInlinedMethodDebugLineInfo' (origin(s): command line)
 - '-H:+SourceLevelDebug' (origin(s): command line)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions