src/hotspot/cpu/s390/interp_masm_s390.cpp
changeset 49480 d7df2dd501ce
parent 48965 be873d8c0114
child 49748 6a880e576856
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2016, 2017 SAP SE. All rights reserved.
     3  * Copyright (c) 2016, 2017 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    34 #include "oops/markOop.hpp"
    34 #include "oops/markOop.hpp"
    35 #include "prims/jvmtiExport.hpp"
    35 #include "prims/jvmtiExport.hpp"
    36 #include "prims/jvmtiThreadState.hpp"
    36 #include "prims/jvmtiThreadState.hpp"
    37 #include "runtime/basicLock.hpp"
    37 #include "runtime/basicLock.hpp"
    38 #include "runtime/biasedLocking.hpp"
    38 #include "runtime/biasedLocking.hpp"
       
    39 #include "runtime/frame.inline.hpp"
    39 #include "runtime/safepointMechanism.hpp"
    40 #include "runtime/safepointMechanism.hpp"
    40 #include "runtime/sharedRuntime.hpp"
    41 #include "runtime/sharedRuntime.hpp"
    41 #include "runtime/thread.inline.hpp"
    42 #include "runtime/thread.inline.hpp"
    42 
    43 
    43 // Implementation of InterpreterMacroAssembler.
    44 // Implementation of InterpreterMacroAssembler.