1016 Commits

Author SHA1 Message Date
Jennifer Godinez
b4bb5b3e26 7022228: JPRT failure: RuntimeException in SupportedMedia regression test
Reviewed-by: igor, prr
2011-02-24 15:00:50 -08:00
Dmitry Cherepanov
57b41de95d 6996708: The event on the tray icon does not trigger and there is no message printed
Reviewed-by: art, ant
2011-02-24 13:01:01 +03:00
Lana Steuck
d686419127 Merge 2011-02-23 10:29:15 -08:00
Lana Steuck
3bbc62d525 Merge 2011-02-21 14:22:08 -08:00
Alan Bateman
8e29241702 7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
Reviewed-by: chegar
2011-02-21 13:54:13 +00:00
Jennifer Godinez
00a47ca240 6850806: NPE exception throws in PrintServce.getSupportedAttributeValues
Reviewed-by: igor, prr
2011-02-18 13:47:07 -08:00
Jennifer Godinez
dd383efe04 Merge 2011-02-18 12:04:36 -08:00
Jennifer Godinez
b88a6b82c5 6722351: sun.print.Win32PrintService.initMedia() is slow
Reviewed-by: igor, prr
2011-02-18 11:15:40 -08:00
Phil Race
e640a52207 6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI
Reviewed-by: bae, flar
2011-02-18 09:14:07 -08:00
Kelly O'Hair
5e7327e608 Merge 2011-02-15 20:18:20 -08:00
Igor Nekrestyanov
c4c3bd2b78 Merge 2011-02-15 19:16:39 -08:00
Kelly O'Hair
3157d22a44 Merge 2011-02-15 12:34:23 -08:00
Michael Fang
f39b5bdcbb Merge 2011-02-11 22:57:35 -08:00
Michael Fang
841872dc4b 7017734: jdk7 message drop 1 translation integration
Reviewed-by: ogino, yhuang
2011-02-10 20:52:39 -08:00
Andy Herrick
1aae9e05cf Merge 2011-02-09 09:32:04 -05:00
Andy Herrick
a0b7ff8369 7016724: Remove sun.jkernel.* classes in JDK 7
Remove sun.jkernel.* classes in JDK 7

Reviewed-by: ohair, alanb, mchung
2011-02-09 09:19:33 -05:00
Lana Steuck
3899723bda Merge 2011-02-08 14:25:33 -08:00
Phil Race
a6241f31b1 7006865: Regression: Corrupted output when printing images with bit depth of 4
Reviewed-by: bae, jgodinez
2011-02-08 14:24:14 -08:00
Alan Bateman
3171d7fd53 Merge 2011-02-07 18:02:30 +00:00
Alan Bateman
8c1c23cb0a 7017454: Residual warnings in sun/nio/** and java/io native code (win64)
Reviewed-by: chegar
2011-02-07 18:01:32 +00:00
Chris Hegarty
a0b7ecd3d1 7016898: PlainSocketImpl.fd is null on Windows
Reviewed-by: alanb
2011-02-07 14:08:47 +00:00
Lana Steuck
10439e2650 Merge 2011-02-04 17:29:16 -08:00
Lana Steuck
8e2b437a8b Merge 2011-02-03 19:15:30 -08:00
Alan Bateman
256ce3b0ba Merge 2011-01-28 09:31:48 +00:00
Alan Bateman
2f37110eca 7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: chegar, sherman
2011-01-28 09:28:43 +00:00
Phil Race
e5079417fd 7014738: Update jdk repo application manifests with Windows 7 compatibility section
Reviewed-by: bae, igor
2011-01-26 11:46:40 -08:00
Lana Steuck
fce6dbe726 Merge 2011-01-24 13:24:56 -08:00
Lana Steuck
48b8b9464b Merge 2011-01-24 13:20:07 -08:00
Andrew Brygin
7f68f1c5f4 6999620: [parfait] potential buffer overruns in 2d and awt
Reviewed-by: jgodinez, prr
2011-01-24 15:37:57 +03:00
Phil Race
6c31af960e 6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
Reviewed-by: igor, jgodinez
2011-01-21 08:04:04 -08:00
Lana Steuck
4732162a80 Merge 2011-01-20 10:49:03 -08:00
Zhengyu Gu
a534ff63b7 6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108
Using closesocket to close socket handler to avoid invalid C runtime parameter exception.

Reviewed-by: alanb, phh, dcubed, dsamersoff, coleenp, acorn
2011-01-20 10:45:58 -05:00
Dmitry Cherepanov
68d81ea91b 7011446: ./windows/classes/sun/awt/windows/WToolkit.java needs to avoid spurious wakeup
Reviewed-by: anthony
2011-01-20 14:27:11 +03:00
Lana Steuck
e02ca6c7fd Merge 2011-01-19 19:35:27 -08:00
Lana Steuck
cb72d9f503 Merge 2011-01-19 19:00:30 -08:00
Phil Race
0637d18813 7013109: windows application manifest problems
6820955: Update application manifests with new Windows 7 dpiAware section

Reviewed-by: ohair, art
2011-01-19 17:07:51 -08:00
Phil Race
347b9111fb 6951501: EUDC character is not displayed on Swing
Reviewed-by: igor, jgodinez
2011-01-19 09:22:40 -08:00
Jennifer Godinez
01e63ab0d1 6939417: ArrayIndexOutOfBoundsException in Win 7 on selected printers
Reviewed-by: igor, prr
2011-01-14 14:25:47 -08:00
Phil Race
8d30a7a642 6989370: Windows platform fonts may be incorrectly marked as ineligible for the native rasteriser
Reviewed-by: igor, jgodinez
2011-01-14 11:43:36 -08:00
Chris Hegarty
ed5bd3c06d 6997851: Create NTLM AuthenticationCallBack class to avoid NTLM info leakage on client side
Reviewed-by: michaelm
2011-01-10 18:12:43 +00:00
Chris Hegarty
c816ca10db 7009760: Possible stack corruption in Java_java_net_TwoStacksPlainSocketImpl_socketGetOption
SOCKET_ADDRESS -> SOCKETADDRESS

Reviewed-by: alanb
2011-01-07 21:02:58 +00:00
Alan Bateman
5182f947a2 6993732: Remove the HPI
Reviewed-by: ohair, lancea, chegar, mduigou, mchung, mr
2011-01-07 15:49:44 +00:00
Lana Steuck
388f2f8c41 Merge 2011-01-06 18:05:56 -08:00
Lana Steuck
71d7768f29 Merge 2011-01-06 18:03:25 -08:00
Lana Steuck
38b965363c Merge 2011-01-06 18:01:33 -08:00
Lana Steuck
d9d089213f Merge 2011-01-05 15:54:45 -08:00
Lana Steuck
ef05d0b18a Merge 2011-01-05 11:21:00 -08:00
Lana Steuck
87a68ef861 Merge 2011-01-04 23:41:13 -08:00
Lana Steuck
fb91d40572 Merge 2011-01-04 17:05:38 -08:00
Alan Bateman
f9239f8eac 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)
Reviewed-by: chegar
2011-01-04 17:49:50 +00:00