mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8171960: Event-based tracing needs separate flag representation for Method
Reviewed-by: hseigel, gtriantafill, dholmes
This commit is contained in:
parent
09dee71ddd
commit
2bc33c2996
6 changed files with 14 additions and 20 deletions
|
@ -85,7 +85,6 @@ Method::Method(ConstMethod* xconst, AccessFlags access_flags) {
|
|||
set_constMethod(xconst);
|
||||
set_access_flags(access_flags);
|
||||
set_intrinsic_id(vmIntrinsics::_none);
|
||||
set_jfr_towrite(false);
|
||||
set_force_inline(false);
|
||||
set_hidden(false);
|
||||
set_dont_inline(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue