comparison agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
6847:65d07d9ee446 6848:8e47bac5643a
87 throws UnmappedAddressException, UnalignedAddressException; 87 throws UnmappedAddressException, UnalignedAddressException;
88 /** This returns null if the address at the given offset is NULL. */ 88 /** This returns null if the address at the given offset is NULL. */
89 public Address getAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException; 89 public Address getAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
90 /** Returns the decoded address at the given offset */ 90 /** Returns the decoded address at the given offset */
91 public Address getCompOopAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException; 91 public Address getCompOopAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
92 public Address getCompKlassAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
92 93
93 // 94 //
94 // Java-related routines 95 // Java-related routines
95 // 96 //
96 97