Closed GoogleCodeExporter closed 9 years ago
Long nextLevel = (i == priorityLevels.length - 1) ? null : priorityLevels[i +
1];
probably nextLevel is somehow null and IdentityHashMap doesn't allow null
values.
http://docs.oracle.com/javase/6/docs/api/java/util/IdentityHashMap.html
Original comment by mkozi...@gmail.com
on 3 Oct 2013 at 8:56
From the link you posted: "This class provides all of the optional map
operations, and permits null values and the null key."
Furthermore I don't see an IdentityHashMapEntry class in the IdentityHashMap
provided by my 1.6 and 1.7 JDKs (neither Oracle nor OpenJDK).
If downloading an IBM JDK would be easy I'd take a look at it, but it is a
nightmare of redirections, registrations and other forms. I'm inclined to say
we can't do much until we have a clear reproduction recipe and a working
environment...
Original comment by askon...@gmail.com
on 7 Oct 2013 at 6:01
Hey, what do you know. We've seen this one before somewhere ...
Original comment by askon...@gmail.com
on 7 Oct 2013 at 6:44
Yeah. I know downloading jdk from ibm is a nightmare. If you will successfully
register then you can find link to jdk like:
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-sdk6&S_PKG=
intel_6sr14&S_TACT=105AGX05&S_CMP=JDK
Use download from http (that option at least works)
and change sr14 to sr12 go get the one version from problem description.
Original comment by mkozi...@gmail.com
on 8 Oct 2013 at 1:07
Original issue reported on code.google.com by
mkozi...@gmail.com
on 3 Oct 2013 at 8:47