Review Request: Zero stack improvements
Gary Benson
gbenson at redhat.com
Wed May 5 08:00:16 PDT 2010
Hi all,
In Zero, at present, the logic for determining the size of the Zero
stack is in the call stub. This webrev moves this logic into a
method of the ZeroStack class, ZeroStack::suggest_size(). This
consolidates access to the ABI stack, and includes the shadow pages
in all calculations. (Previously the call stub did not consider the
shadow pages, which led to some odd sizes being chosen on systems
with large pages.)
http://cr.openjdk.java.net/~gbenson/zero-stack-improvements/
I don't have a bug id for this.
Cheers,
Gary
--
http://gbenson.net/
More information about the hotspot-compiler-dev
mailing list