From 9ae8126d8266dcf94a935ea6dbf4328107fe9c58 Mon Sep 17 00:00:00 2001 From: igerasim Date: Tue, 6 Feb 2018 09:06:47 -0800 Subject: [PATCH] 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format Reviewed-by: mullan, valeriep, rriggs, ahgross --- test/tools/javap/T6587786.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/tools/javap/T6587786.java b/test/tools/javap/T6587786.java index 1b4fd2a7..59845698 100644 --- a/test/tools/javap/T6587786.java +++ b/test/tools/javap/T6587786.java @@ -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 -- GitLab