src/JavaClassReader.st
branchjk_new_structure
changeset 831 275795af397d
parent 830 235c482b462f
child 848 b06ee9c295d9
--- a/src/JavaClassReader.st	Wed Jun 01 20:50:37 2011 +0000
+++ b/src/JavaClassReader.st	Thu Jun 02 20:49:53 2011 +0000
@@ -83,14 +83,25 @@
 !JavaClassReader class methodsFor:'constants'!
 
 fileMajorVersions
-    ^ #(
-        45  "Java 1.2"
-        49  "Java 6"
-        50  "Java 6, OpenJDK?"
-        )
+    ^#( 
+        46  "Java 1.2"
+        49  "Java 5"
+        50  "Java 6"
+      ).
+
+    "
+     JSR 202:
+     The Java virtual machine implementation of Sun's JDK release 1.0.2 supports
+     class file format versions 45.0 through 45.3 inclusive. Sun's JDK releases
+     1.1.X can support class file formats of versions in the range 45.0 through
+     45.65535 inclusive. For k > 1 implementations of version 1.k of the Java 2
+     platform can support class file formats of versions in the range 45.0 through
+     44+k.0 inclusive.
+"
 
     "Created: / 19-10-2010 / 21:40:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 01-06-2011 / 21:44:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 02-06-2011 / 22:50:17 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 !
 
 fileMinorVersions