peterz [Tue, 05 May 2009 12:07:37 +0400] rev 3441
6837293: Reapply fix for 6588003 to JDK7
Reviewed-by: alexp
asaha [Wed, 29 Apr 2009 11:43:19 -0700] rev 3440
Merge
malenkov [Wed, 29 Apr 2009 20:55:13 +0400] rev 3439
6777487: Encoder allows reading private variables with certain names
Reviewed-by: peterz
malenkov [Wed, 29 Apr 2009 20:03:09 +0400] rev 3438
6660539: Introspector shares cache of mutable BeanInfo between AppContexts.
Reviewed-by: peterz
chegar [Fri, 07 Aug 2009 10:51:25 +0100] rev 3437
6826801: JarFileFactory should not use HashMap<URL>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
chegar [Fri, 07 Aug 2009 10:50:26 +0100] rev 3436
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet