JDK 9 RFR of JDK-8033416: Remove sun.misc.FpUtils

2014-02-01 Thread Joe Darcy
Hello, Back in JDK 5, the sun.misc.FpUtils class was added to provide low-level floating-point manipulations methods needed to write tests of the math library. Over time, those low-level functions have generally been added to the standard Java library and most of the methods in FpUtils have

RFR: (8031737) CHECK_NULL and CHECK_EXCEPTION macros cleanup

2014-02-01 Thread roger riggs
Hi, A few small changes to cleanup the name and use of CHECK macros. The CHECK_NULL_* macros are more generally useful without the JNU_ prefix. The JNU_CHECK_EXCEPTION* macros apply only when there is an jni environment. Webrev:

Re: RFR: (8031737) CHECK_NULL and CHECK_EXCEPTION macros cleanup

2014-02-01 Thread Lance @ Oracle
Looks fine Which releases are you think of including this in if any besides 9? Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 lance.ander...@oracle.com Sent from my iPad On Feb 1, 2014, at 1:03 PM, roger riggs

Re: RFR: (8031737) CHECK_NULL and CHECK_EXCEPTION macros cleanup

2014-02-01 Thread Alan Bateman
On 01/02/2014 18:03, roger riggs wrote: Hi, A few small changes to cleanup the name and use of CHECK macros. The CHECK_NULL_* macros are more generally useful without the JNU_ prefix. The JNU_CHECK_EXCEPTION* macros apply only when there is an jni environment. Webrev:

Re: JDK 9 RFR of JDK-8033416: Remove sun.misc.FpUtils

2014-02-01 Thread Alan Bateman
On 01/02/2014 18:13, Joe Darcy wrote: Hello, Back in JDK 5, the sun.misc.FpUtils class was added to provide low-level floating-point manipulations methods needed to write tests of the math library. Over time, those low-level functions have generally been added to the standard Java library