diff -r 78aa7484c722 -r 88502b1cf76f src/hotspot/cpu/x86/stubRoutines_x86_32.cpp --- a/src/hotspot/cpu/x86/stubRoutines_x86_32.cpp Tue Nov 26 14:33:56 2019 -0500 +++ b/src/hotspot/cpu/x86/stubRoutines_x86_32.cpp Mon Sep 09 11:43:16 2019 -0400 @@ -1,5 +1,5 @@ /* - * 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 @@ -32,3 +32,5 @@ // 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; +