src/share/vm/code/codeCache.cpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
child 9661
379a59bf685d
equal deleted inserted replaced
9294:de8045923ad2 9299:c6b5a99cea9e
1 /* 1 /*
2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
39 #include "oops/method.hpp" 39 #include "oops/method.hpp"
40 #include "oops/objArrayOop.hpp" 40 #include "oops/objArrayOop.hpp"
41 #include "oops/oop.inline.hpp" 41 #include "oops/oop.inline.hpp"
42 #include "runtime/handles.inline.hpp" 42 #include "runtime/handles.inline.hpp"
43 #include "runtime/arguments.hpp" 43 #include "runtime/arguments.hpp"
44 #include "runtime/deoptimization.hpp"
44 #include "runtime/icache.hpp" 45 #include "runtime/icache.hpp"
45 #include "runtime/java.hpp" 46 #include "runtime/java.hpp"
46 #include "runtime/mutexLocker.hpp" 47 #include "runtime/mutexLocker.hpp"
47 #include "services/memoryService.hpp" 48 #include "services/memoryService.hpp"
48 #include "trace/tracing.hpp" 49 #include "trace/tracing.hpp"

mercurial