[aarch64-port-dev ] hg: aarch64-port/jdk8/hotspot: 3 new changesets
adinn at redhat.com
adinn at redhat.com
Fri Aug 16 06:10:52 PDT 2013
Changeset: 8b75a801341f
Author: adinn
Date: 2013-08-16 14:04 +0100
URL: http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot/rev/8b75a801341f
converted / to . in class name passed to notifyCompile from C2
! src/share/vm/opto/compile.cpp
Changeset: 6b3c723e603e
Author: adinn
Date: 2013-08-16 14:05 +0100
URL: http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot/rev/6b3c723e603e
Improved method lookup in bccheck so sim debug handles various stubs correctly
! src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp
Changeset: a7f1e6ff729d
Author: adinn
Date: 2013-08-16 14:10 +0100
URL: http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot/rev/a7f1e6ff729d
use correct register for hidden klass argument passed to unverified entry point
the unverified entry was expecting the recipient klass in r0 when it
should have been in rscratch2. this caused true virtual calls to pick
up the wrong method implementation causing File.hash to be used in
place of CodeSource.hash (took several days to find this one :-)
! src/cpu/aarch64/vm/aarch64.ad
More information about the aarch64-port-dev
mailing list