src/hotspot/share/c1/c1_Runtime1.cpp
changeset 53582 881c5fbeb849
parent 51965 358a3b99198a
child 54120 677cede5608e
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2019, 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.
    55 #include "runtime/atomic.hpp"
    55 #include "runtime/atomic.hpp"
    56 #include "runtime/biasedLocking.hpp"
    56 #include "runtime/biasedLocking.hpp"
    57 #include "runtime/compilationPolicy.hpp"
    57 #include "runtime/compilationPolicy.hpp"
    58 #include "runtime/fieldDescriptor.inline.hpp"
    58 #include "runtime/fieldDescriptor.inline.hpp"
    59 #include "runtime/frame.inline.hpp"
    59 #include "runtime/frame.inline.hpp"
       
    60 #include "runtime/handles.inline.hpp"
    60 #include "runtime/interfaceSupport.inline.hpp"
    61 #include "runtime/interfaceSupport.inline.hpp"
    61 #include "runtime/javaCalls.hpp"
    62 #include "runtime/javaCalls.hpp"
    62 #include "runtime/sharedRuntime.hpp"
    63 #include "runtime/sharedRuntime.hpp"
    63 #include "runtime/threadCritical.hpp"
    64 #include "runtime/threadCritical.hpp"
    64 #include "runtime/vframe.inline.hpp"
    65 #include "runtime/vframe.inline.hpp"