[GR-60085] [GR-68380] [GR-53964] [GR-68546] Use a contiguous address space for the metaspace and support heap dumping. #11993
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ImageHeapProvider
).basic-tests/application-layer-test
, this decreases the binary size of the application layer by 9%.Heap.getImageHeapOffsetInAddressSpace()
so that it always returns the offset to the start of the image heap (instead of an offset to the current layer's image heap).LinuxImageHeapProvider.getLayeredImageHeapAddressSpaceSize()
toAbstractImageHeapProvider.getImageHeapAddressSpaceSize()
so that it can be used on all platforms.ClassRegistries
to a new class namedTypeIDs
, so that the maximum type id at runtime can always be queried.