prr [Fri, 18 Feb 2011 09:14:07 -0800] rev 8359
6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI
Reviewed-by: bae, flar
bae [Thu, 17 Feb 2011 13:42:26 +0300] rev 8358
7018912: [parfait] potential buffer overruns in imageio jpeg
Reviewed-by: jgodinez, prr
prr [Wed, 16 Feb 2011 15:58:28 -0800] rev 8357
7019441: No lookup cache for internal composite font creation leads to java heap growth
Reviewed-by: igor, jgodinez
prr [Fri, 11 Feb 2011 10:40:24 -0800] rev 8356
7018364: XShmGetImage with image's > drawable's size causes BadMatch
Reviewed-by: art, anthony
Contributed-by: linuxhippy@gmail.com
bae [Thu, 10 Feb 2011 13:44:36 +0300] rev 8355
6989774: imageio compiler warnings in native code
Reviewed-by: igor, prr
ceisserer [Wed, 09 Feb 2011 14:34:04 -0800] rev 8354
7018387: Xrender pipeline may leak GC's
Reviewed-by: prr
bae [Wed, 09 Feb 2011 22:24:42 +0300] rev 8353
6818960: ImageFetcher ( MediaTracker) Thread leak
Reviewed-by: igor, prr
prr [Tue, 08 Feb 2011 14:24:14 -0800] rev 8352
7006865: Regression: Corrupted output when printing images with bit depth of 4
Reviewed-by: bae, jgodinez
trims [Fri, 25 Feb 2011 12:48:18 -0800] rev 8351
Merge
jrose [Tue, 15 Feb 2011 00:16:56 -0800] rev 8350
7016520: JSR 292 rules for polymorphic signature processing must be in package-info
Summary: insert rules for bytecode processors to recognize signature polymorphic names
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:53 -0800] rev 8349
7014755: JSR 292 member lookup interaction with security manager
Summary: add security manager interactions for Lookup methods
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:50 -0800] rev 8348
7016261: JSR 292 MethodType objects should be serializable
Summary: Define private writeObject, readObject, and readResolve methods. Also add unit tests.
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:32 -0800] rev 8347
7013730: JSR 292 reflective operations should report errors with standard exception types
Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:28 -0800] rev 8346
7012650: implement JSR 292 EG adjustments through January 2010
Summary: misc. EG changes and polishes (excluding 7013417)
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:24 -0800] rev 8345
7013417: JSR 292 needs to support variadic method handle calls
Summary: Implement MH.asVarargsCollector, etc., and remove withTypeHandler.
Reviewed-by: twisti