src/share/vm/code/codeCache.cpp

changeset 9191
a0373be7fe1b
parent 8075
be740540f60c
child 9203
53eec13fbaa5
child 9661
379a59bf685d
     1.1 --- a/src/share/vm/code/codeCache.cpp	Tue May 01 21:36:54 2018 -0700
     1.2 +++ b/src/share/vm/code/codeCache.cpp	Wed Feb 28 05:31:04 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -41,6 +41,7 @@
    1.11  #include "oops/oop.inline.hpp"
    1.12  #include "runtime/handles.inline.hpp"
    1.13  #include "runtime/arguments.hpp"
    1.14 +#include "runtime/deoptimization.hpp"
    1.15  #include "runtime/icache.hpp"
    1.16  #include "runtime/java.hpp"
    1.17  #include "runtime/mutexLocker.hpp"

mercurial