src/os/linux/launcher/java.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2008, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1999, 2010, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef OS_LINUX_LAUNCHER_JAVA_H + #define OS_LINUX_LAUNCHER_JAVA_H + /* * Gamma (Hotspot internal engineering test) launcher based on 1.6.0-b28 JDK, * search "GAMMA" for gamma specific changes. */
*** 110,114 **** --- 113,119 ---- jboolean throwError)); jclass FindBootStrapClass(JNIEnv *env, const char *classname); #endif /* _JAVA_H_ */ + + #endif // OS_LINUX_LAUNCHER_JAVA_H