--- old/src/java.base/share/classes/java/security/Security.java Mon Jun 8 21:35:04 2015 +++ new/src/java.base/share/classes/java/security/Security.java Mon Jun 8 21:35:04 2015 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2015, 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 @@ -41,7 +41,7 @@ * *

The default values of security properties are read from an * implementation-specific location, which is typically the properties file - * {@code lib/security/java.security} in the Java installation directory. + * {@code conf/security/java.security} in the Java installation directory. * * @author Benjamin Renaud */