src/share/vm/runtime/frame.inline.hpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
     1.1 --- a/src/share/vm/runtime/frame.inline.hpp	Mon Dec 18 18:18:10 2017 -0500
     1.2 +++ b/src/share/vm/runtime/frame.inline.hpp	Wed Feb 28 05:31:04 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -46,14 +46,12 @@
    1.11  #ifdef TARGET_ARCH_ppc
    1.12  # include "jniTypes_ppc.hpp"
    1.13  #endif
    1.14 -#ifdef ZERO
    1.15  #ifdef TARGET_ARCH_zero
    1.16  # include "entryFrame_zero.hpp"
    1.17  # include "fakeStubFrame_zero.hpp"
    1.18  # include "interpreterFrame_zero.hpp"
    1.19  # include "sharkFrame_zero.hpp"
    1.20  #endif
    1.21 -#endif
    1.22  
    1.23  // This file holds platform-independent bodies of inline functions for frames.
    1.24  

mercurial