Current jdk8u-dev tree fails to compile for the Zero variant JVM using a fastdebug build. slowdebug and release builds work fine.
Comments
Duplicate of JDK-8055231.
01-04-2015
Proposed fix.
01-04-2015
This issue does not surface on JDK 9, so seems to be fixed there.
01-04-2015
One of the compiler error messages is:
hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:3435:68: error: invalid cast from type ‘oop’ to type ‘uintptr_t {aka long unsigned int}’
tty->print_cr("native_mirror: " INTPTR_FORMAT, (uintptr_t) this->_oop_temp);
^