diff -r de8e08015d51 -r e4ce29f6094e src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java --- a/src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java Wed Sep 25 14:48:39 2019 +0530 +++ b/src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java Wed Sep 25 17:54:21 2019 +0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -165,6 +165,8 @@ /** * Creates a HostAddress from the specified address and address type. * + * Warning: called by nativeccache.c. + * * @param new_addrType the value of the address type which matches the defined * address family constants in the Berkeley Standard * Distributions of Unix.