Alexander Scherbatiy
aca74a151c
7199180: [macosx] Dead keys handling for input methods
...
Reviewed-by: kizune, anthony
2012-09-21 13:48:06 +04:00
Konstantin Shefov
67cc344382
7190587: Open source and jtreg'ify JAWT regression test
...
Reviewed-by: anthony, omajid
2012-09-18 17:38:40 +04:00
Lana Steuck
a60a81b964
Merge
2012-09-14 14:10:01 -07:00
Alexander Scherbatiy
8b54dc6ea9
7196547: [macosx] Implement dead key detection for KeyEvent
...
Reviewed-by: skovatch, kizune
2012-09-14 15:30:46 +04:00
Oleg Pekhovskiy
08a51f1378
7186109: Simplify lock machinery for PostEventQueue & EventQueue
...
Reviewed-by: art, anthony, dholmes
2012-09-13 19:53:13 +04:00
Sergey Malenkov
c14183f376
7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
...
Reviewed-by: rupashka
2012-09-11 10:58:39 +04:00
Lana Steuck
a1878f7d14
Merge
2012-09-05 20:03:19 -07:00
Lana Steuck
2216719923
Merge
2012-09-05 17:33:52 -07:00
John Coomes
6ecb1dc545
Merge
2012-09-05 12:58:45 -07:00
Lana Steuck
9014f4ced0
Merge
2012-09-05 11:59:27 -07:00
Sergey Malenkov
2276a38632
7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
...
Reviewed-by: rupashka
2012-09-04 20:50:44 +04:00
Sergey Malenkov
25c0370a8b
7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
...
Reviewed-by: art
2012-09-04 13:12:16 +04:00
Anton Tarasov
67b1f9248b
6981400: Tabbing between textfield do not work properly when ALT+TAB
...
7157015: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing
7121442: Regression : Reopen CR 6458497 still reproducible using JDK 7
Reviewed-by: art, leonidr
2012-08-31 16:31:29 +04:00
Sergey Malenkov
7d367a5123
7186794: Setter not found. PropertyDescriptor(PropertyDescriptor,PropertyDescriptor)
...
Reviewed-by: rupashka
2012-08-31 14:49:23 +04:00
Sergey Malenkov
99bfc33cce
7192955: Introspector overide PropertyDescriptor for generic type field defined in super class
...
Reviewed-by: rupashka
2012-08-31 14:32:09 +04:00
Lana Steuck
047abf380a
Merge
2012-08-30 20:16:07 -07:00
Christian Thalinger
e48b871bdc
7194662: JSR 292: PermuteArgsTest times out in nightly test runs
...
Reviewed-by: kvn
2012-08-28 14:57:43 -07:00
Lana Steuck
a0b3f023db
Merge
2012-08-28 12:24:33 -07:00
Eric Wang
25c7724d6e
6962637: TEST_BUG: java/io/File/MaxPathLength.java may fail in busy system
...
Reviewed-by: dholmes, alanb
2012-08-28 11:12:46 +01:00
Jonathan Gibbons
e4326b6cc5
7194032: update tests for upcoming changes for jtreg
...
Reviewed-by: alanb, iris
2012-08-28 10:29:30 +01:00
Lana Steuck
1dc8f7d026
Merge
2012-08-27 11:48:09 -07:00
Lana Steuck
47b747e08c
Merge
2012-08-27 10:58:40 -07:00
Anthony Petrov
ed711d4ca7
7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
...
Constrain window dimensions with screen bounds and GL_MAX_TEXTURE_SIZE
Reviewed-by: art, serb
2012-08-24 14:58:04 +04:00
Naoto Sato
73ff23b7f7
6336885: RFE: Locale Data Deployment Enhancements
...
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
Reviewed-by: erikj, sherman, peytoia
2012-08-21 11:00:30 -07:00
Shirish Kuncolienkar
ae25fd53b6
7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close
...
Reviewed-by: alanb
2012-08-21 13:42:08 +01:00
Rob McKenna
e81dadf112
7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896
...
Reviewed-by: dholmes, alanb
2012-08-20 14:52:12 +01:00
Sergey Malenkov
b884fcc43d
7189112: java.beans.Introspector misses write methods
...
Reviewed-by: rupashka
2012-08-20 13:38:30 +04:00
Alan Bateman
edd2d4ce86
7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11]
...
Reviewed-by: chegar
2012-08-19 13:29:01 +01:00
Alan Bateman
280b56b270
7192275: Minimize LogManager dependencies on java.beans
...
Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage.
Reviewed-by: dcubed, dsamersoff, mchung
2012-08-19 13:03:00 +01:00
John R Rose
9d9d7877aa
7191102: nightly failures after JSR 292 lazy method handle update (round 3)
...
Reviewed-by: twisti, kvn
2012-08-17 13:42:25 -07:00
Daniel D. Daugherty
3be453e452
7191322: add test for 7064927 to java.lang.instrument
...
Add support for canRetransform attribute to the test manager. Add test for 7064927.
Reviewed-by: dsamersoff, sspitsyn, ohair
2012-08-17 12:51:23 -07:00
Eric Wang
6b186c1238
7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
...
Reviewed-by: alanb
2012-08-16 14:35:26 +01:00
Rob McKenna
e892fb5b1d
6931128: (spec) File attribute tests fail when run as root
...
Reviewed-by: alanb
2012-08-15 22:46:35 +01:00
Christian Thalinger
eadc52ac6e
Merge
2012-08-10 16:03:28 -07:00
Jonathan Lu
f349c3da24
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
...
Reviewed-by: alanb
2012-08-13 19:51:48 +08:00
Christian Schulte
d947b5d95a
7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
...
Reviewed-by: chegar
2012-08-12 22:56:45 +01:00
Xueming Shen
ff93896a39
7189363: Regex Pattern compilation buggy for special sequences
...
Fixed the incorrect implementation in expr(...)
Reviewed-by: psandoz, alanb
2012-08-09 10:15:26 -07:00
Amy Lu
56779e429b
7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
...
Reviewed-by: alanb
2012-08-08 15:31:22 +01:00
Lana Steuck
7fd65168fe
Merge
2012-08-07 20:23:41 -07:00
Eric Wang
3ba6a2dff8
7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin
...
Reviewed-by: alanb
2012-08-07 12:47:45 +01:00
Lana Steuck
fe4e448bfa
Merge
2012-07-31 18:38:38 -07:00
Xueming Shen
b5bee4c17e
7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
...
Re-implemented getBytesRead/Writtten() at java level
Reviewed-by: andrew, alanb
2012-08-03 13:40:03 -07:00
Alexander Scherbatiy
26f36a5cd0
7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
...
Reviewed-by: serb, bagiras
2012-07-30 14:31:01 +04:00
Sergey Malenkov
3851c96f71
7187618: PropertyDescriptor Performance Slow
...
Reviewed-by: rupashka
2012-07-30 13:35:10 +04:00
Dan Xu
f4ac5f7956
7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
...
Reviewed-by: alanb
2012-07-30 04:57:27 +01:00
Lana Steuck
565c89629e
Merge
2012-07-27 22:39:44 -07:00
Lana Steuck
44ce09ba1f
Merge
2012-07-27 22:26:19 -07:00
Darryl Mocek
1625e2019e
7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
...
Reviewed-by: smarks, jgish
2012-07-27 16:53:15 -07:00
Denis Fokin
4852f8a995
7149068: java/awt/Window/Grab/GrabTest.java failed
...
Reviewed-by: art, ant
2012-07-27 19:41:24 +04:00
Xueming Shen
b9fa2e4fb9
6653797: Reimplement JDK charset repository charsets.jar
...
Migrated all jis based charsets to new implementation
Reviewed-by: okutsu
2012-07-24 12:17:39 -07:00