Skip to content

Commit

Permalink
Add memory object type for OpenJ9 JITServer AOT cache
Browse files Browse the repository at this point in the history
This commit adds a new memory object type that will be used by the
JITServer AOT cache in OpenJ9.

Signed-off-by: Alexey Khrabrov <khrabrov@cs.toronto.edu>
  • Loading branch information
AlexeyKhrabrov committed Mar 29, 2021
1 parent 0ba8989 commit 25a4fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/env/TRMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,10 @@ const char * objectName[] =

"Debug",

// JITServer types
"ClientSessionData",
"ROMClass",
"JITServerAOTCache",

"SymbolValidationManager",

Expand Down
2 changes: 2 additions & 0 deletions compiler/env/TRMemory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,10 @@ class TR_MemoryBase

Debug,

// JITServer types
ClientSessionData,
ROMClass,
JITServerAOTCache,

SymbolValidationManager,

Expand Down

0 comments on commit 25a4fc2

Please sign in to comment.