hotspot/src/cpu/ppc/vm/icBuffer_ppc.cpp
changeset 29081 c61eb4914428
parent 22824 28258dd5cb2e
child 30764 fec48bf5a827
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2012, 2013 SAP AG. All rights reserved.
     3  * Copyright 2012, 2013 SAP AG. 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
    30 #include "gc_interface/collectedHeap.inline.hpp"
    30 #include "gc_interface/collectedHeap.inline.hpp"
    31 #include "interpreter/bytecodes.hpp"
    31 #include "interpreter/bytecodes.hpp"
    32 #include "memory/resourceArea.hpp"
    32 #include "memory/resourceArea.hpp"
    33 #include "nativeInst_ppc.hpp"
    33 #include "nativeInst_ppc.hpp"
    34 #include "oops/oop.inline.hpp"
    34 #include "oops/oop.inline.hpp"
    35 #include "oops/oop.inline2.hpp"
       
    36 
    35 
    37 #define __ masm.
    36 #define __ masm.
    38 
    37 
    39 int InlineCacheBuffer::ic_stub_code_size() {
    38 int InlineCacheBuffer::ic_stub_code_size() {
    40   return MacroAssembler::load_const_size + MacroAssembler::b64_patchable_size;
    39   return MacroAssembler::load_const_size + MacroAssembler::b64_patchable_size;