review request (S): 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Sep 6 11:50:47 PDT 2011
- Previous message: review request (S): 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
- Next message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good.
Vladimir
Roland Westrelin wrote:
http://cr.openjdk.java.net/~roland/7087453/webrev.00/
When PhaseChaitin::yankifdead() hits a node with MachTemp inputs it crashes the VM with assertion: assert(old->req() <= 2, "can't handle more inputs"); It should be able to handle MachTemps as a special case by yanking them as well. Roland.
- Previous message: review request (S): 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
- Next message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list