Skip to content

Commit b16e294

Browse files
authored
Merge pull request #19567 from hangshao0/0.46
(0.46)cacheDirPerm should be set if -Xshareclasses is not specified
2 parents d713cfa + 37fd471 commit b16e294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/shared/shrclssup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ IDATA J9VMDllMain(J9JavaVM* vm, IDATA stage, void* reserved)
391391
vm->sharedCacheAPI->verboseFlags = J9SHR_VERBOSEFLAG_ENABLE_VERBOSE_DEFAULT;
392392
}
393393
vm->sharedCacheAPI->runtimeFlags = runtimeFlags;
394+
vm->sharedCacheAPI->cacheDirPerm = J9SH_DIRPERM_ABSENT;
394395
}
395396
}
396397

0 commit comments

Comments
 (0)