Skip to content

Commit 2c316b6

Browse files
Update src/hotspot/share/code/aotCodeCache.cpp
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
1 parent a7f2fb6 commit 2c316b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/code/aotCodeCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ bool AOTCodeCache::Config::verify(AOTCodeCache* cache) const {
510510

511511
// The following checks do not affect AOT code, but can disable
512512
// AOT stub/adapters caching if they are incompatible with runtime settings
513-
// (adapters too as they decode flattened inline types during c2i transitions).
513+
// (adapters too as they access oops when buffering scalarized value objects).
514514

515515
if (((_flags & compressedOops) != 0) != UseCompressedOops) {
516516
log_debug(aot, codecache, init)("AOT Stub/Adapter Cache disabled: it was created with UseCompressedOops = %s", UseCompressedOops ? "false" : "true");

0 commit comments

Comments
 (0)