Weijun Wang
|
8cfcabb1f6
|
8176296: Test sun/security/krb5/auto/Basic.java faling after adding module declaration into TEST.properties
Reviewed-by: valeriep
|
2017-03-15 08:09:43 +08:00 |
|
Brian Burkhalter
|
990e5a380e
|
8176744: Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
Replace two sleeps with CountDownLatch+sleep and Thread.join()
Reviewed-by: rriggs, alanb
|
2017-03-14 16:43:59 -07:00 |
|
Jeannette Hung
|
2a6774809a
|
8174977: Update license files with consistent license/notice names
Reviewed-by: alanb, mchung
|
2017-03-14 15:52:41 -07:00 |
|
Sergey Bylokhov
|
e2b50eff2b
|
8176177: The new SwingContainer annotation can be removed from javax.accessibility.AccessibleContext
Reviewed-by: alexsch, malenkov
|
2017-03-14 18:35:32 +03:00 |
|
Doug Lea
|
ca15073223
|
8176551: testCommonPoolThreadContextClassLoader fails with "Should throw SecurityException"
Reviewed-by: martin, chegar, dholmes, amlu
|
2017-03-14 07:04:50 -07:00 |
|
Sean Mullan
|
ca1fa661c6
|
Merge
|
2017-03-14 08:35:52 -04:00 |
|
Sean Mullan
|
feb3b6d83c
|
8176503: Disable SHA-1 TLS Server Certificates
Reviewed-by: vinnie, ascarpino
|
2017-03-14 08:35:03 -04:00 |
|
Weijun Wang
|
3ba1a5585a
|
8176715: sun/security/krb5/auto/HttpNegotiateServer.java does not compile
Reviewed-by: mullan
|
2017-03-14 20:24:22 +08:00 |
|
Robbin Ehn
|
dc2a5712dc
|
8176098: Deprecate FlatProfiler
Reviewed-by: shade, coleenp
|
2017-03-14 12:00:03 +01:00 |
|
Dmitry Markov
|
18154936f0
|
8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
Reviewed-by: prr, serb
|
2017-03-14 09:03:43 +03:00 |
|
Prasanta Sadhukhan
|
17679435a1
|
8173123: [findbugs] javax.swing.text.* - Storing a reference to an externally mutable object into the internal representation
Reviewed-by: serb, alexsch, prr
|
2017-03-14 10:29:13 +05:30 |
|
Jesper Wilhelmsson
|
59d4a7a045
|
Merge
|
2017-03-13 15:56:09 -07:00 |
|
Brian Burkhalter
|
782da8d7e8
|
8176221: Preferences docs contain reference to Sun's JRE
Remove reference to "Sun's JRE" and add @implNote
Reviewed-by: darcy
|
2017-03-13 13:38:14 -07:00 |
|
Harold Seigel
|
f6b09b19b8
|
8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
Check for strings such as " version " and "Runtime Environment" that appear in 'java -version' for both open and closed builds.
Reviewed-by: coleenp
|
2017-03-13 16:23:43 -04:00 |
|
Alexander Scherbatiy
|
ff19037021
|
8175301: Java GUI hangs on Windows when Display set to 125%
Reviewed-by: serb, azvegint
|
2017-03-13 22:55:10 +03:00 |
|
Mandy Chung
|
f3fac0335f
|
8176537: Add test to check JDK modules to have no qualifed exports to upgradeable modules
Reviewed-by: alanb
|
2017-03-13 10:24:16 -07:00 |
|
Weijun Wang
|
74cdcfbbf2
|
8176542: Missing @Deprecated arguments for jdk.policytool
Reviewed-by: mullan
|
2017-03-13 21:05:38 +08:00 |
|
Magnus Ihse Bursie
|
f09b0d2cb2
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:02:16 +01:00 |
|
Erik Joelsson
|
a083584001
|
8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
Reviewed-by: ihse, mchung
|
2017-03-13 09:51:59 +01:00 |
|
Anthony Scarpino
|
39516da8ef
|
8176350: Usage constraints don't take effect when using PKIX
Reviewed-by: xuelei, mullan
|
2017-03-10 21:04:15 -08:00 |
|
Phil Race
|
49f2291e44
|
Merge
|
2017-03-10 09:20:55 -08:00 |
|
Doug Lea
|
2accd8450e
|
8176303: Flow.Subscription.request(0) should be treated as an error
Reviewed-by: martin, chegar
|
2017-03-10 08:59:14 -08:00 |
|
Lana Steuck
|
e9955f7e3c
|
Merge
|
2017-03-09 23:16:22 +00:00 |
|
Jonathan Gibbons
|
98093deaec
|
8176331: Simplify new doclet packages
Reviewed-by: ksrini
|
2017-03-09 13:46:39 -08:00 |
|
Lana Steuck
|
88fbffc8e6
|
Added tag jdk-9+160 for changeset 4d25a0bb7426
|
2017-03-09 21:35:19 +00:00 |
|
Xueming Shen
|
f739e1fd5e
|
8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
Reviewed-by: rriggs
|
2017-03-09 12:39:34 -08:00 |
|
Brian Burkhalter
|
dc1f5f4107
|
8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb, chegar
|
2017-03-09 08:58:58 -08:00 |
|
Brian Burkhalter
|
ac6b3c4d5d
|
8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
Increase sleep from 50 to 150 ms.
Reviewed-by: alanb
|
2017-03-09 08:55:59 -08:00 |
|
Mandy Chung
|
e808c7a09e
|
8175797: (ref) Reference::enqueue method should clear referent before enqueuing
Reviewed-by: alanb, kbarrett, mr
|
2017-03-09 07:41:48 -08:00 |
|
Ramanand Patil
|
dc7bab709f
|
8176044: (tz) Support tzdata2017a
Reviewed-by: naoto
|
2017-03-09 14:12:24 +05:30 |
|
Magnus Ihse Bursie
|
5b9d400c10
|
8170884: Clean up post-jlink file copying to the images
Reviewed-by: erikj
|
2017-03-09 09:14:04 +01:00 |
|
Artem Smotrakov
|
b2a42d78ef
|
8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
Reviewed-by: weijun
|
2017-03-08 18:54:34 -08:00 |
|
Felix Yang
|
61c3a29e0c
|
8176195: Fix misc module dependencies in jdk_core tests
Reviewed-by: mchung
|
2017-03-08 17:17:41 -08:00 |
|
Amanda Jiang
|
6a264cbdd0
|
8176400: Problemlist sun/security/ssl/X509KeyManager/PreferredKey.java due to JDK-8176354
Reviewed-by: xuelei
|
2017-03-08 14:45:27 -08:00 |
|
Brian Burkhalter
|
8835635183
|
8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
Change Reader thread run method so it reads continuously as intended
Reviewed-by: alanb
|
2017-03-08 12:14:25 -08:00 |
|
Lance Andersen
|
31c0a8cdfa
|
8176235: Minor updates to package.html
Reviewed-by: joehw
|
2017-03-08 13:54:30 -05:00 |
|
Brian Burkhalter
|
53c99e5093
|
8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
Add print of timeout value.
Reviewed-by: alanb
|
2017-03-08 09:53:19 -08:00 |
|
Brian Burkhalter
|
13f5b93e8c
|
8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
Pause until the channel reaches a pended state instead of for a fixed time.
Reviewed-by: prappo, mli, alanb
|
2017-03-08 09:49:46 -08:00 |
|
Weijun Wang
|
ad4f6272db
|
8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken
Reviewed-by: xuelei
|
2017-03-08 15:35:56 +08:00 |
|
Amy Lu
|
a2b08aeec9
|
8167525: update jdk tests to remove @compile --add-modules workaround
Reviewed-by: mchung
|
2017-03-08 15:29:57 +08:00 |
|
Hamlin Li
|
af9013c96e
|
8176337: Mark several tests as intermittently failing
Reviewed-by: darcy
|
2017-03-07 23:01:51 -08:00 |
|
Jonathan Gibbons
|
50348cb89a
|
8176131: Simplify new Taglet API
Reviewed-by: ksrini
|
2017-03-07 15:38:10 -08:00 |
|
Mark Sheppard
|
30790d8352
|
8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
Reviewed-by: chegar, martin
|
2017-03-07 22:35:45 +00:00 |
|
Jesper Wilhelmsson
|
76e0d7cf28
|
Merge
|
2017-03-07 19:23:21 +01:00 |
|
Jesper Wilhelmsson
|
9ebbeec405
|
Merge
|
2017-03-07 19:14:10 +01:00 |
|
Doug Lea
|
7849c13436
|
8176155: SubmissionPublisher closeExceptionally() may override close()
Reviewed-by: martin, psandoz
|
2017-03-07 10:06:39 -08:00 |
|
Weijun Wang
|
d64c22ae61
|
8175846: Provide javadoc descriptions for jdk.policytool and jdk.crypto.* modules
Reviewed-by: vinnie
|
2017-03-07 22:55:36 +08:00 |
|
Weijun Wang
|
6b3143e831
|
8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
Reviewed-by: coffeys
|
2017-03-07 22:42:11 +08:00 |
|
Sergei Kovalev
|
080a88360a
|
8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
Reviewed-by: weijun
|
2017-03-07 16:02:20 +03:00 |
|
Karl von Randow
|
7d610c48e5
|
8152683: Deadlock when resuming from sleep with different monitor setup
Reviewed-by: serb, vadim
|
2017-03-07 13:00:23 +03:00 |
|