review for 7092236: java/util/EnumSet/EnumSetBash.java fails (original) (raw)
Tom Rodriguez tom.rodriguez at oracle.com
Tue Sep 20 10:35:02 PDT 2011
- Previous message: hg: hsx/hotspot-comp/hotspot: 7091764: Tiered: enable aastore profiling
- Next message: review for 7092236: java/util/EnumSet/EnumSetBash.java fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~never/7092236 27 lines changed: 17 ins; 7 del; 3 mod; 1161 unchg
7092236: java/util/EnumSet/EnumSetBash.java fails Reviewed-by:
The changes for 7083184 moved an early bailout outside of the guarding test which caused us to skip checking some dependencies when classes are loaded during compilation. The fix is to move it back inside. I also simplified the logic since I found it quite confusing. Tested by failing test from bug report.
- Previous message: hg: hsx/hotspot-comp/hotspot: 7091764: Tiered: enable aastore profiling
- Next message: review for 7092236: java/util/EnumSet/EnumSetBash.java fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list