diff -r ca9f417701a3 -r a94ba35d9c4a jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java --- a/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java Thu Feb 16 13:01:36 2012 -0800 +++ b/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java Mon Feb 20 11:31:53 2012 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2012, 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 @@ -99,6 +99,9 @@ /* the algorithm checker */ AlgorithmChecker algorithmChecker; + /* the untrusted certificates checker */ + UntrustedChecker untrustedChecker; + /* the trust anchor used to validate the path */ TrustAnchor trustAnchor;