Abhijit Saha
b74ef2f6b6
Merge
2012-06-07 12:31:10 -07:00
Charles Lee
980d62fd25
7174233: Openjdk is missing some key maps on the Japanese keyboards
...
Reviewed-by: anthony, naoto
2012-06-07 10:22:10 +08:00
Lana Steuck
3b9e02fd77
Merge
2012-06-05 18:05:00 -07:00
Dmitry Cherepanov
a658a623a8
7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
...
Reviewed-by: art, anthony
2012-06-05 19:48:00 +04:00
Alan Bateman
08c4f120c9
7172826: (se) Selector based on the Solaris event port mechanism
...
Reviewed-by: coffeys, chegar
2012-06-06 17:59:29 +01:00
Lana Steuck
7062434474
Merge
2012-06-05 17:40:02 -07:00
Alan Bateman
76b4500c33
7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
...
Reviewed-by: coffeys, chegar
2012-06-05 12:47:36 +01:00
Denis Lila
440b57e0b5
7043963: AWT workaround missing for Mutter
...
Reviewed-by: art, anthony
2012-06-04 16:39:12 -04:00
Jonathan Lu
3a6a1bd322
7170655: Frame size does not follow font size change with XToolkit
...
Reviewed-by: serb, art
2012-05-30 10:58:11 +08:00
Kurchi Subhra Hazra
7ae64e60c1
7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
...
Use CHECK_NULL_RETURN instead of CHECK_NULL
Reviewed-by: alanb
2012-05-29 13:16:17 -07:00
Magnus Ihse Bursie
7da56bf735
7172014: Remove empty and unused javah include files
...
Reviewed-by: ohair, erikj
2012-05-25 18:55:22 -07:00
Lana Steuck
cc0d0b06ff
Merge
2012-05-25 16:32:02 -07:00
Lana Steuck
785470d1e3
Merge
2012-05-25 13:39:55 -07:00
Alexander Zuev
058f95b388
7144064: [macosx] "Could not find class" error in JTree's ctor when called in headless mode
...
Reviewed-by: art, leonidr
2012-05-24 15:11:24 +04:00
Alan Bateman
e1774fc7a1
7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
...
Reviewed-by: chegar, coffeys
2012-05-24 10:57:21 +01:00
Abhijit Saha
5d202b67cc
Merge
2012-05-21 15:13:13 -07:00
Lana Steuck
016976afd1
Merge
2012-05-21 11:44:01 -07:00
Sean Coffey
6e3d96dc67
7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
...
Reviewed-by: alanb
2012-05-17 12:21:16 +01:00
Dmitry Cherepanov
a4ab9d7050
7124337: [macosx] FileDialog fails to select multiple files
...
Reviewed-by: anthony, swingler
2012-05-16 13:15:27 +04:00
Lana Steuck
a472974402
Merge
2012-05-11 12:53:03 -07:00
Sean Coffey
6e335b3720
7167359: (tz) SEGV on solaris if TZ variable not set
...
Reviewed-by: okutsu
2012-05-11 10:09:18 +01:00
Deven You
abd7e74713
7163874: InetAddress.isReachable should support pinging 0.0.0.0
...
Reviewed-by: alanb, chegar
2012-05-11 16:20:46 +08:00
Abhijit Saha
9c3e5a2081
Merge
2012-05-08 07:34:53 -07:00
Rob McKenna
fd928bc1ef
7166687: InetAddress.getLocalHost().getHostName() returns FQDN
...
Reviewed-by: chegar
2012-05-07 13:34:19 +01:00
Sean Chou
703f08dfe8
7166048: Remove the embeded epoll data structure
...
Reviewed-by: alanb
2012-05-07 16:43:16 +08:00
Lana Steuck
26faf043d2
Merge
2012-05-02 10:17:29 -07:00
Mandy Chung
728600d4e3
7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary
...
Reviewed-by: alanb, mullan, prr
2012-05-01 19:45:34 -07:00
Alan Bateman
6fed495d1f
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
...
Reviewed-by: chegar
2012-05-01 11:17:20 +01:00
Lana Steuck
5b2008805b
Merge
2012-04-26 18:15:49 -07:00
Lana Steuck
6c68dd5523
Merge
2012-04-26 14:21:19 -07:00
Kurchi Subhra Hazra
21d0c9ef0d
7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
...
Get default interface for Mac OS X when interface is not set
Reviewed-by: chegar
2012-04-24 14:59:45 -07:00
Alan Bateman
35a0ff69b0
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
...
Reviewed-by: chegar
2012-04-22 21:22:17 +01:00
Sean Chou
2f21d39ae5
7129742: Unable to view focus in Non-Editable TextArea
...
Make sure the cursor is visible by setVisible(true)
Reviewed-by: rupashka, alexp
2012-04-20 10:34:40 +08:00
Coleen Phillimore
e776b337e8
Merge
2012-04-19 10:53:35 -04:00
Lana Steuck
b0654071b7
Merge
2012-04-18 10:21:59 -07:00
Lana Steuck
b85926e45f
Merge
2012-04-18 10:18:10 -07:00
Staffan Larsen
a133263681
Merge
2012-04-17 07:25:05 -07:00
Rob McKenna
350730be55
7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close
...
Reviewed-by: alanb
2012-04-17 07:14:14 -07:00
Staffan Larsen
311ea4a969
7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
...
Provide the missing implementation UnixOperatingSystem on Mac OS X
Reviewed-by: dsamersoff, dcubed
2012-04-17 06:45:57 +02:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Lana Steuck
d4fc10af1d
Merge
2012-04-11 18:52:45 -07:00
Lana Steuck
5e9ea38531
Merge
2012-04-11 18:44:33 -07:00
Rob McKenna
c3a386ef6d
7143606: File.createTempFile should be improved for temporary files created by the platform
...
Reviewed-by: sherman
2012-04-11 17:47:56 -07:00
David Katleman
06ec3d779f
Merge
2012-04-11 14:09:48 -07:00
Sergey Bylokhov
2e12d45877
7097771: setEnabled does not work for components in disabled containers
...
Reviewed-by: art, anthony
2012-04-10 22:09:58 +04:00
Fredrik Ohstrom
e32ab98b32
7074397: Build infrastructure changes (makefile re-write)
...
New makefiles transition, old and new living side by side for now.
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Torbjorn Granat <torbjorn.granat@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
2012-04-10 08:22:03 -07:00
Clemens Eisserer
2bf65cc749
7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
...
Reviewed-by: prr
2012-04-09 15:49:33 -07:00
Phil Race
42a2707f1b
7159041: Fix for 7152519 causing build breakage
...
Reviewed-by: igor, jgodinez
2012-04-05 15:14:06 -07:00
Lana Steuck
d636893400
Merge
2012-04-04 13:16:52 -07:00
Lana Steuck
6b12eddc42
Merge
2012-04-04 12:35:44 -07:00