# HG changeset patch # User igerasim # Date 1517936807 28800 # Node ID 11b90a8d1030f31a62a8a73b7aa68e86591ee4e6 # Parent 7fd064b1be5771e7cb0711bc078d101b7fc8b03a 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format Reviewed-by: mullan, valeriep, rriggs, ahgross diff -r 7fd064b1be57 -r 11b90a8d1030 test/tools/javap/T6587786.java --- a/test/tools/javap/T6587786.java Thu Mar 15 17:04:13 2018 +0300 +++ 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