mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8015774: Add support for multiple code heaps
Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types. Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
This commit is contained in:
parent
b2620f89c3
commit
cd01de591a
51 changed files with 1756 additions and 680 deletions
|
@ -165,7 +165,7 @@ void PCRecorder::init() {
|
|||
for (int index = 0; index < s; index++) {
|
||||
counters[index] = 0;
|
||||
}
|
||||
base = CodeCache::first_address();
|
||||
base = CodeCache::low_bound();
|
||||
}
|
||||
|
||||
void PCRecorder::record(address pc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue