Lana Steuck
|
13686b8d12
|
Merge
|
2012-02-09 22:55:28 -08:00 |
|
Chris Hegarty
|
d0bf1b11b1
|
Merge
|
2012-02-04 07:36:29 +00:00 |
|
Chris Hegarty
|
511e7438d7
|
7041778: Move SCTP implementation out of sun.nio.ch and into its own package
Reviewed-by: alanb
|
2012-02-04 07:29:11 +00:00 |
|
Lana Steuck
|
9ad29a120a
|
Merge
|
2012-01-31 19:08:36 -08:00 |
|
Staffan Larsen
|
c3ee1cf7f9
|
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
Make sure HotSpot and JDK looks for well-known files in the same location
Reviewed-by: dholmes, dsamersoff
|
2012-01-31 10:46:34 +01:00 |
|
Lana Steuck
|
afe805a586
|
Merge
|
2012-01-28 22:21:54 -08:00 |
|
Denis Fokin
|
40dbde3a86
|
7078460: JDialog is shown as separate icon on the taskbar
Reviewed-by: anthony
|
2012-01-24 18:46:36 +04:00 |
|
Lana Steuck
|
9ccc60ae83
|
Merge
|
2012-01-18 20:24:41 -08:00 |
|
Lana Steuck
|
8b5dadd520
|
Merge
|
2012-01-18 20:23:33 -08:00 |
|
Matt Smith
|
d5d6252e5b
|
7130662: GTK file dialog crashes with a NPE
Guard adding a back slash to the directory name with an if (!= null) check
Reviewed-by: anthony, art
|
2012-01-18 19:09:26 +04:00 |
|
Phil Race
|
3b8a1fee1d
|
7127827: JRE8: javaws fails to launch on oracle linux due to XRender
Reviewed-by: bae, jgodinez
|
2012-01-13 13:11:08 -08:00 |
|
Charles Lee
|
5c8b083c66
|
7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
Reviewed-by: alanb
|
2012-01-13 13:20:02 +00:00 |
|
Lana Steuck
|
3f5f0b4dc0
|
Merge
|
2011-12-20 15:27:55 -08:00 |
|
Denis Fokin
|
1258946332
|
7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer
Reviewed-by: art
|
2011-12-19 16:44:36 +04:00 |
|
Lana Steuck
|
f1c7c499bf
|
Merge
|
2011-12-15 19:52:13 -08:00 |
|
Omair Majid
|
d312aad0c1
|
7117612: Miscellaneous warnings in java.lang
Reviewed-by: smarks, dholmes, alanb, darcy
|
2011-12-08 13:48:54 -05:00 |
|
Lana Steuck
|
50319d95be
|
Merge
|
2011-12-06 16:17:15 -08:00 |
|
Mario Torre
|
163d5239e1
|
7117914: Fix javac warnings in src/share/classes/sun/java2d
Fix some javac warnings in java2d related code for the Warning Cleanup Day.
Reviewed-by: prr, flar
|
2011-12-03 15:40:49 +01:00 |
|
Lana Steuck
|
5a5111e51f
|
Merge
|
2011-11-29 15:57:33 -08:00 |
|
Lana Steuck
|
7bcad978ba
|
Merge
|
2011-11-18 15:49:09 -08:00 |
|
Lana Steuck
|
9240eb2ee9
|
Merge
|
2011-11-18 11:11:11 -08:00 |
|
Sergey Bylokhov
|
c007822f02
|
6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on
Reviewed-by: art, dcherepanov, bae, prr
|
2011-11-12 04:13:38 +04:00 |
|
Danesh Dadachanji
|
ca86a52a6c
|
7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set
Set the properties to all top-level windows
Reviewed-by: anthony
|
2011-11-11 15:17:51 +03:00 |
|
Sean Coffey
|
9e42e3d20a
|
7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
Reviewed-by: alanb
|
2011-11-11 10:08:40 +00:00 |
|
Anthony Petrov
|
248bde3e58
|
7045370: Java Statically Determines Display Size on Linux platforms
Listen to ConfigureNotify events on the root window and update the current screen size accordingly
Reviewed-by: art, bae
|
2011-11-09 13:43:39 +03:00 |
|
Lana Steuck
|
431fcd571a
|
Merge
|
2011-11-08 15:37:37 -08:00 |
|
Lana Steuck
|
6e582b4002
|
Merge
|
2011-11-07 10:26:52 -08:00 |
|
Lana Steuck
|
adfdb3ed81
|
Merge
|
2011-10-25 21:53:54 -07:00 |
|
Jennifer Godinez
|
51c07ae53a
|
6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
Reviewed-by: bae, prr
|
2011-10-24 09:58:47 -07:00 |
|
Federico Tello Gentile
|
d3cb1a4bdd
|
7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
Replace string concatenation with StringBuilder.append()
Reviewed-by: anthony, son
|
2011-11-01 18:03:56 +03:00 |
|
Federico Tello Gentile
|
60689cf49b
|
7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
Wrap logging calls with if(){} statements
Reviewed-by: anthony, son
|
2011-11-01 18:01:58 +03:00 |
|
Neil Richards
|
2a7fbdb25b
|
7105640: Unix printing does not check the result of exec'd lpr/lp command
Add checking, exception for spool process failure
Reviewed-by: prr, jgodinez
|
2011-09-23 15:18:32 +01:00 |
|
Lana Steuck
|
e869a890ad
|
Merge
|
2011-10-26 17:59:13 -07:00 |
|
Kurchi Subhra Hazra
|
3580661098
|
7090158: Networking Libraries don't build with javac -Werror
Minor changes to networking java files to remove warnings
Co-authored-by: Alexandre Boulgakov <sasha_bu@hotmail.com>
Reviewed-by: chegar, weijun, hawtin
|
2011-09-16 12:09:04 -07:00 |
|
Lana Steuck
|
7189a0b227
|
Merge
|
2011-09-10 21:30:20 -07:00 |
|
Sebastian Sickelmann
|
0a9fa0feb2
|
7084245: Update usages of InternalError to use exception chaining
To use new InternalError constructor with cause chainning
Reviewed-by: alanb, ksrini, xuelei, neugens
|
2011-08-30 11:53:11 -07:00 |
|
Lana Steuck
|
c14374f7f5
|
Merge
|
2011-08-29 14:29:23 -07:00 |
|
Lana Steuck
|
1a53d47cf9
|
Merge
|
2011-08-29 14:27:21 -07:00 |
|
Alan Bateman
|
cf6e15a2e3
|
7060790: (fs) FileSystem.newWatchService error message confusing when maximum inotify descriptors reached
Reviewed-by: forax
|
2011-08-27 15:40:45 +01:00 |
|
Denis Fokin
|
2e4089a2c2
|
7072645: Toolkit.addPropertyChangeListener(name, pcl) throws NPE for null name
Reviewed-by: art
|
2011-08-23 17:56:14 +04:00 |
|
Alan Bateman
|
f072f34631
|
7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel
Reviewed-by: chegar
|
2011-08-22 11:35:11 +01:00 |
|
Lana Steuck
|
dfb9afd36b
|
Merge
|
2011-08-17 22:47:49 -07:00 |
|
Phil Race
|
0ce97f4ec8
|
7077423: Enable Xrender by default
Reviewed-by: bae, jgodinez, ceisserer
|
2011-08-12 09:48:09 -07:00 |
|
Lana Steuck
|
c25444afe2
|
Merge
|
2011-08-05 16:03:00 -07:00 |
|
Alexandre Boulgakov
|
d5e142fba4
|
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
Reviewed-by: alanb, chegar
|
2011-07-28 13:34:31 -07:00 |
|
Lana Steuck
|
6960817595
|
Merge
|
2011-07-27 22:42:19 -07:00 |
|
Steve Poole
|
4ea3a97967
|
7068471: NPE in sun.font.FontConfigManager.getFontConfigFont() when libfontconfig.so is not installed
Reviewed-by: jgodinez, prr
|
2011-07-19 14:09:25 -07:00 |
|
Sergey Bylokhov
|
d2567eb057
|
6642728: Use reflection to access ScrollPane's private method from within sun.awt package
Reviewed-by: art, anthony
|
2011-07-15 19:24:09 +04:00 |
|
Sergey Bylokhov
|
8dd448e6b8
|
6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails
Reviewed-by: art, dcherepanov, anthony
|
2011-07-15 19:23:03 +04:00 |
|
Sergey Bylokhov
|
787c2d3671
|
7043815: AWT-XAWT - AWT-EventQueue-0 deadlock
Reviewed-by: art, dcherepanov
|
2011-07-15 19:19:33 +04:00 |
|