Request for reviews (S): 7071709: JSR 292: switchpoint invalidation should be pushed not pulled

Christian Thalinger christian.thalinger at oracle.com
Thu Aug 25 06:54:42 PDT 2011


http://cr.openjdk.java.net/~twisti/7071709/

7071709: JSR 292: switchpoint invalidation should be pushed not pulled
Reviewed-by:

SwitchPoints use a MutableCallSite for its implementation.  The fix is
to treat the target field of constant CallSites as a compile time
constant and add a dependence for invalidation of the optimization.

src/share/vm/opto/memnode.cpp
src/share/vm/opto/parse3.cpp



More information about the hotspot-compiler-dev mailing list