review for 7046732: JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code (original) (raw)

Tom Rodriguez tom.rodriguez at oracle.com
Tue May 24 13:46:00 PDT 2011


http://cr.openjdk.java.net/~never/7046732 1 line changed: 0 ins; 0 del; 1 mod; 1262 unchg

7046732: JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code Reviewed-by:

The assert doesn't hold when the resolve_constant throws an exception. It should be using CHECK instead of THREAD so that it returns immediately. Tested with failing test case.



More information about the hotspot-compiler-dev mailing list