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

Reviewed-by: kamg, phh, dsamersoff
This commit is contained in:
Rickard Backman 2012-01-24 14:48:22 +01:00 committed by Rickard Bäckman
parent 09e21afaaa
commit ec891da5a7
3 changed files with 4 additions and 6 deletions

View file

@ -265,9 +265,7 @@ class Klass : public Klass_vtbl {
markOop _prototype_header; // Used when biased locking is both enabled and disabled for this type
jint _biased_lock_revocation_count;
#ifdef TRACE_DEFINE_KLASS_TRACE_ID
TRACE_DEFINE_KLASS_TRACE_ID;
#endif
public:
// returns the enclosing klassOop
@ -688,9 +686,7 @@ class Klass : public Klass_vtbl {
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; }
#ifdef TRACE_DEFINE_KLASS_METHODS
TRACE_DEFINE_KLASS_METHODS;
#endif
// garbage collection support
virtual void follow_weak_klass_links(