Brad, Thank you for provided information. It is consistent with my experience.
Unfortunatelly we can't fix it. I'll investigate problem deeper and file ticket to IBM. You can try to disable JIT for GridDhtAtomicCache.lockEntries method. Use -Xjit:exclude=<method> option. It should work. See JIT and AOT command-line options for details ( https://www-01.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/com.ibm.java.lnx.80.doc/diag/appendixes/cmdline/commands_jit.html ). On Fri, Nov 6, 2015 at 10:59 PM, brad.peters <[email protected]> wrote: > This version of Java works: > java version "1.7.0" > Java(TM) SE Runtime Environment (build pxa6470sr8fp10ifix-20150313_01(SR8 > FP10+IV70681)) > IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References > 20141216_227497 (JIT enabled, AOT enabled) > J9VM - R26_Java726_SR8_20141216_0955_B227497 > JIT - r11.b07_20141003_74578.05 > GC - R26_Java726_SR8_20141216_0955_B227497_CMPRSS > J9CL - 20141216_227497) > JCL - 20141217_01 based on Oracle jdk7u75-b12 > > This one also does work: > java version "1.8.0_65" > Java(TM) SE Runtime Environment (build 1.8.0_65-b17) > Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode) > > This one does not: > java version "1.8.0" > Java(TM) SE Runtime Environment (build pxa6480ifix-20150313_01(IV70681)) > IBM J9 VM (build 2.8, JRE 1.8.0 Linux amd64-64 Compressed References > 20150116_231420 (JIT enabled, AOT enabled) > J9VM - R28_Java8_GA_20150116_2030_B231420 > JIT - tr.r14.java_20150109_82886.02 > GC - R28_Java8_GA_20150116_2030_B231420_CMPRSS > J9CL - 20150116_231420) > JCL - 20150123_01 based on Oracle jdk8u31-b12 > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/java-lang-NullPointerException-or-java-lang-IllegalMonitorStateException-tp1830p1873.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Andrey Gura GridGain Systems, Inc. www.gridgain.com
