Skip to content

Commit a2864a2

Browse files
committed
JDK-8379913: fix typo
1 parent 8588e53 commit a2864a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/code/aotCodeCache.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ void AOTCodeCache::initialize() {
188188
FLAG_SET_ERGO(AOTStubCaching, false);
189189

190190
if (VerifyOops) {
191-
// Disable AOT stubs and adapter caching when VerifyOops flag is on.
191+
// Disable AOT stub and adapter caching when VerifyOops flag is on.
192192
// Verify oops code generated a lot of C strings which overflow
193193
// AOT C string table (which has fixed size).
194194
// AOT C string table will be reworked later to handle such cases.
195-
log_info(aot, codecache, init)("AOT Stub and Adater Caching is not supported with VerifyOops.");
195+
log_info(aot, codecache, init)("AOT Stub and Adapter Caching is not supported with VerifyOops.");
196196
FLAG_SET_ERGO(AOTStubCaching, false);
197197
FLAG_SET_ERGO(AOTAdapterCaching, false);
198198
}

0 commit comments

Comments
 (0)