jrose [Thu, 24 Mar 2011 00:17:59 -0700] rev 8823
Merge
jrose [Wed, 23 Mar 2011 23:02:31 -0700] rev 8822
7012648: move JSR 292 to package java.lang.invoke and adjust names
Summary: package and class renaming only; delete unused methods and classes; add @since tags; no code changes
Reviewed-by: twisti
jrose [Fri, 18 Mar 2011 00:03:24 -0700] rev 8821
6839872: remove implementation inheritance from JSR 292 APIs
Summary: move everything into a single package; remove all multi-package machinery
Reviewed-by: twisti, forax
lana [Sat, 26 Mar 2011 00:10:12 -0700] rev 8820
Merge
michaelm [Fri, 25 Mar 2011 16:23:15 -0700] rev 8819
7031238: Problem with fix for 6981922
Reviewed-by: chegar
lana [Mon, 21 Mar 2011 17:22:16 -0700] rev 8818
Merge
michaelm [Thu, 17 Mar 2011 18:26:50 -0700] rev 8817
6981922: DNS cache poisoning by untrusted applets
Reviewed-by: chegar
denis [Thu, 17 Mar 2011 17:16:35 -0700] rev 8816
6907662: System clipboard should ensure access restrictions
Reviewed-by: alexp
chegar [Mon, 10 Jan 2011 18:12:43 +0000] rev 8815
6997851: Create NTLM AuthenticationCallBack class to avoid NTLM info leakage on client side
Reviewed-by: michaelm
mullan [Mon, 01 Nov 2010 11:32:50 -0400] rev 8814
6994263: Untrusted code can replace JRE's XML DSig Transform or C14N algorithm implementations
Reviewed-by: xuelei
bae [Sat, 30 Oct 2010 00:24:45 +0400] rev 8813
6985453: Font.createFont may expose some system properties in exception text
Reviewed-by: prr, hawtin
lana [Mon, 21 Mar 2011 16:57:18 -0700] rev 8812
Merge
mduigou [Mon, 21 Mar 2011 11:49:37 -0700] rev 8811
Merge
mduigou [Mon, 21 Mar 2011 11:31:54 -0700] rev 8810
7029491: fix broken test file committed with CR 5045147.
Summary: an incorrect file was committed with CR 5045147. This commit corrects that error and also applies minor review suggestions.
Reviewed-by: alanb
alanb [Sun, 20 Mar 2011 19:39:11 +0000] rev 8809
Merge
alanb [Sat, 19 Mar 2011 14:21:52 +0000] rev 8808
7017446: (fs) Updates to file system API (3/2011)
Reviewed-by: sherman
alanb [Fri, 18 Mar 2011 19:46:02 +0000] rev 8807
7028468: (fs) FileSystems.getDefault() fails when kernel micro version contains/ends non-numeric characters
Reviewed-by: forax, chegar
ksrini [Sun, 20 Mar 2011 08:41:33 -0700] rev 8806
7026184: (launcher) Regression: class with unicode name can't be launched by java.
Reviewed-by: mchung, sherman
lana [Fri, 18 Mar 2011 10:59:12 -0700] rev 8805
Merge
dcubed [Fri, 18 Mar 2011 07:17:24 -0700] rev 8804
7028668: 3/4 improve diagnosibility and robustness of sun.tools.attach.WindowsVirtualMachine.openProcess()
Summary: Add more info to OpenProcess default detail error message. Try a different technique when a Java process is attaching to itself.
Reviewed-by: zgu, ohair, alanb
smarks [Thu, 17 Mar 2011 18:50:06 -0700] rev 8803
7022382: convert pack200 library code to use try-with-resources
Reviewed-by: ksrini
mduigou [Thu, 17 Mar 2011 14:42:40 -0700] rev 8802
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used.
Reviewed-by: alanb, dl, mduigou
mduigou [Thu, 17 Mar 2011 13:14:29 -0700] rev 8801
Merge
mduigou [Thu, 17 Mar 2011 13:13:08 -0700] rev 8800
7028133: Specify serialVersionUID for RegularEnumSet and JumboEnumSet
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>