openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Mark TR_J9VMServer virtual methods with override

Open cjjdespres opened this issue 4 months ago • 2 comments

The isIndexableDataAdrPresent() and isOffHeapAlocationEnabled() methods override the TR_J9VMBase implementations. They are now marked with override; a compilation error results without it with clang in the default configuration (with -Werror).

cjjdespres avatar Oct 17 '24 16:10 cjjdespres