/hg/release/icedtea7-forest-2.6/langtools: 4 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Apr 19 17:27:12 UTC 2018


changeset d92707e0e3ac in /hg/release/icedtea7-forest-2.6/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=d92707e0e3ac
author: andrew
date: Thu Apr 19 04:49:53 2018 +0100

	Added tag icedtea-2.6.14pre01 for changeset 870812ffc2c6


changeset 1f82b6ff3455 in /hg/release/icedtea7-forest-2.6/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=1f82b6ff3455
author: igerasim
date: Tue Feb 06 09:06:47 2018 -0800

	8189997: Enhance keystore mechanisms
	8194259: keytool error: java.io.IOException: Invalid secret key format
	Reviewed-by: mullan, valeriep, rriggs, ahgross


changeset 1c8c4da612ee in /hg/release/icedtea7-forest-2.6/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=1c8c4da612ee
author: andrew
date: Thu Apr 19 04:51:00 2018 +0100

	Added tag jdk7u181-b00 for changeset 1f82b6ff3455


changeset 1346916e903f in /hg/release/icedtea7-forest-2.6/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=1346916e903f
author: andrew
date: Thu Apr 19 17:55:25 2018 +0100

	Merge jdk7u181-b00


diffstat:

 .hgtags                        |  2 ++
 test/tools/javap/T6587786.java |  4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 870812ffc2c6 -r 1346916e903f .hgtags
--- a/.hgtags	Wed Feb 28 05:52:10 2018 +0000
+++ b/.hgtags	Thu Apr 19 17:55:25 2018 +0100
@@ -683,3 +683,5 @@
 89a92f5cd9c112dc8f73d2cd25a54a437b753642 jdk7u171-b01
 a10f2bfd1ce34bbbfd959a371eb709cc113039f2 jdk7u171-b02
 e952982cfa000f6fd9186d784112417148d33206 icedtea-2.6.13
+870812ffc2c6d6c2a1b1eddb53f9b9cb4eebf02a icedtea-2.6.14pre01
+1f82b6ff3455cb2408f4501c1a12e911271d10fb jdk7u181-b00
diff -r 870812ffc2c6 -r 1346916e903f test/tools/javap/T6587786.java
--- a/test/tools/javap/T6587786.java	Wed Feb 28 05:52:10 2018 +0000
+++ b/test/tools/javap/T6587786.java	Thu Apr 19 17:55:25 2018 +0100
@@ -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 <classname>" for JRE classes


More information about the distro-pkg-dev mailing list