Yuri Nesterenko
5979ab9e03
Merge
2009-06-01 01:05:22 -07:00
Chris Hegarty
9641cb498c
6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
...
Reviewed-by: alanb
2009-05-29 15:51:43 +01:00
Andrei Dmitriev
fb9bba27b9
6844750: Solaris build failed after 6799099
...
Reviewed-by: yan
2009-05-25 18:22:23 +04:00
Andrei Dmitriev
072ba357bf
6799099: All automatic regression tests that create Robot fail on X11
...
Reviewed-by: art, ant
2009-05-22 16:09:45 +04:00
Artem Ananiev
55c50f50d0
6794764: Translucent windows are completely repainted on every paint event, on Windows
...
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
2009-05-21 12:29:25 +04:00
Xueming Shen
a1958b22ef
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
...
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
2009-05-19 15:25:29 -07:00
Anthony Petrov
c403935e34
6839999: Cumulative fix for 6762511 and 6838003
...
Adds support for ARGB and ABGR X11 surfaces.
Reviewed-by: art, yan
2009-05-19 17:03:13 +04:00
Anthony Petrov
7648a0d70b
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
...
The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov
2009-05-19 14:14:31 +04:00
Anthony Petrov
41def7835d
6811219: Deadlock java AWT in XWarningWindow
...
The locking scheme has been re-architected, the code slightly refactored.
Reviewed-by: art, dcherepanov
2009-05-19 12:15:18 +04:00
Yuri Nesterenko
db67339fc1
6834525: PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86
...
Do not try to use released XKB resources
Reviewed-by: art
2009-05-18 12:39:58 +04:00
Artem Ananiev
fb42efb4c9
6678385: Random java.lang.StackOverflowError from various JDKs
...
Reviewed-by: stayer
2009-05-15 15:40:35 +04:00
Yuri Nesterenko
d1277d1d57
Merge
2009-05-06 09:37:34 -07:00
Anthony Petrov
a9fe649f3d
6838046: Rollback 6762511 due to build failure (6838003)
...
Reviewed-by: yan
2009-05-06 20:06:23 +04:00
Anthony Petrov
2c819571f1
6762511: Translucency is not working on Linux using Metacity
...
Introduced additional blits and new X11 surface types (ARGB, ABGR)
Reviewed-by: art, avu
2009-05-05 14:45:56 +04:00
Jacob T Royal
221af5e5e1
6837214: Update JDK7 man pages
...
Reviewed-by: darcy, bpatel, tbell
2009-05-04 18:28:26 -07:00
Yuri Nesterenko
33484a2710
Merge
2009-04-28 13:41:11 -07:00
Yuri Nesterenko
06a805b13f
Merge
2009-04-28 13:30:42 -07:00
Anthony Petrov
176a41f92e
6802853: API: shaped & translucent windows
...
A public API for the feature forward-ported from 6u10.
Reviewed-by: yan
2009-04-21 11:35:52 +04:00
Anthony Petrov
c0f20f9d47
6821948: Consider removing the constraints for bounds of untrusted top-level windows
...
The constrainBounds() methods are removed.
Reviewed-by: art, dcherepanov
2009-04-17 16:30:15 +04:00
Anthony Petrov
e06ad08fd4
6826104: Getting a NullPointer exception when clicked on Application & Toolkit Modal dialog
...
The addition of window peers to the windows collection has been restored in XWindowPeer.
Reviewed-by: art, dcherepanov
2009-04-17 16:16:14 +04:00
Artem Ananiev
fd76ca6d80
6829923: Test javax/swing/system/6799345/TestShutdown.java fails on X11 platforms
...
XAWT toolkit thread is correctly interrupted when AppContext is disposed
Reviewed-by: anthony, peterz
2009-04-17 12:46:24 +04:00
Xiomara Jayasena
c9560133fd
Merge
2009-04-16 19:10:32 -07:00
Chris Hegarty
26ae13fe80
4927640: Implementation of the sctp protocol
...
An implementation-specific API for the Stream Control Transmission Protocol
Reviewed-by: alanb, michaelm, jccollet
2009-04-16 17:42:00 +01:00
Lana Steuck
1c53c596df
Merge
2009-04-14 04:21:02 -07:00
Lana Steuck
b290c5dc99
Merge
2009-04-14 00:05:07 -07:00
Lana Steuck
9769fa9e3b
Merge
2009-04-13 22:34:29 -07:00
Tim Bell
b5b691accb
Merge
2009-04-10 15:30:37 -07:00
Lana Steuck
92f020bb7c
Merge
2009-04-09 20:34:56 -07:00
Lana Steuck
415053276d
Merge
2009-04-09 13:12:58 -07:00
Lana Steuck
39202ea815
Merge
2009-04-07 10:04:29 -07:00
Alan Bateman
560560dc55
4890703: Support SDP (sol)
...
Reviewed-by: michaelm
2009-04-06 08:59:33 +01:00
Alan Bateman
78e9762656
6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low
...
Reviewed-by: sherman
2009-04-02 19:47:24 +01:00
Yuri Nesterenko
0c7428a720
6823589: Remake sizes.64-solaris-i386 with newly added fields
...
6782746: Keyboard hotkeys don't work in locales where non latin characters are used
6299348: Zero keycode returned in keyPressed and keyReleased for some keys in non-english layout - Win32
6316369: Provide a method to convert a character to VK_* Java keycode, if possible
6446568: KeyEvent lacks 3 virtual keys of Danish keyboards
6559449: Support for converting from char to KeyEvent VK_ keycode
6182651: Need to identify any key pressed/released with a unique code
Various by-products of 6680988 fix.
Reviewed-by: art
2009-03-30 16:33:39 +04:00
Alan Bateman
de8096cf48
6772303: (se) IOException: Invalid argument" thrown on a call to Selector.select(value) with -d64
...
Reviewed-by: sherman
2009-03-27 16:04:05 +00:00
Alan Bateman
f59df4d489
6693490: (se) select throws "File exists" IOException under load (lnx)
...
Reviewed-by: sherman
2009-03-27 15:24:37 +00:00
Yuri Nesterenko
51ef95c396
6680988: KeyEvent is still missing VK values for many keyboards
...
2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art
2009-03-27 12:01:24 +03:00
Anthony Petrov
a1fd30eb7a
6693253: Security Warning appearance requires enhancements
...
6779717: A Window does not show applet security warning icon on X platforms
6785058: Parent dn't get the focus after dialog is closed if security warning is applied
Forward-port from 6u10-6u14
Reviewed-by: art, dcherepanov
2009-03-26 14:38:46 +03:00
Anthony Petrov
be5021d224
6714678: IDE (Netbeans, Eclipse, JDeveloper) Debugger hangs process on Linux
...
Added the system property sun.awt.disablegrab
Reviewed-by: art, dcherepanov
2009-03-25 13:37:08 +03:00
Lana Steuck
8888335104
Merge
2009-03-24 19:12:02 -07:00
Tim Bell
a787d51eea
6814587: Legal notice repair needed in jdk/src/share/classes/java/nio
...
6814590: Legal notice repair needed in jdk/test/java/awt/Frame/FrameSize/TestFrameSize.java
6814591: Legal notice repair needed in jdk/test/javax/script/Test3.java
Reviewed-by: alanb, xdono
2009-03-17 13:20:56 -07:00
Dmitry Cherepanov
cc57a283fb
6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame
...
Reviewed-by: art, anthony
2009-03-13 18:07:13 +03:00
Anton Tarasov
97942f9872
6815946: regression: failed to build MToolkit
...
Reviewed-by: anthony
2009-03-11 16:11:31 +03:00
Anton Tarasov
56f4a68e6b
6806217: implement synthetic focus model for MS Windows
...
Reviewed-by: art, dcherepanov
2009-03-10 18:33:29 +03:00
Xiomara Jayasena
f038343dc2
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:29:01 -07:00
Lana Steuck
be8bd14e3c
Merge
2009-03-04 10:57:24 -08:00
Dmitry Cherepanov
8a7cd86a28
6809227: poor performance on Panel.Add() method in jdk6
...
Reviewed-by: art, anthony
2009-03-04 13:05:56 +03:00
Alan Bateman
03b68e9989
6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
...
Reviewed-by: tbell
2009-03-01 14:44:50 +00:00
Jennifer Godinez
34f01f340e
6750383: 2D_PrintingTiger\PrintDocOrientationTest fails, wrong orientated images are printed
...
Reviewed-by: campbell, prr
2009-02-24 14:32:17 -08:00
Peter Zhelezniakov
07338e17b5
6804221: Three tests for JTabbedPane produce VM crash on rhel3
...
Reviewed-by: stayer, campbell
2009-02-24 19:17:51 +03:00
Lana Steuck
ddc1549079
Merge
2009-02-22 12:26:39 -08:00