8189997: Enhance keystore mechanisms jdk8u171-b06

Tue, 06 Feb 2018 09:06:47 -0800

author
igerasim
date
Tue, 06 Feb 2018 09:06:47 -0800
changeset 3587
5e864878da06
parent 3584
f1dca2ed2b08
child 3588
b85bfe8b37f3

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 file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javap/T6587786.java	Tue Feb 06 10:53:31 2018 -0800
     1.2 +++ b/test/tools/javap/T6587786.java	Tue Feb 06 09:06:47 2018 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -22,6 +22,8 @@
    1.11   */
    1.12  
    1.13  /*
    1.14 + * @ignore  until JDK-8195589 is fixed
    1.15 + *
    1.16   * @test
    1.17   * @bug 6587786
    1.18   * @summary Javap throws error : "ERROR:Could not find <classname>" for JRE classes

mercurial