src/hotspot/cpu/zero/interpreterRT_zero.hpp
changeset 49480 d7df2dd501ce
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008 Red Hat, Inc.
     3  * Copyright 2007, 2008 Red Hat, Inc.
     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
    24  */
    24  */
    25 
    25 
    26 #ifndef CPU_ZERO_VM_INTERPRETERRT_ZERO_HPP
    26 #ifndef CPU_ZERO_VM_INTERPRETERRT_ZERO_HPP
    27 #define CPU_ZERO_VM_INTERPRETERRT_ZERO_HPP
    27 #define CPU_ZERO_VM_INTERPRETERRT_ZERO_HPP
    28 
    28 
    29 #include "memory/allocation.hpp"
    29 // This is included in the middle of class Interpreter.
       
    30 // Do not include files here.
       
    31 
    30 
    32 
    31 class SignatureHandler {
    33 class SignatureHandler {
    32  public:
    34  public:
    33   static SignatureHandler *from_handlerAddr(address handlerAddr) {
    35   static SignatureHandler *from_handlerAddr(address handlerAddr) {
    34     return (SignatureHandler *) handlerAddr;
    36     return (SignatureHandler *) handlerAddr;