Re: RFR: jdk9: 8029997: [infra] remove Solaris ISA directories and the links

2013-12-21 Thread Alan Bateman
On 20/12/2013 23:03, Kumar Srinivasan wrote: Hello, Please review the removal of ISA (Instruction Specific Architecture) directories namely sparcv9, amd64 and the symlinks in these directories, this was provided to aid transition to jdk8, where solaris 32-bit was removed, and the 32-bit

Re: Bug in Long.parseUnsignedLong

2013-12-21 Thread Dmitry Nadezhin
I can weaken the question: Is there a reason to prefer extra int multiplication to the cache ? long result = first * radix + second; final int GUARD_BIT = 7; int guard = radix * (int) (first (Long.SIZE - GUARD_BIT)); if (guard = (1 GUARD_BIT) - Character.MAX_RADIX (guard = (1 GUARD_BIT)

Re: Analysis on JDK-8022321 java/lang/ref/OOMEInReferenceHandler.java fails intermittently

2013-12-21 Thread Peter Levart
Hi David, Is it possible to get the test output when it fails? It can fail in two different ways. I can't look at the bug (not authorized)... On 12/20/2013 10:54 AM, Chris Hegarty wrote: On 20 Dec 2013, at 04:33, Mandy Chung mandy.ch...@oracle.com wrote: Hi Srikalyan, Maybe you can get