mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
6978355: renaming for 6961697
This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
This commit is contained in:
parent
3756a7daa9
commit
a4b2fe3b1c
66 changed files with 613 additions and 658 deletions
|
@ -687,8 +687,8 @@ class JvmtiCompiledMethodLoadEventMark : public JvmtiMethodEventMark {
|
|||
public:
|
||||
JvmtiCompiledMethodLoadEventMark(JavaThread *thread, nmethod *nm, void* compile_info_ptr = NULL)
|
||||
: JvmtiMethodEventMark(thread,methodHandle(thread, nm->method())) {
|
||||
_code_data = nm->code_begin();
|
||||
_code_size = nm->code_size();
|
||||
_code_data = nm->insts_begin();
|
||||
_code_size = nm->insts_size();
|
||||
_compile_info = compile_info_ptr; // Set void pointer of compiledMethodLoad Event. Default value is NULL.
|
||||
JvmtiCodeBlobEvents::build_jvmti_addr_location_map(nm, &_map, &_map_length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue