diff -r e24cbebe3ee8 -r a0373be7fe1b src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Tue May 01 21:36:54 2018 -0700 +++ b/src/share/vm/runtime/frame.hpp Wed Feb 28 05:31:04 2018 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -45,11 +45,9 @@ # include "adfiles/adGlobals_ppc_64.hpp" #endif #endif // COMPILER2 -#ifdef ZERO #ifdef TARGET_ARCH_zero # include "stack_zero.hpp" #endif -#endif typedef class BytecodeInterpreter* interpreterState;