[security-dev 01421]: hg: jdk7/tl/jdk: 3 new changesets

2009-12-01 Thread kelly . ohair
Changeset: 026e0baaef90 Author:ohair Date: 2009-11-30 14:15 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/026e0baaef90 6903197: Some java template files need to be renamed to .java.template Reviewed-by: alanb ! make/java/java/Makefile ! make/java/java/genlocales.gmk ! make/

[security-dev 01420]: Bug in regression test sun/security/tools/keytool/StartDate

2009-12-01 Thread Pavel Tisnovsky
Hi all, there is (in my opinion) a bug in regression test sun/security/tools/keytool/StartDate. Line 62 should be: if (cal.get(Calendar.MONTH) != (month + 1) % 12) { so the test will work also during December :-) Shall I make webrev for this simple change to get an approval from Sun