src/java.base/share/native/libjava/System.c
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/java.base/share/native/libjava/System.c	Wed Feb  3 08:01:58 2016
--- new/src/java.base/share/native/libjava/System.c	Wed Feb  3 08:01:56 2016

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1994, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1994, 2016, 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. Oracle designates this
*** 112,122 **** --- 112,122 ---- #define VENDOR "Oracle Corporation" #define VENDOR_URL "http://java.oracle.com/" #define VENDOR_URL_BUG "http://bugreport.java.com/bugreport/" #endif ! #define JAVA_MAX_SUPPORTED_VERSION 52 ! #define JAVA_MAX_SUPPORTED_VERSION 53 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0 #ifdef JAVA_SPECIFICATION_VENDOR /* Third party may NOT overwrite this. */ #error "ERROR: No override of JAVA_SPECIFICATION_VENDOR is allowed" #else

src/java.base/share/native/libjava/System.c
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File