Request for reviews (XXL): 6961690: load oops from constant table on SPARC
Christian Thalinger
christian.thalinger at oracle.com
Thu Nov 18 08:25:30 PST 2010
On Nov 17, 2010, at 10:35 AM, Christian Thalinger wrote:
> My fault. I was thinking that we're using RDPC when the node is not
> pinned, but that's not the case. Of course it works when not using
> RDPC.
This became a bigger change that I thought it will be. I moved almost
all logic into Compile, the constant table emission and the offset/
size calculation are now two different steps which are called
explicitly in Compile::Fill_buffer, and the constant table base
materialization is not pinned.
http://cr.openjdk.java.net/~twisti/6961690/webrev.02/
-- Christian
More information about the hotspot-compiler-dev
mailing list