mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
This commit is contained in:
parent
f5b4bb46f5
commit
16526e000e
505 changed files with 50394 additions and 915 deletions
|
@ -452,7 +452,6 @@ class CodeBuffer: public StackObj {
|
|||
initialize_misc(name);
|
||||
}
|
||||
|
||||
|
||||
// (4) code buffer allocating codeBlob memory for code & relocation
|
||||
// info. The name must be something informative and code_size must
|
||||
// include both code and stubs sizes.
|
||||
|
@ -553,6 +552,8 @@ class CodeBuffer: public StackObj {
|
|||
// allocated size of all relocation data, including index, rounded up
|
||||
csize_t total_relocation_size() const;
|
||||
|
||||
csize_t copy_relocations_to(address buf, csize_t buf_limit, bool only_inst) const;
|
||||
|
||||
// allocated size of any and all recorded oops
|
||||
csize_t total_oop_size() const {
|
||||
OopRecorder* recorder = oop_recorder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue