src/share/vm/runtime/frame.hpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/runtime/frame.hpp	Mon Dec 18 18:18:10 2017 -0500
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Wed Feb 28 05:31:04 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2015, 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 @@ -45,11 +45,9 @@
    1.11  # include "adfiles/adGlobals_ppc_64.hpp"
    1.12  #endif
    1.13  #endif // COMPILER2
    1.14 -#ifdef ZERO
    1.15  #ifdef TARGET_ARCH_zero
    1.16  # include "stack_zero.hpp"
    1.17  #endif
    1.18 -#endif
    1.19  
    1.20  typedef class BytecodeInterpreter* interpreterState;
    1.21  

mercurial