src/hotspot/cpu/arm/interpreterRT_arm.cpp
changeset 49675 e862d3c78123
parent 49480 d7df2dd501ce
child 50380 bec342339138
--- a/src/hotspot/cpu/arm/interpreterRT_arm.cpp	Wed Apr 04 23:02:58 2018 +0300
+++ b/src/hotspot/cpu/arm/interpreterRT_arm.cpp	Wed Apr 04 23:05:13 2018 +0300
@@ -37,7 +37,7 @@
 
 #define __ _masm->
 
-Interpreter::SignatureHandlerGenerator::SignatureHandlerGenerator(
+InterpreterRuntime::SignatureHandlerGenerator::SignatureHandlerGenerator(
     const methodHandle& method, CodeBuffer* buffer) : NativeSignatureIterator(method) {
   _masm = new MacroAssembler(buffer);
   _abi_offset = 0;