| Relates :   | |
| Relates :   | 
[~never] pointed out that a fix for an assert on x86 that came in via JDK-8062493: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/diff/a41fe5ffa839/src/cpu/x86/vm/compiledIC_x86.cpp#l1.34 should also be done on all other architectures. The failure manifests as: # assert(method_loader->data() == 0 || method_loader->data() == (intptr_t)callee()) failed: a) MT-unsafe modification of inline cache It depends on whether in an optimized debug build it managed to fold those reads into one.
| 
 |