Request for reviews (S): 7071709: JSR 292: switchpoint invalidation should be pushed not pulled (original) (raw)
Christian Thalinger christian.thalinger at oracle.com
Fri Sep 2 04:25:22 PDT 2011
- Previous message: hg: hsx/hotspot-comp/hotspot: 7085404: JSR 292: VolatileCallSites should have push notification too
- Next message: hg: hsx/hotspot-comp/hotspot: 7071709: JSR 292: switchpoint invalidation should be pushed not pulled
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Aug 31, 2011, at 11:34 PM, John Rose wrote:
On Aug 31, 2011, at 3:42 AM, Christian Thalinger wrote:
This patch now only contains the SwitchPoint optimization and will be pushed as the last of my fixes (as stated in an earlier email):
http://cr.openjdk.java.net/~twisti/7071709/ Tom, John, can you review this again? It is good, but I have a question. What happens when this line produces a null value for the target (because of -Xcomp etc.): ciMethodHandle* target = callsite->gettarget(); Shouldn't there be a guard for that edge case, in case Murphy's Law kicks in?
Yes, there should be one. I added a null check.
-- Christian
-- John
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20110902/4622f3f4/attachment.html
- Previous message: hg: hsx/hotspot-comp/hotspot: 7085404: JSR 292: VolatileCallSites should have push notification too
- Next message: hg: hsx/hotspot-comp/hotspot: 7071709: JSR 292: switchpoint invalidation should be pushed not pulled
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list