提交 03668845 编写于 作者: R rbackman

7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp

Reviewed-by: kamg, phh, dsamersoff
Contributed-by: NRickard Backman <rickard.backman@oracle.com>
上级 623e77e5
...@@ -158,9 +158,7 @@ klassOop Klass::base_create_klass_oop(KlassHandle& klass, int size, ...@@ -158,9 +158,7 @@ klassOop Klass::base_create_klass_oop(KlassHandle& klass, int size,
kl->set_next_sibling(NULL); kl->set_next_sibling(NULL);
kl->set_alloc_count(0); kl->set_alloc_count(0);
kl->set_alloc_size(0); kl->set_alloc_size(0);
#ifdef TRACE_SET_KLASS_TRACE_ID
TRACE_SET_KLASS_TRACE_ID(kl, 0); TRACE_SET_KLASS_TRACE_ID(kl, 0);
#endif
kl->set_prototype_header(markOopDesc::prototype()); kl->set_prototype_header(markOopDesc::prototype());
kl->set_biased_lock_revocation_count(0); kl->set_biased_lock_revocation_count(0);
......
...@@ -265,9 +265,7 @@ class Klass : public Klass_vtbl { ...@@ -265,9 +265,7 @@ class Klass : public Klass_vtbl {
markOop _prototype_header; // Used when biased locking is both enabled and disabled for this type markOop _prototype_header; // Used when biased locking is both enabled and disabled for this type
jint _biased_lock_revocation_count; jint _biased_lock_revocation_count;
#ifdef TRACE_DEFINE_KLASS_TRACE_ID
TRACE_DEFINE_KLASS_TRACE_ID; TRACE_DEFINE_KLASS_TRACE_ID;
#endif
public: public:
// returns the enclosing klassOop // returns the enclosing klassOop
...@@ -688,9 +686,7 @@ class Klass : public Klass_vtbl { ...@@ -688,9 +686,7 @@ class Klass : public Klass_vtbl {
jlong last_biased_lock_bulk_revocation_time() { return _last_biased_lock_bulk_revocation_time; } jlong last_biased_lock_bulk_revocation_time() { return _last_biased_lock_bulk_revocation_time; }
void set_last_biased_lock_bulk_revocation_time(jlong cur_time) { _last_biased_lock_bulk_revocation_time = cur_time; } void set_last_biased_lock_bulk_revocation_time(jlong cur_time) { _last_biased_lock_bulk_revocation_time = cur_time; }
#ifdef TRACE_DEFINE_KLASS_METHODS
TRACE_DEFINE_KLASS_METHODS; TRACE_DEFINE_KLASS_METHODS;
#endif
// garbage collection support // garbage collection support
virtual void follow_weak_klass_links( virtual void follow_weak_klass_links(
......
...@@ -40,4 +40,8 @@ ...@@ -40,4 +40,8 @@
#define TRACE_START() true #define TRACE_START() true
#define TRACE_INITIALIZE() 0 #define TRACE_INITIALIZE() 0
#define TRACE_SET_KLASS_TRACE_ID(x1, x2) do { } while (0)
#define TRACE_DEFINE_KLASS_METHODS typedef int ___IGNORED_hs_trace_type1
#define TRACE_DEFINE_KLASS_TRACE_ID typedef int ___IGNORED_hs_trace_type2
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册