Commit Graph

3841 Commits

Author SHA1 Message Date
Nishit Jain
91f88bbdca 8150324: java/util/Currency/CurrencyTest.java does not restore default TimeZone
Reviewed-by: okutsu, peytoia
2016-04-12 10:15:09 +09:00
Paul Sandoz
6b661410d3 8152645: VarHandle lookup access control tests
Reviewed-by: mhaupt, redestad
2016-04-11 19:00:49 +02:00
Peter Levart
589c46da46 8152115: (proxy) Examine performance of dynamic proxy creation
Redesign caching of dynamic Proxy classes

Reviewed-by: mchung
2016-04-11 10:55:03 +02:00
Masayoshi Okutsu
aaebc5882b 8153836: java/util/ResourceBundle/Bug6299235Test.sh depends on java.desktop
Reviewed-by: alanb
2016-04-11 16:46:52 +09:00
Amy Lu
2929c453fb 8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing
Reviewed-by: bpb, darcy
2016-04-11 12:27:48 +08:00
Mark Sheppard
8906a1381d 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
Reviewed-by: chegar, alanb
2016-04-11 03:00:50 +01:00
Chris Hegarty
25b68378f6 8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
2016-04-09 20:12:13 +01:00
Huaming Li
f9295881a8 8037360: java/nio/channels/SocketChannel/Connect.java fails intermittently
Reviewed-by: alanb
2016-04-08 16:38:37 +01:00
Doug Lea
e52ce5092d 8151344: Improve timeout factor handling in tck/JSR166TestCase
Reviewed-by: martin, psandoz
2016-04-07 10:09:03 -07:00
Doug Lea
48ac259af1 8151501: LockSupport/ParkLoops.java: AssertionError: lost unpark
Reviewed-by: martin, psandoz, dholmes, forax
2016-04-07 10:06:01 -07:00
Doug Lea
fb58fda736 8152924: Improve scalability of CompletableFuture with large number of dependents
Reviewed-by: martin, psandoz
2016-04-07 09:57:08 -07:00
Masayoshi Okutsu
39befffe7d 8151431: DateFormatSymbols triggers this.clone() in the constructor
Reviewed-by: naoto, peytoia
2016-04-07 17:52:01 +09:00
Daniel Fuchs
9c83adecd5 8152436: Add a test to verify that the root logger correctly reports the caller's information
This test verifies that 8152389 does no longer occur in JDK 9 and upwards.

Reviewed-by: mchung, lancea
2016-04-06 17:54:41 +02:00
Amy Lu
3c535e97da 8153563: java/nio/Buffer/Basic.java and CopyDirectMemory.java are failing after JDK-8149469
Reviewed-by: alanb
2016-04-06 16:36:12 +08:00
Nadeesh TV
63fb402683 8030864: Add an efficient getDateTimeMillis method to java.time
Added epochSecond method in Chronology and overided it in IsoChronology

Reviewed-by: rriggs, scolebourne
2016-04-06 07:20:37 +00:00
Alejandro Murillo
9f3b6be989 Merge 2016-04-05 20:02:21 -07:00
Alan Bateman
4af24b6def 8153370: Drop use of old style -XaddExports from tests
Reviewed-by: mchung
2016-04-05 21:18:01 +01:00
Phil Race
82d451f3d7 Merge 2016-04-05 09:13:52 -07:00
Phil Race
90f3c81ae0 Merge 2016-04-05 07:51:12 -07:00
Rachna Goel
2b5acd199d 8149735: PropertiesTest.sh fails
Updated permissions of "writablejdk".

Reviewed-by: naoto, peytoia
2016-04-05 12:02:54 +05:30
Alejandro Murillo
1d713a3760 Merge 2016-04-04 13:40:23 -07:00
Amy Lu
c240356dba 8153147: Mark java/net/BindException/Test.java as intermittently failing
Reviewed-by: darcy
2016-04-01 09:14:05 +08:00
Alejandro Murillo
e380336101 Merge 2016-03-31 14:25:38 -07:00
Ivan Gerasimov
763f4898ff 8079136: Accessing a nested sublist leads to StackOverflowError
Reviewed-by: psandoz, tvaleev
2016-03-31 17:30:31 +03:00
Masayoshi Okutsu
b09c81ce39 8152077: (cal) Calendar.roll does not always roll the hours during daylight savings
Reviewed-by: peytoia
2016-03-29 18:04:41 +09:00
Amy Lu
b853c8f575 8152873: java/util/Locale/LocaleProviders.sh fails after JDK-8150432
Reviewed-by: darcy
2016-03-29 10:47:03 +08:00
Claes Redestad
996686aae0 8152733: Avoid creating Manifest when checking for Multi-Release attribute
Co-authored-by: Steve Drach <steve.drach@oracle.com>
Reviewed-by: psandoz, alanb
2016-03-28 22:25:32 +02:00
Phil Race
6128f6ae11 Merge 2016-03-28 08:38:59 -07:00
Rachna Goel
63cdcb2f4b 8150432: LocaleProviders.sh fails
Updated Windows 10 kernel name.

Reviewed-by: okutsu
2016-03-28 12:36:33 +05:30
Doug Lea
837a779be8 8152083: Optimize TimeUnit conversions
Reviewed-by: martin, shade, forax
2016-03-28 08:53:39 -07:00
Daniel Fuchs
da3998f139 8150840: Add an internal system property to control the default level of System.Logger when java.logging is not present
Reviewed-by: mchung, rriggs
2016-03-25 17:12:18 +01:00
Amy Lu
92104d1449 8152749: Mark AdaptorCloseAndInterrupt.java as intermittently failing
8152755: Problem list java/nio/file/WatchService/MayFlies.java

Reviewed-by: alanb
2016-03-25 19:46:48 +08:00
Yuri Nesterenko
c0deba4235 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java
8151033: [TEST_BUG] typo in java/awt/MouseInfo/PointerInfoCrashTest.java: no sun.awt.peer
8151037: [TEST_BUG] javax/swing/Action/8133039/bug8133039.java requires @modules
8152301: [TESTBUG] Compilation errors in client lib test files

Reviewed-by: serb, alexsch
2016-03-25 12:31:16 +03:00
Zoltan Majo
c8858ca3b6 Merge 2016-03-24 16:21:19 +01:00
Paul Sandoz
9fb30a3740 8149644: Integrate VarHandles
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Reviewed-by: coffeys, mhaupt, vlivanov
2016-03-24 11:21:21 +01:00
Paul Sandoz
4485394e3d 8149469: ByteBuffer API and implementation enhancements for VarHandles
Reviewed-by: chegar, alanb
2016-03-24 11:21:18 +01:00
Rajeev Chamyal
9e09d233e6 8145173: HiDPI splash screen support on Windows
Reviewed-by: serb, alexsch, erikj
2016-03-24 14:06:32 +05:30
Prasanta Sadhukhan
0ac31cb96a 8151590: "ALL" radio button is not selected in printDialog when we call DefaultSelectionType.ALL in windows
Reviewed-by: prr, jdv
2016-03-24 14:00:14 +05:30
Ajit Ghaisas
d5758aec63 6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel
Reviewed-by: prr, psadhukhan
2016-03-24 12:27:40 +05:30
Prasanta Sadhukhan
234e906b1f 7107620: Need to round in test java/awt/print/PageFormat/PageFormatFromAttributes.java
Reviewed-by: prr
2016-03-24 12:02:06 +05:30
Alexander Scherbatiy
c28c517f2e 8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X
Reviewed-by: serb, avstepan
2016-03-23 14:25:22 +04:00
Phil Race
dd439c9998 8055463: Need public API allowing full access to font collections in Font.createFont()
Reviewed-by: serb, vadim
2016-03-22 14:46:48 -07:00
Phil Race
03338de544 Merge 2016-03-22 13:10:07 -07:00
Chris Hegarty
3dd92e7102 Merge 2016-03-22 16:02:32 +00:00
Chris Hegarty
a59bc4455b Merge 2016-03-22 16:02:25 +00:00
Tagir F. Valeev
89599944c6 8148748: ArrayList.subList().spliterator() is not late-binding
Reviewed-by: psandoz
2016-03-22 16:28:52 +01:00
Chris Hegarty
ff2e79c118 Merge 2016-03-22 10:42:32 +00:00
Semyon Sadetsky
df733afc3c 8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag
Reviewed-by: prr, serb, alexsch
2016-03-22 13:07:27 +03:00
Nadeesh TV
d110d8b320 8032051: "ZonedDateTime" class "parse" method fails with short time zone offset ("+01")
Reviewed-by: rriggs, scolebourne
2016-03-21 14:24:11 -04:00
Phil Race
01d44b4e0d Merge 2016-03-21 09:36:54 -07:00