7007905: javazic produces wrong line numbers
authorokutsu
Tue, 21 Dec 2010 11:20:32 +0900
changeset 7782 edfd4b1cd078
parent 7781 278dac28f3d1
child 7783 8eb31199b5ed
7007905: javazic produces wrong line numbers Reviewed-by: peytoia
jdk/make/tools/src/build/tools/javazic/Zoneinfo.java
--- a/jdk/make/tools/src/build/tools/javazic/Zoneinfo.java	Tue Dec 21 10:58:23 2010 +0900
+++ b/jdk/make/tools/src/build/tools/javazic/Zoneinfo.java	Tue Dec 21 11:20:32 2010 +0900
@@ -222,6 +222,7 @@
         boolean continued = false;
         Zone zone = null;
         String l;
+        lineNum = 0;
 
         try {
             while ((line = in.readLine()) != null) {