RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86 (original) (raw)
Roland Westrelin roland.westrelin at oracle.com
Thu Jun 7 09:47:26 PDT 2012
- Previous message: RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
- Next message: RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Could you rename verifyctw() to verifyfpuctw() since there are other control words. Could you explain why it is only problem in VM 32-bit and add comment?
It's 32bit only because on 64 bit the fpu cw it set to extended precision (it seems to be the default for the process?). Do we want to extend verify_fpu_ctw() so it checks the control world on 64 bit as well? It's not checked anywhere else even though I think, in other places than exp and pow, we make assumptions about the control word on 64 bit (that uses the fpu won't trigger exceptions for instance).
Roland.
- Previous message: RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
- Next message: RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list