For PR libgcj/23288:

* java/net/URLClassLoader.java (definePackage): Correctly order
	arguments to definePackage.  Look up per-entry Attributes.
	(getAttributeValue): New method.

From-SVN: r104320
This commit is contained in:
Tom Tromey
2005-09-15 20:17:05 +00:00
committed by Tom Tromey
parent 77923c2938
commit befd75753f
2 changed files with 57 additions and 10 deletions
+7
View File
@@ -1,3 +1,10 @@
2005-09-15 Tom Tromey <tromey@redhat.com>
For PR libgcj/23288:
* java/net/URLClassLoader.java (definePackage): Correctly order
arguments to definePackage. Look up per-entry Attributes.
(getAttributeValue): New method.
2005-09-12 Thomas Fitzsimmons <fitzsim@redhat.com>
PR libgcj/23762