src/hotspot/share/c1/c1_LIRAssembler.hpp
changeset 49906 4bb58f644e4e
parent 47216 71c04702a3d5
child 50102 454fa295105c
--- a/src/hotspot/share/c1/c1_LIRAssembler.hpp	Thu Apr 26 12:48:35 2018 -0700
+++ b/src/hotspot/share/c1/c1_LIRAssembler.hpp	Thu Apr 26 20:42:43 2018 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 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
@@ -260,6 +260,8 @@
 
 #include CPU_HEADER(c1_LIRAssembler)
 
+ public:
+
   static int call_stub_size() {
     if (UseAOT) {
       return _call_stub_size + _call_aot_stub_size;