Sean Mullan
9f0c03e612
Merge
2014-09-18 15:37:40 -04:00
Amanda Jiang
746ed2b4eb
8050281: New permission tests for JEP 140
...
Reviewed-by: mullan
2014-09-18 15:36:38 -04:00
Aleksey Shipilev
20abfd774a
8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
...
Reviewed-by: vlivanov, jrose
2014-09-18 18:33:05 +04:00
Shanliang Jiang
83a26602a9
8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
...
Reviewed-by: dfuchs, dholmes
2014-09-18 16:16:07 +02:00
Amy Lu
6f7645f43c
8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
...
Reviewed-by: dholmes, alanb
2014-09-17 23:27:59 -04:00
Brian Burkhalter
6d148f368d
8058679: More bad characters in BigIntegerTest
...
Remove remaining non-US-ASCII characters
Reviewed-by: alanb
2014-09-17 14:11:40 -07:00
Brian Burkhalter
0c71a5e8f4
8058664: Bad fonts in BigIntegerTest
...
Replace bad fonts with spaces.
Reviewed-by: alanb
2014-09-17 11:04:16 -07:00
Naoto Sato
9dc0d55e1c
8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
...
Reviewed-by: mchung, erikj, ihse
2014-09-17 09:43:04 -07:00
Paul Sandoz
af548efaa7
8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
...
Reviewed-by: alanb, dholmes
2014-09-17 16:47:52 +02:00
Weijun Wang
0c4519a096
8056141: Move com.sun.security.jgss into a new module
...
Reviewed-by: alanb, chegar, mchung
2014-09-17 13:55:30 +08:00
Weijun Wang
f18f44bce3
8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
...
Reviewed-by: valeriep, alanb
2014-09-17 13:55:12 +08:00
Vladimir Ivanov
21e3c51138
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
...
Reviewed-by: darcy, alanb
2014-09-16 23:04:13 +04:00
Robert Gibson
8acf66df11
8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
...
Modify divideLarge() method such that the w/z division exercises the B-Z branch.
Reviewed-by: darcy
2014-09-15 13:25:08 -07:00
Vladimir Ivanov
475c0a767a
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
...
Reviewed-by: jrose
2014-09-16 18:05:03 +04:00
Vladimir Ivanov
e490ad1e61
8058291: Missing some checks during parameter validation
...
Reviewed-by: jrose
2014-09-16 18:05:01 +04:00
Chris Hegarty
375020d61a
8058118: Generate modules.list during the build
...
Reviewed-by: alanb, mchung
2014-09-16 12:06:53 +02:00
Shanliang Jiang
797b24f7a0
8042205: javax/management/monitor/*: some tests didn't get all the notifications
...
Reviewed-by: dfuchs
2014-09-16 09:01:57 +02:00
Claes Redestad
d28777cff8
8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
...
Reviewed-by: lancea
2014-09-16 00:26:58 +02:00
Claes Redestad
2aafc0ee9f
8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
...
Reviewed-by: lancea
2014-09-15 21:20:46 +02:00
Robert Gibson
f5de6e9460
8057793: BigDecimal is no longer effectively immutable
...
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.
Reviewed-by: darcy
2014-09-15 13:05:04 -07:00
Lance Andersen
c8ca51ee3c
8058413: Change formatDecimalInt so it is package private
...
Reviewed-by: darcy
2014-09-13 13:26:18 -04:00
Ivan Gerasimov
2426fa797f
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
...
Reviewed-by: alanb
2014-09-13 20:06:15 +04:00
Behdad Esfahbod
c29aa1d7b9
8057986: freetype code to get glyph outline does not handle initial control point properly
...
Co-authored-by: Igor Kopylov <ikopylov@google.com>
Reviewed-by: prr, dougfelt
2014-09-05 19:06:07 -07:00
Lance Andersen
acba04a5b8
8058394: Doclint clean up in java.sql.Date
...
Reviewed-by: darcy
2014-09-12 18:37:58 -04:00
Martin Buchholz
3951dda4cf
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
...
Fix off-by-one bug in EXTSIG handling; add docs.
Reviewed-by: sherman, alanb
2014-08-29 12:07:11 -07:00
Phil Race
d6bfab8b1d
Merge
2014-09-12 13:08:35 -07:00
Konstantin Shefov
881fa79cfe
8057719: Develop new tests for LambdaForm Reduction and Caching feature
...
Reviewed-by: iignatyev, vlivanov, psandoz
2014-09-12 22:33:09 +04:00
Konstantin Shefov
9e30841d28
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
...
Reviewed-by: iignatyev, vlivanov
2014-09-12 22:33:09 +04:00
Shanliang Jiang
657d8c6e77
8057951: javax/management/monitor/... should be quarantined
...
Reviewed-by: jbachorik
2014-09-12 20:19:24 +02:00
Phil Race
1b9cab9346
Merge
2014-09-12 10:33:32 -07:00
Claes Redestad
52682ab314
8058230: Improve java.sql toString formatting
...
Reviewed-by: lancea
2014-09-12 17:34:13 +02:00
Phil Race
3454cc7623
Merge
2014-09-08 10:24:45 -07:00
Phil Race
e18a2c3b29
8056209: Remove unused files for libawt
...
Reviewed-by: erikj, ihse, serb
2014-09-08 09:07:59 -07:00
Staffan Larsen
13a51887f7
8057776: Misc cleanups of the attach code
...
Reviewed-by: alanb, dfuchs, jbachorik
2014-09-08 14:46:51 +02:00
Aleksei Efimov
5e87931875
8049343: (tz) Support tzdata2014g
...
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00
Alexander Scherbatiy
1d67714f2a
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
...
Reviewed-by: ant, azvegint
2014-09-05 12:57:24 +04:00
Phil Race
692cce9567
8056122: Upgrade JDK to use LittleCMS 2.6
...
Reviewed-by: bae, jgodinez
2014-09-04 09:32:08 -07:00
Phil Race
fd17be8db7
Merge
2014-09-02 12:38:17 -07:00
Phil Race
62b9ab4a81
Merge
2014-09-02 11:21:29 -07:00
Alexey Ivanov
127abcdf4d
8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
...
Reviewed-by: pchelko, alexsch
2014-09-02 17:42:35 +04:00
Alexander Zvegintsev
1a77a29985
8055746: plenty of clipboard/dnd tests fail and break X11
...
Reviewed-by: alexsch, pchelko
2014-09-02 17:35:58 +04:00
Katja Kantserova
2905bd08a6
8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability
...
Reviewed-by: jbachorik, dsamersoff
2014-09-02 11:05:41 +02:00
Raghu Nair
e0e332bdac
8049429: Tests for java client server communications with various TLS/SSL combinations
...
Reviewed-by: xuelei
2014-09-02 05:48:55 +00:00
Doug Lea
01112ca52a
8056249: Improve CompletableFuture resource usage
...
Reviewed-by: psandoz, chegar, martin
2014-09-01 13:33:28 +02:00
Martin Buchholz
95a1c8965d
8056951: pico-optimize contains(Object) methods
...
Use idiiom >= 0 consistently to check for valid index
Reviewed-by: mduigou
2014-08-29 14:50:15 -07:00
Katja Kantserova
ba917d9443
8057686: Clean up ProblemList.txt
...
Reviewed-by: jbachorik
2014-09-05 15:09:05 +02:00
Alan Bateman
2689839d79
8029516: (fs) WatchKey cancel unreliable on Windows
...
Reviewed-by: chegar
2014-09-05 12:18:31 +01:00
Doug Lea
7eb2dc516c
8056248: Improve ForkJoin thread throttling
...
Reviewed-by: psandoz, martin
2014-09-05 10:54:28 +02:00
Lance Andersen
1300729887
8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
...
Reviewed-by: rriggs
2014-09-04 12:23:01 -04:00
Yong Jeffrey Huang
95232def75
8055222: ISO 4217 Amendment #159
...
Reviewed-by: naoto
2014-09-04 00:32:43 -07:00