OpenJDKの実行環境に「.hotspotrc」ファイル、または「.hotspot_compiler」ファイルが存在していた場合(注)、以下のワーニングメッセージが出力され、それらのファイルの存在は無視されます。
以下のメッセージが出力された場合は、OpenJDKの実行環境にある該当ファイルを削除してください。
「.hotspotrc」ファイルがあった場合に出力されるワーニングメッセージ:
Java VM名 warning: .hotspotrc file is present but has been ignored. Run with -XX:Flags=.hotspotrc to load the file. |
「.hotspot_compiler」ファイルがあった場合に出力されるワーニングメッセージ:
Java VM名 warning: .hotspot_compiler file is present but has been ignored. Run with -XX:CompileCommandFile=.hotspot_compiler to load the file. |