hg: jdk9/hs-rt/hotspot: 3 new changesets
yumin.qi at oracle.com
yumin.qi at oracle.com
Sat Aug 15 00:57:49 UTC 2015
Changeset: 17c65a196427
Author: minqi
Date: 2015-08-14 10:10 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/17c65a196427
8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
Summary: Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade
! agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java
! agent/src/share/classes/sun/jvm/hotspot/oops/Symbol.java
! src/share/vm/oops/symbol.cpp
! src/share/vm/oops/symbol.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: 160f691ef3d0
Author: minqi
Date: 2015-08-14 20:40 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/160f691ef3d0
Merge
Changeset: 4ec8bd17d9e3
Author: minqi
Date: 2015-08-14 22:20 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4ec8bd17d9e3
Merge
More information about the jdk9-all-changes
mailing list