Michael McMahon
ab880cb4af
8157105: HTTP/2 client hangs in blocking mode if an invalid frame has been received
...
Reviewed-by: rriggs
2016-05-23 12:38:48 +01:00
Alan Bateman
ce04e9d9a2
8152650: ModuleFinder.compose should accept varargs
...
Reviewed-by: mchung
2016-05-21 08:01:03 +01:00
Joe Darcy
48ac10a591
8157487: Mark ZoneId.java as intermittently failing
...
Reviewed-by: naoto
2016-05-20 16:34:14 -07:00
Brian Burkhalter
3497da36a2
8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
...
Add new methods with long, int signatures.
Reviewed-by: darcy, scolebourne
2015-09-29 17:28:44 -07:00
Rajan Halade
1a2c01a37c
8157469: DefaultProviderList.java fails with no provider class apple.security.AppleProvider found
...
Reviewed-by: valeriep
2016-05-20 15:50:20 -07:00
Joe Darcy
4045a8be07
4851777: Add BigDecimal sqrt method
...
Reviewed-by: bpb
2016-05-20 15:34:37 -07:00
Brian Burkhalter
8c58aff49d
5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
...
Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.
Reviewed-by: darcy
2016-05-20 14:41:41 -07:00
Xueming Shen
5330dbf8e4
8143282: \p{Cn} unassigned code points should be included in \p{C}
...
To add unassigned cp support into \p{C}
Reviewed-by: martin
2016-05-20 12:47:41 -07:00
Sibabrata Sahoo
ea82a852dd
8157417: Some of SecureRandom test might get timed out in linux
...
Reviewed-by: weijun
2016-05-20 09:57:01 -07:00
Artem Smotrakov
4880e22424
8129389: javax/net/ssl/DTLS tests fail intermittently
...
Reviewed-by: xuelei
2016-05-20 09:40:29 -07:00
Jim Laskey
3648a0f15f
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
...
Reviewed-by: alanb
2016-05-20 11:41:29 -03:00
Hamlin Li
524ec2f1de
8157211: Mark tools/launcher/FXLauncherTest.java as intermittently failing
...
Reviewed-by: psandoz
2016-05-20 03:33:57 -07:00
Nishit Jain
93f4f6c1b5
7102969: currency.properties supercede not working correctly
...
8149452: j.t.SimpleDateFormat.getDateFormatSymbols().getZoneStrings() returns incorrect result for some time zones
8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
Reviewed-by: naoto, okutsu, peytoia
2016-05-20 13:48:58 +09:00
Weijun Wang
06fe4b9a0b
8138766: New default -sigalg for keytool
...
Reviewed-by: mullan
2016-05-20 11:20:49 +08:00
Weijun Wang
efd36db57d
8149521: automatic discovery of LDAP servers with Kerberos authentication
...
Reviewed-by: vinnie
2016-05-20 11:15:05 +08:00
Artem Smotrakov
d54e7309f5
8157344: Multiple test timeouts after push for JDK-8141039
...
8156606: java/security/SecureRandom/Serialize.java gets time out in Linux
Reviewed-by: weijun
2016-05-19 19:45:04 -07:00
Brent Christian
0260528ef9
8029891: Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java
...
Properties now stores values in an internal ConcurrentHashMap
Reviewed-by: mchung, dholmes, plevart
2016-05-19 16:25:35 -07:00
Anthony Scarpino
6f2785f741
8155847: SHA groups needed for jdk.security.provider.preferred
...
Reviewed-by: valeriep, mullan
2016-05-19 16:05:33 -07:00
Iris Clark
a950576f78
8144062: Move jdk.Version to java.lang.Runtime.Version
...
Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz
2016-05-19 12:04:54 -07:00
Mandy Chung
ab6efe7a7d
8157068: ExceptionInInitializerError if images build patched to use exploded version of jdk.internal.module.SystemModules
...
Reviewed-by: alanb
2016-05-19 11:17:35 -07:00
Artem Smotrakov
2100b2e6c2
8134267: javax/net/ssl/TLS/TestJSSE.java fails intermittently with BindException: Address already in use
...
Reviewed-by: chegar
2016-05-19 09:16:59 -07:00
Paul Sandoz
4b1159ce76
8157239: java/lang/invoke/VarHandles/ tests fail by timeout with -Xcomp with lambda form linkage
...
Reviewed-by: vlivanov
2016-05-19 16:08:40 +02:00
Aleksei Efimov
4417a1f36f
8072579: XjcOptionalPropertyTest.java creates files in test.src
...
Reviewed-by: joehw
2016-05-19 16:08:39 +03:00
Aleksei Efimov
0516c0ca0c
8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg
...
Reviewed-by: shade, joehw
2016-05-19 15:58:44 +03:00
Alan Bateman
958506d2cb
8157290: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java failing
...
Reviewed-by: chegar
2016-05-19 13:08:36 +01:00
Sibabrata Sahoo
19c7dcc012
8141039: Test Task: Develop new tests for JEP 273: DRBG-Based SecureRandom Implementations
...
Reviewed-by: weijun
2016-05-19 04:20:08 -07:00
Kumar Srinivasan
ca98819c49
8156807: Pack200 must support v53.0 class files
...
Reviewed-by: mchung, shade
2016-05-18 11:31:23 -07:00
Rajan Halade
4dcf9fd923
8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
...
Reviewed-by: mullan
2016-05-18 16:36:52 -07:00
Jan Lahoda
a865c6ef6b
8133549: Generalize jshell's EditingHistory
...
Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell
Reviewed-by: sundar
2016-05-18 21:00:33 +02:00
Phil Race
3546becf91
Merge
2016-05-18 09:57:35 -07:00
Paul Sandoz
0bad445941
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
...
Reviewed-by: fyuan, shade, vlivanov
2016-05-18 18:46:14 +02:00
Artem Smotrakov
5cf7ba5687
8157107: HTTP/2 client may fail with NPE if additional logging enabled
...
Reviewed-by: michaelm
2016-05-18 16:39:08 +01:00
Xue-Lei Andrew Fan
f3c9c10b7e
8157035: Use stronger algorithms and keys for JSSE testing
...
Reviewed-by: weijun, jnimeh
2016-05-18 14:47:28 +00:00
Sergey Bylokhov
65713ca08e
8156581: Cleanup of ProblemList.txt
...
Reviewed-by: prr, alexsch
2016-05-18 16:58:10 +03:00
Alexandre Iline
b67da697df
8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
...
Reviewed-by: alanb
2016-05-18 11:56:24 +01:00
Athijegannathan Sundararajan
ea55d0b71b
8154192: Deprivilege java.scripting module
...
Reviewed-by: jlaskey, alanb
2016-05-18 15:03:39 +05:30
Michael Haupt
c4976196f5
8156915: introduce MethodHandle factory for array length
...
Reviewed-by: sundar
2016-05-18 10:42:29 +02:00
Hamlin Li
1244c2f423
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
...
Reviewed-by: darcy
2016-05-17 19:20:05 -07:00
Aleksey Shipilev
33bb9220fc
8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
...
Reviewed-by: psandoz, redestad
2016-05-17 22:28:00 +03:00
Phil Race
413ba627fd
Merge
2016-05-12 11:03:07 -07:00
Alexander Scherbatiy
39fe334e12
8154539: Examine the desktop module's use of sun.misc.SoftCache
...
Reviewed-by: prr, chegar, mchung
2016-05-12 20:43:37 +04:00
Michael McMahon
6ce3711133
8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
...
Reviewed-by: chegar
2016-05-12 16:06:17 +01:00
Weijun Wang
07f2c9d05f
8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
...
Reviewed-by: wetmore, xuelei
2016-05-12 13:06:03 +08:00
Jim Laskey
dcb864bfec
8156781: change to jlink has result in test failure
...
Reviewed-by: redestad
2016-05-11 16:17:45 -03:00
Roger Riggs
82ae26a9a8
8155978: Remove HTTP proxy implementation and tests from RMI
...
Reviewed-by: smarks
2016-05-11 14:01:29 -04:00
Daniel Fuchs
172839f24f
8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
...
Runs each scenario in its own VM to avoid unwanted interaction and start from a clean slate.
Reviewed-by: mchung
2016-05-11 19:23:58 +02:00
Alexandre Iline
114e7f30f7
8156695: Fix @modules in tests in java/lang/management
...
As part of JDK-8155993, tests are updated to declare dependencies on jdk.management.
Reviewed-by: mchung
2016-05-10 14:51:29 -07:00
Jim Laskey
0f02e652db
8156766: jdk/test/tools/jlink/plugins/SorterPluginTest.java broken
...
Reviewed-by: redestad
2016-05-11 12:01:19 -03:00
Staffan Larsen
aefbfce7cf
8156658: Common way to run jtreg tests
...
Reviewed-by: erikj, dsamersoff
2016-05-11 11:04:47 +02:00
Bhanu Prakash Gopularam
f2dabbdb6a
8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
...
Addded the necessary chck in IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR
Reviewed-by: rriggs, scolebourne
2016-05-11 10:28:23 +00:00