diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/share/jvmci/jvmciRuntime.hpp --- a/src/hotspot/share/jvmci/jvmciRuntime.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/share/jvmci/jvmciRuntime.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2019, 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 @@ -21,8 +21,8 @@ * questions. */ -#ifndef SHARE_VM_JVMCI_JVMCI_RUNTIME_HPP -#define SHARE_VM_JVMCI_JVMCI_RUNTIME_HPP +#ifndef SHARE_JVMCI_JVMCIRUNTIME_HPP +#define SHARE_JVMCI_JVMCIRUNTIME_HPP #include "interpreter/interpreter.hpp" #include "memory/allocation.hpp" @@ -200,4 +200,4 @@ #define TRACE_jvmci_4 if (!(JVMCITraceLevel >= 4 && (tty->print(" JVMCITrace-4: "), true))) ; else tty->print_cr #define TRACE_jvmci_5 if (!(JVMCITraceLevel >= 5 && (tty->print(" JVMCITrace-5: "), true))) ; else tty->print_cr -#endif // SHARE_VM_JVMCI_JVMCI_RUNTIME_HPP +#endif // SHARE_JVMCI_JVMCIRUNTIME_HPP