8200628: aarch32 - Broken build after JDK-8199809
authordpochepk
Wed, 04 Apr 2018 23:05:13 +0300
changeset 49675 e862d3c78123
parent 49674 c39f20946b37
child 49676 0bb0c2f27ca9
8200628: aarch32 - Broken build after JDK-8199809 Reviewed-by: shade, coleenp Contributed-by: boris.ulasevich@bell-sw.com
src/hotspot/cpu/arm/interpreterRT_arm.cpp
--- 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;