mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8075242: Remove SpecializationStats
Reviewed-by: brutisso, mgerdin
This commit is contained in:
parent
e7a218b4b6
commit
426a345fec
14 changed files with 2 additions and 253 deletions
|
@ -250,8 +250,6 @@ int InstanceMirrorKlass::oop_adjust_pointers(oop obj) {
|
|||
int InstanceMirrorKlass:: \
|
||||
oop_oop_iterate##nv_suffix(oop obj, OopClosureType* closure) { \
|
||||
/* Get size before changing pointers */ \
|
||||
SpecializationStats::record_iterate_call##nv_suffix(SpecializationStats::irk); \
|
||||
\
|
||||
InstanceKlass::oop_oop_iterate##nv_suffix(obj, closure); \
|
||||
\
|
||||
if_do_metadata_checked(closure, nv_suffix) { \
|
||||
|
@ -275,8 +273,6 @@ oop_oop_iterate##nv_suffix(oop obj, OopClosureType* closure) {
|
|||
int InstanceMirrorKlass:: \
|
||||
oop_oop_iterate_backwards##nv_suffix(oop obj, OopClosureType* closure) { \
|
||||
/* Get size before changing pointers */ \
|
||||
SpecializationStats::record_iterate_call##nv_suffix(SpecializationStats::irk); \
|
||||
\
|
||||
InstanceKlass::oop_oop_iterate_backwards##nv_suffix(obj, closure); \
|
||||
\
|
||||
if (UseCompressedOops) { \
|
||||
|
@ -294,8 +290,6 @@ int InstanceMirrorKlass::
|
|||
oop_oop_iterate##nv_suffix##_m(oop obj, \
|
||||
OopClosureType* closure, \
|
||||
MemRegion mr) { \
|
||||
SpecializationStats::record_iterate_call##nv_suffix(SpecializationStats::irk); \
|
||||
\
|
||||
InstanceKlass::oop_oop_iterate##nv_suffix##_m(obj, closure, mr); \
|
||||
\
|
||||
if_do_metadata_checked(closure, nv_suffix) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue