Request for reviews (S): 7178280: Failed new vector regression tests (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jun 21 23:01:42 PDT 2012
- Previous message: hg: hsx/hotspot-comp/langtools: Added tag jdk8-b44 for changeset 59cbead12ff4
- Next message: Request for reviews (S): 7178280: Failed new vector regression tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~kvn/7178280/webrev
7178280: Failed new vector regression tests
Post-Allocation copy removal optimization incorrectly replaced spill copy with previously loaded register which was already modified by an other vector operation with smaller vector size.
When looking for the same value in an other register check that all parts of that register has the same value.
Also removed unused line.
Tested with failing and other regression tests.
Thanks, Vladimir
- Previous message: hg: hsx/hotspot-comp/langtools: Added tag jdk8-b44 for changeset 59cbead12ff4
- Next message: Request for reviews (S): 7178280: Failed new vector regression tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list