JDK-8076460 : Zero fastdebug build does not compile
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8u60
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-04-01
  • Updated: 2024-11-13
  • Resolved: 2015-04-01
Related Reports
Duplicate :  
Description
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); ^
01-04-2015