Commit Graph

379 Commits

Author SHA1 Message Date
Kelly O'Hair
f7e31fc6c2 6982137: Rebranding pass 2 - missed copyright changes
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Alan Bateman
b7ca44871e 6978511: (file) Path.toRealPath should fail if not resolving links and file does not exist
Reviewed-by: forax, chegar
2010-08-23 17:11:07 +01:00
Xueming Shen
46e4eafc0c 6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
Removed the assert

Reviewed-by: alanb
2010-08-10 13:15:40 -07:00
Chris Hegarty
22534d46e9 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled
Reviewed-by: alanb
2010-08-10 17:30:43 +01:00
Lana Steuck
99a605b4b3 Merge 2010-07-29 22:02:45 -07:00
Chris Hegarty
d08b7168c3 Merge 2010-07-29 17:04:07 +01:00
Alan Bateman
1736731b74 6934977: (bf) MappedByteBuffer.load can SIGBUS if file is truncated
6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol)

Reviewed-by: chegar, forax
2010-07-29 13:08:58 +01:00
Chris Hegarty
2d91b17b0a 6972374: NetworkInterface.getNetworkInterfaces throws "java.net.SocketException" on Solaris zone
Reviewed-by: alanb, dsamersoff
2010-07-29 10:02:41 +01:00
Alan Bateman
11b424e02b 6963907: (so) Socket adapter need to implement sendUrgentData
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00
Lana Steuck
109adcf650 Merge 2010-07-20 22:21:31 -07:00
Weijun Wang
2dace6e70f 6969683: Generify ResolverConfiguration codes
Reviewed-by: alanb, chegar
2010-07-19 10:02:50 +08:00
Bhavesh Patel
abe67eceb0 6955341: Oracle rebranding changes for man pages
Reviewed-by: darcy
2010-07-14 15:42:06 -07:00
Dmitry Samersoff
bd18ff374c 6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
User can disable ipv6 explicitly, have to check it

Reviewed-by: chegar, alanb
2010-07-13 15:32:36 +04:00
Lana Steuck
6b9ad54671 Merge 2010-07-12 19:42:02 -07:00
Lana Steuck
8baf254d15 Merge 2010-07-12 19:33:50 -07:00
Kelly O'Hair
37f89e6be6 6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these)
Reviewed-by: prr
2010-07-12 13:16:28 -07:00
Kumar Srinivasan
e5b31c9351 6921472: RFE: java launcher code needs clean up
This changeset also contains fixes for 6405284, 6753938 and 6922500

Reviewed-by: darcy
2010-07-09 11:04:34 -07:00
Chris Hegarty
25c1ab1e55 6967937: Scope id no longer being set after 6931566
Reviewed-by: alanb, dsamersoff
2010-07-12 18:13:40 +01:00
Lana Steuck
ddc7fcdc27 Merge 2010-07-08 11:28:01 -07:00
Dmitry Cherepanov
dcc737282d 6959174: Need to introduce sun.awt.disableGtkFileDialogs system property
Reviewed-by: art, anthony
2010-07-07 14:20:22 +04:00
Dmitry Cherepanov
6d38b07902 6966643: GTK FileDialog hangs when user manually closes it
Reviewed-by: art
2010-07-06 18:23:09 +04:00
Yuri Nesterenko
83f31097a2 6957166: With XAWT, set arguments properly creating a MouseWheelEvent
Swap some parameters to allow bigger values for click count.

Reviewed-by: dav
2010-06-24 11:50:18 +04:00
Dmitry Samersoff
5cf9793864 6931566: NetworkInterface is not working when interface name is more than 15 characters long
Separate Linux and Solaris code, use lifreq under Solaris

Reviewed-by: chegar
2010-06-23 17:25:50 +04:00
Kelly O'Hair
5fcb4ac25f 6939022: Source code adjustments for parfait compilation
Reviewed-by: jjg
2010-06-22 17:07:17 -07:00
Lana Steuck
ac40d6f126 Merge 2010-06-21 22:08:10 -07:00
Lana Steuck
682a3fcf9b Merge 2010-06-21 22:05:11 -07:00
Phil Race
ee0a2ddfe6 6961633: gui applications cause a jvm crash on windows
Reviewed-by: ceisserer, bae
2010-06-18 11:00:14 -07:00
Anthony Petrov
c49c7ce7e8 6961754: JCK tests CvsEventTest0001 and CvsEventTest0002 fail under FF 3.5 on OEL 5
Check the return value of XlibUtil.translateCoordinates() for null

Reviewed-by: art, dcherepanov
2010-06-18 17:13:26 +04:00
Anthony Petrov
a0e99eb3e4 6959165: JVM crash during execution FileDialogBufferOverflowTest.html
Add proper synchronization

Reviewed-by: art, dcherepanov
2010-06-18 17:09:28 +04:00
Lana Steuck
ce4febb72c Merge 2010-06-16 14:07:47 -07:00
Sean Coffey
08c333279b 6860491: WRAP_TIME_MILLIS incorrectly set
Alter WRAP_TIME_MILLIS to be unsigned

Reviewed-by: yan
2010-06-16 16:15:57 +01:00
Martin Buchholz
35e50729a8 6960898: Regression due to src/share/classes/java/lang/ProcessBuilder.java changes
Use Null{In,Out}putStream.INSTANCE as with Linux code

Reviewed-by: ohair
2010-06-13 17:19:22 -07:00
Martin Buchholz
45b78120fc 6944584: Improvements to subprocess handling on Unix
Use thread pool for reaper thread; move most I/O operations out of reaper thread

Reviewed-by: michaelm, hiroshi
2010-06-11 18:55:45 -07:00
Andrew John Hughes
5b0c4babe6 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
Remove unneeded casts, add generic types and make better use of static data

Reviewed-by: sherman
2010-06-12 01:32:43 +01:00
Lana Steuck
27a539e27c Merge 2010-06-07 17:08:26 -07:00
Alan Bateman
9351f319e2 6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
Reviewed-by: dholmes, dcubed
2010-06-02 09:29:39 +01:00
Lana Steuck
12def42a95 Merge 2010-05-29 23:26:16 -07:00
Clemens Eisserer
1771e20459 6307603: [X11] Use RENDER extension for complex operations done in software
Reviewed-by: bae, igor, prr
2010-05-28 11:37:44 -07:00
Kelly O'Hair
80b67f81af 6956202: Fix a few missed rebranding issues, please contact lines etc
Reviewed-by: jjg, darcy, weijun
2010-05-26 20:28:04 -07:00
Kelly O'Hair
fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Anthony Petrov
5545514e60 6953275: Many Swing tests are failing because of a GTK lib
Reviewed-by: art, dcherepanov
2010-05-18 19:35:41 +04:00
Lana Steuck
529eba0d94 Merge 2010-04-30 17:03:15 -07:00
Costantino Cerbo
c21ea1a6d8 6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
Introduce a GTK-based alternative implementation of the FileDialogPeer on X11

Reviewed-by: anthony, peterz
2010-04-28 17:16:05 +04:00
Andrew Brygin
8403ec67a3 6936389: FontManager.fileCloser may cause memory leak in applets
Reviewed-by: igor, prr, ant
2010-04-20 11:06:47 +04:00
Lana Steuck
e98b3651ea Merge 2010-04-08 15:34:29 -07:00
Chris Hegarty
eb427a0e84 6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
Reviewed-by: alanb
2010-04-06 15:44:17 +01:00
Xueming Shen
ec70851450 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
To use CreateProcessW on Windowns platform

Reviewed-by: martin
2010-04-03 18:29:11 -07:00
Xueming Shen
0020f5af66 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
6911753: NSN wants to add Big5 HKSCS-2004 support

Support HKSCS2008 in Big5_HKSCS and MS950_HKSCS

Reviewed-by: okutsu
2010-03-30 19:10:47 -07:00
Lana Steuck
38fc5a108c Merge 2010-03-19 18:49:36 -07:00
Andrew John Hughes
2c08386c75 6934327: Update linux fontconfigs for Ubuntu and Fedora
Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases.

Reviewed-by: prr
2010-03-12 01:09:13 +00:00