# HG changeset patch # User igerasim # Date 1517936807 28800 # Node ID 5e864878da0657b88c60a7f96774075e41f4fa59 # Parent f1dca2ed2b08fde213f5df8eff88a22207d1d541 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format Reviewed-by: mullan, valeriep, rriggs, ahgross diff -r f1dca2ed2b08 -r 5e864878da06 test/tools/javap/T6587786.java --- a/test/tools/javap/T6587786.java Tue Feb 06 10:53:31 2018 -0800 +++ b/test/tools/javap/T6587786.java Tue Feb 06 09:06:47 2018 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2018, 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 @@ -22,6 +22,8 @@ */ /* + * @ignore until JDK-8195589 is fixed + * * @test * @bug 6587786 * @summary Javap throws error : "ERROR:Could not find " for JRE classes