--- old/src/java.base/unix/native/libjava/jlong_md.h 2020-05-20 18:01:15.935531801 -0700 +++ new/src/java.base/unix/native/libjava/jlong_md.h 2020-05-20 18:01:15.547524351 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2020, 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 @@ -23,8 +23,8 @@ * questions. */ -#ifndef _SOLARIS_JLONG_MD_H_ -#define _SOLARIS_JLONG_MD_H_ +#ifndef _UNIX_JLONG_MD_H_ +#define _UNIX_JLONG_MD_H_ /* Make sure ptrdiff_t is defined */ #include @@ -97,4 +97,4 @@ #define size_to_jlong(a) ((jlong)(a)) #define long_to_jlong(a) ((jlong)(a)) -#endif /* !_SOLARIS_JLONG_MD_H_ */ +#endif /* !_UNIX_JLONG_MD_H_ */