src/hotspot/cpu/x86/interp_masm_x86.hpp
changeset 49748 6a880e576856
parent 47881 0ce0ac68ace7
child 49816 a3e79f97e86b
--- a/src/hotspot/cpu/x86/interp_masm_x86.hpp	Wed Apr 11 10:05:02 2018 -0400
+++ b/src/hotspot/cpu/x86/interp_masm_x86.hpp	Wed Apr 11 16:07:42 2018 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -35,12 +35,13 @@
 typedef ByteSize (*OffsetFunction)(uint);
 
 class InterpreterMacroAssembler: public MacroAssembler {
-
- protected:
+ public:
   // Interpreter specific version of call_VM_base
   virtual void call_VM_leaf_base(address entry_point,
                                  int number_of_arguments);
 
+ protected:
+
   virtual void call_VM_base(Register oop_result,
                             Register java_thread,
                             Register last_java_sp,