8006280: Need to reorder metadata structures to reduce size (64-bit)

Reordered Klass, InstanceKlass and Method to save 8 bytes each

Reviewed-by: coleenp, jiangli
This commit is contained in:
Ioi Lam 2013-01-24 10:57:38 -08:00 committed by Ioi Lam
parent 19303cc71d
commit 27c881b2fb
3 changed files with 19 additions and 18 deletions

View file

@ -127,8 +127,8 @@ class Method : public Metadata {
InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations
#ifdef TIERED
jlong _prev_time; // Previous time the rate was acquired
float _rate; // Events (invocation and backedge counter increments) per millisecond
jlong _prev_time; // Previous time the rate was acquired
#endif
#ifndef PRODUCT