Skip to content

Commit

Permalink
Merge pull request #19539 from hangshao0/FixSCC
Browse files Browse the repository at this point in the history
cacheDirPerm should be set if -Xshareclasses is not specified
  • Loading branch information
pshipton authored May 28, 2024
2 parents 8142f57 + e791e5b commit a10e5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/shared/shrclssup.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ IDATA J9VMDllMain(J9JavaVM* vm, IDATA stage, void* reserved)
vm->sharedCacheAPI->verboseFlags = J9SHR_VERBOSEFLAG_ENABLE_VERBOSE_DEFAULT;
}
vm->sharedCacheAPI->runtimeFlags = runtimeFlags;
vm->sharedCacheAPI->cacheDirPerm = J9SH_DIRPERM_ABSENT;
}
}

Expand Down

0 comments on commit a10e5ca

Please sign in to comment.