src/share/vm/interpreter/cppInterpreterGenerator.hpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
     1.1 --- a/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Mon Dec 18 18:18:10 2017 -0500
     1.2 +++ b/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Wed Feb 28 05:31:04 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, 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 @@ -29,6 +29,9 @@
    1.11  // of the template interpreter generator.
    1.12  
    1.13  #ifdef CC_INTERP
    1.14 +#ifdef TARGET_ARCH_zero
    1.15 +# include "entry_zero.hpp"
    1.16 +#endif
    1.17  
    1.18  class CppInterpreterGenerator: public AbstractInterpreterGenerator {
    1.19    protected:

mercurial