forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Enabled is_zeroed option while creating mempool. 2. Completely removed api from example (example/glue/ObjectModelDelegate.hpp) 3. Fixed some requests, added some new. Added existence condition for requests GC_ObjectHeapIteratorAddressOrderedList::shouldReturnCurrentObject() and nextObjectNoAdvance() which can be moved to GC_ObjectModelBase::isSingleSlotDeadObject and isDeadObject if MM_ExtensionsBase is available. 4. Request logs and stacktraces are now only printed in valgrind console using VALGRIND_PRINTF and VALGRIND_PRINTF_BACKTRACE request. Another configure option has been added --enable-VALGRIND_REQUEST_LOGS to skip them by default. Issue: eclipse-omr#826 Signed-off-by: Varun Garg <[email protected]>
- Loading branch information
1 parent
b41cd6a
commit 22ad124
Showing
16 changed files
with
269 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.