Skip to content

Commit

Permalink
Merge pull request #16166 from cjjdespres/default-cache-name
Browse files Browse the repository at this point in the history
Give a name to the default JITServer AOT cache
  • Loading branch information
mpirvu committed Oct 31, 2022
2 parents 14faf93 + c79492a commit 9843f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/env/J9PersistentInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class PersistentInfo : public OMR::PersistentInfoConnector
_JITServerUseAOTCache(false),
_requireJITServer(false),
_localSyncCompiles(true),
_JITServerAOTCacheName(),
_JITServerAOTCacheName("default"),
#endif /* defined(J9VM_OPT_JITSERVER) */
OMR::PersistentInfoConnector(pm)
{}
Expand Down

0 comments on commit 9843f61

Please sign in to comment.