< prev index next >

src/hotspot/cpu/x86/stubRoutines_x86_32.cpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 1997, 2019, 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

@@ -30,5 +30,7 @@
  
  // Implementation of the platform-specific part of StubRoutines - for
  // a description of how to extend it, see the stubRoutines.hpp file.
  
  address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;
+ address StubRoutines::x86::_method_entry_barrier = NULL;
+ 
< prev index next >