JDK-8154941 : cppInterpreter files should be renamed
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-04-22
  • Updated: 2017-03-16
  • Resolved: 2017-03-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Related Reports
Duplicate :  
Description
These files should be renamed zeroInterpreter, or something.

in hotspot/src/cpu/zero/vm:
cppInterpreterGenerator_zero.cpp  cppInterpreter_zero.cpp  cppInterpreter_zero.hpp

in src/share/vm/interpreter:
cppInterpreter.cpp  cppInterpreterGenerator.cpp  cppInterpreterGenerator.hpp  cppInterpreter.hpp

Or even put in to a zero only directory so that they can be pushed without JPRT.  Although I think the ones in src/share/vm/interpreter are in the right place because bytecodeInterpreter is there.  I think the main thing is to remove the cpp at the front to eliminate confusion with the old cpp interpreter.

Or make a directory like:  src/share/vm/zero and put all the zero interpreter files there and make this directory one that can be pushed without JPRT by outside contributors.