review(XXS): 7046893: LP64 problem with double_quadword in c1_LIRAssembler_x86.cpp (original) (raw)
Igor Veresov igor.veresov at oracle.com
Mon May 23 03:16:43 PDT 2011
- Previous message: hg: hsx/hotspot-comp/hotspot: 7045506: assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
- Next message: review(XXS): 7046893: LP64 problem with double_quadword in c1_LIRAssembler_x86.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We had invalid casts in address computation. The pointer was cast to long, which on Windows is 32bit, so the upper bits were lost.
Webrev: http://cr.openjdk.java.net/~iveresov/7046893/webrev.00/
Contributed by: Thomas.Salter at unisys.com
- Previous message: hg: hsx/hotspot-comp/hotspot: 7045506: assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
- Next message: review(XXS): 7046893: LP64 problem with double_quadword in c1_LIRAssembler_x86.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list