RFR(S) 8033260: assert(lrg._area >= 0.0) failed: negative spill area (original) (raw)
Niclas Adlertz niclas.adlertz at oracle.com
Fri Feb 21 10:01:02 PST 2014
- Previous message: RFR(S) 8033260: assert(lrg._area >= 0.0) failed: negative spill area
- Next message: RFR(S) 8033260: assert(lrg._area >= 0.0) failed: negative spill area
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Roland,
Thank you for looking at this. I also had to replace the !isinf() check in ifg.cpp with g_isfinite() because of compatibilty issues on Windows.
http://cr.openjdk.java.net/~adlertz/JDK-8033260/webrev01/
Kind Regards, Niclas Adlertz
On 02/21/2014 08:44 AM, Roland Westrelin wrote:
Hi Niclas,
webrev: http://cr.openjdk.java.net/~adlertz/JDK-8033260/webrev00/ That looks good but you need to adjust the SA code as well: freqField = type.getJFloatField("freq”); in Block.java Roland.
- Previous message: RFR(S) 8033260: assert(lrg._area >= 0.0) failed: negative spill area
- Next message: RFR(S) 8033260: assert(lrg._area >= 0.0) failed: negative spill area
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list