Lana Steuck
9d19fc55dd
Added tag jdk-10+7 for changeset d554736d963e
2017-05-23 21:11:42 +00:00
Igor Ignatyev
f8c5d25081
8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
...
Reviewed-by: duke
2017-05-19 13:33:47 -07:00
Lana Steuck
cc347a7a7c
Merge
2017-05-19 16:34:37 +00:00
Nishit Jain
365839bc1d
6609740: [Fmt-De] format error in DecimalFormat
...
Reviewed-by: naoto
2017-05-19 11:06:57 +05:30
Lana Steuck
40ed54262c
Merge
2017-05-19 04:17:50 +00:00
Igor Ignatyev
bf025a7c01
8180621: remove jdk.testlibrary.management.InputArguments
...
Reviewed-by: mchung
2017-05-18 17:07:36 -07:00
Igor Ignatyev
735d9b2c36
8180397: remove jdk.testlibrary.IOUtils
...
Reviewed-by: alanb
2017-05-18 15:51:25 -07:00
Igor Ignatyev
eed4c8949e
8180391: move SerializationUtils to top level testlibrary
...
Reviewed-by: psandoz
2017-05-18 15:43:44 -07:00
Brian Burkhalter
c7bb91a8f4
8177809: File.lastModified() is losing milliseconds (always ends in 000)
...
Use higher precision time values where available.
Reviewed-by: bchristi, rriggs
2017-05-18 12:53:19 -07:00
Igor Ignatyev
f1d17f5366
Merge
2017-05-18 18:14:07 +00:00
Brian Burkhalter
08ce8454f6
8180519: Windows FILETIME should be converted to and from ULARGE_INTEGER not LARGE_INTEGER
...
Change LARGE_INTEGER to ULARGE_INTEGER for FILETIMEs used with the GetFileTime() and SetFileTime() functions.
Reviewed-by: rriggs
2017-05-18 10:22:55 -07:00
Igor Ignatyev
2c90120810
8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
...
Reviewed-by: psandoz
2017-05-18 10:22:20 -07:00
Kumar Srinivasan
b0e4f83d40
8180202: -XXaltjvm is not working anymore on MacOSX
...
Reviewed-by: dholmes
2017-05-16 07:17:08 -07:00
Mikhail Cherkasov
1df6a97a4d
8175915: NullPointerException from JComboBox and JList when Accessibility enabled
...
Reviewed-by: serb, prr
2017-05-15 15:32:14 +03:00
Christian Tornqvist
7466e6f833
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on
...
Reviewed-by: ksrini, gtriantafill
2017-05-12 15:09:23 -07:00
Stuart Marks
44bdf50a3a
8180137: fix broken link in java.lang.Iterable
...
Reviewed-by: rriggs
2017-05-12 14:52:26 -07:00
Ron Pressler
999aabdd77
8180075: Javadoc of MethodHandles.Lookup::bind should note the difference from MethodHandle::bindTo
...
Reviewed-by: psandoz
2017-05-12 13:43:06 -07:00
Mandy Chung
f37c9fa5fb
8180208: Provide a new docs bundle page
...
Reviewed-by: ihse, jjg
2017-05-12 13:29:38 -07:00
Roger Riggs
48dc9fb500
8180082: Broken javadoc links
...
Reviewed-by: mchung, bpb, chegar, ihse
2017-05-12 15:15:43 -04:00
Lance Andersen
f5156046b4
8180309: Minor update to javax.sql.rowset package.html
...
Reviewed-by: mchung
2017-05-12 14:35:58 -04:00
Daniel Fuchs
915eecdb1a
8180176: Broken javadoc links in java.logging and java.naming
...
Replace relative hrefs with {@extLink } taglets.
Reviewed-by: chegar, mchung, vtewari
2017-05-12 19:06:56 +01:00
Jonathan Gibbons
2792fa9b9e
Merge
2017-05-12 10:43:28 -07:00
Kumar Srinivasan
2bfca02246
8179697: Fix Html5 errors in java.naming, java.logging, jdk.httpserver, jdk.net, jdk.sctp
...
Reviewed-by: dfuchs
2017-05-12 10:26:25 -07:00
Brent Christian
310f127406
8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
...
Remove unneeded automatic module tests; refactor into multiple @runs
Reviewed-by: mchung
2017-05-12 10:11:42 -07:00
Kumar Srinivasan
a48f7a4251
8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
...
Reviewed-by: mchung
2017-05-12 09:42:23 -07:00
Michael McMahon
412db99011
8180303: Remove technote doc link from ProxySelector/B8035158.java test
...
Reviewed-by: chegar
2017-05-12 17:38:30 +01:00
Alexander Zvegintsev
8ec46c5612
8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
...
Reviewed-by: serb, ssadetsky
2017-05-12 15:01:22 +03:00
Prasanta Sadhukhan
1351bca5b4
8169897: [PIT] javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails
...
Reviewed-by: alexsch
2017-05-12 12:28:49 +05:30
Amy Lu
c18fe9b250
8085814: Move stream test library to the jdk test library area
...
8173414: Some testng tests check nothing in java util stream
Reviewed-by: psandoz
2017-05-12 12:53:50 +08:00
David Holmes
b88f541750
Merge
2017-05-12 02:06:04 +00:00
Jonathan Gibbons
1479810601
8180256: Fix HTML 5 issues in java.sql and java.sql.rowset modules
...
Reviewed-by: lancea
2017-05-11 18:04:24 -07:00
Doug Lea
810e80970a
8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
...
Break connection to security framework by using VM.getSavedProperty to read the proeprty.
Reviewed-by: dholmes, martin, redestad, psandoz, mchung
2017-05-11 19:34:59 -04:00
Lana Steuck
331e956b48
Merge
2017-05-11 23:21:42 +00:00
Lana Steuck
5d5921732e
Merge
2017-05-11 20:22:54 +00:00
Ron Pressler
1f2554ca5c
8159995: Rename internal Unsafe.compare methods
...
Reviewed-by: psandoz, dholmes
2017-05-11 12:55:53 -07:00
Lana Steuck
4e08846b35
Merge
2017-05-11 18:10:40 +00:00
Jonathan Gibbons
b05e3d5acf
8179592: Update tables in java.base to be HTML 5-friendly
...
Reviewed-by: mchung, darcy, martin
2017-05-11 10:48:00 -07:00
Lana Steuck
19a1a6c189
Added tag jdk-9+169 for changeset cd369ee4d4bc
2017-05-11 16:26:50 +00:00
Brian Burkhalter
a5deccf860
8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
...
Add some print statements potentially useful in solving JDK-8177801.
Reviewed-by: alanb
2017-05-11 07:43:36 -07:00
Mark Sheppard
a83a070a03
7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
...
Reviewed-by: chegar, bpb
2017-05-11 15:05:32 +01:00
Ajit Ghaisas
e80ef7a2e0
8179014: JFileChooser with Windows look and feel crashes on win 10
...
Reviewed-by: prr, serb
2017-05-11 12:41:35 +05:30
Xue-Lei Andrew Fan
d9de25905c
8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
...
Reviewed-by: valeriep, jnimeh, apetcher
2017-05-10 23:40:46 +00:00
Weijun Wang
7a4f23e55d
8179389: X509Certificate generateCRLs is extremely slow using a PEM crl list
...
Reviewed-by: mullan
2017-05-11 07:33:23 +08:00
Stuart Marks
56a26d4865
8180128: small errors in String javadoc
...
Reviewed-by: lancea
2017-05-10 15:59:15 -07:00
Kumar Srinivasan
00b9efeb0b
8169646: Remove launcher's -d32/-d64 option
...
Reviewed-by: dholmes
2017-05-10 15:12:43 -07:00
Vyom Tewari
a502fb459e
8179905: Remove the use of gettimeofday in Networking code
...
Reviewed-by: chegar, rriggs, dfuchs, clanger
2017-05-10 23:06:49 +05:30
Erik Joelsson
66f56c7086
8179867: JDK9 b167: demos exist in JDK bundles
...
Reviewed-by: ihse
2017-05-10 18:27:48 +02:00
Pavel Rappo
c74eb4302e
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
...
Reviewed-by: dfuchs
2017-05-10 12:36:14 +01:00
Magnus Ihse Bursie
e52af5f5b3
8178278: Move Standard Algorithm Names document to specs directory
...
Reviewed-by: erikj, wetmore, mullan
2017-05-10 09:02:43 +02:00
Ujwal Vangapally
987f6bf3ea
6515161: If remote removeNotificationListener gets SecurityException, client no longer gets notifications
...
There won't be any inconsistent state if remote removeNotificationListener gets any exception
Reviewed-by: dfuchs, hb
2017-05-10 12:00:08 +05:30
Ron Pressler
30c35f5e34
8177153: LambdaMetafactory has default constructor
...
Reviewed-by: psandoz
2017-05-09 15:04:46 -07:00
Phil Race
025daa2460
Merge
2017-05-09 12:19:08 -07:00
Mandy Chung
2acf66bce5
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
...
Reviewed-by: alanb, dfuchs, lancea
2017-05-09 10:34:13 -07:00
Brian Burkhalter
b1572c1a3d
8179662: OutputStreamWriter javadocs states that you can set the buffer size but there is no way to do that
...
Change specification verbiage to match longstanding behavior
Reviewed-by: briangoetz, chegar, lancea, rriggs
2017-05-09 07:40:20 -07:00
Magnus Ihse Bursie
0644676235
8179692: Move RMI spec to specs directory
...
Reviewed-by: erikj
2017-05-09 13:19:27 +02:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Mandy Chung
429e4ac085
8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
...
Reviewed-by: plevart, psandoz
2017-05-08 21:21:39 -07:00
Michael McMahon
c5c52df157
8179559: Solaris MulticastSocket issues
...
Reviewed-by: chegar
2017-05-08 14:04:27 +01:00
Felix Yang
5024b5321b
8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
...
Reviewed-by: psandoz
2017-05-07 19:01:13 -07:00
Sergey Bylokhov
38d511cc73
8179596: Update java.desktop to be HTML-5 friendly
...
Reviewed-by: prr, amenkov
2017-05-06 14:58:04 -07:00
Sergey Bylokhov
e41b775ecd
8178383: Validation of FileIO in the tests for JavaSound should be stricter
...
Reviewed-by: prr
2017-05-06 13:17:36 -07:00
Alexandre Iline
b5de0fab48
8179852: Remove references to demo tests from TEST.groups
...
Reviewed-by: bpb
2017-05-05 14:59:48 -07:00
Phil Race
4098d419e8
Merge
2017-05-05 08:34:22 -07:00
Lana Steuck
c582d3ffba
Merge
2017-05-05 04:52:02 +00:00
Joe Darcy
71a6eb611b
8138672: Math. negativeZeroFloatBits and Math. negativeZeroDoubleBits should be final
...
Reviewed-by: psandoz, bpb
2017-05-04 20:43:00 -07:00
Lana Steuck
e3fd29ca54
Merge
2017-05-05 00:41:31 +00:00
Mandy Chung
53460df056
8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
...
Reviewed-by: alanb, ksrini
2017-05-04 15:39:09 -07:00
Poonam Bajaj
862b3dff42
Merge
2017-05-04 19:25:53 +00:00
Lance Andersen
9498ebdb91
8179634: Add JDBC 4.2 to bullet list in package.html
...
Reviewed-by: joehw
2017-05-04 14:07:58 -04:00
Lana Steuck
15e698057d
Merge
2017-05-04 17:54:50 +00:00
Michael McMahon
aa284fd51d
8179602: Backout fix for JDK-8165437 due to breakage on 32-bit Linux
...
Reviewed-by: chegar
2017-05-04 18:13:42 +01:00
Lana Steuck
57b5771a12
Added tag jdk-9+168 for changeset 86b9c60f4817
2017-05-04 16:38:09 +00:00
Amy Lu
295faa8f79
8023897
: Replace/update/rename executeAndCatch in various tests to assertThrows
...
Reviewed-by: dfuchs, prappo, psandoz, rriggs
2017-05-04 20:24:12 +08:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380
: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
John Jiang
6aff2d0db6
8179451: Confidential copyright header in openjdk
...
Using Oracle OpenJDK copyright notices
Reviewed-by: weijun
2017-05-03 21:15:07 -07:00
Lana Steuck
b620b3d904
Added tag jdk-10+6 for changeset 165b88f3d4a8
2017-05-04 00:02:31 +00:00
Lance Andersen
24f4f83ebc
8078267: Add test to verify that a module based JDBC driver via the service-provider loading mechanism
...
Reviewed-by: joehw
2017-05-03 12:58:17 -04:00
Anthony Scarpino
efae4e9064
8176457: Add verbose option to java.security.debug
...
Reviewed-by: vinnie
2017-05-03 09:04:35 -07:00
Kumar Srinivasan
bf1507936d
8179538: Update jdk.jdi to be HTML-5 friendly
...
Reviewed-by: mchung, sspitsyn
2017-05-03 07:39:45 -07:00
Lana Steuck
beea2a8320
Added tag jdk-10+5 for changeset 9b8172eecf79
2017-05-03 08:00:00 +00:00
Lana Steuck
b5e5550f00
Added tag jdk-10+4 for changeset f2b3b6bb1f4a
2017-05-03 07:23:05 +00:00
Magnus Ihse Bursie
48c6f05cf3
8179453: Add a proper SetupProcessMarkdown
...
Reviewed-by: erikj
2017-05-03 08:46:45 +02:00
Lana Steuck
6c9fb6f3cf
Added tag jdk-10+3 for changeset 6de725fb76cd
2017-05-03 06:03:11 +00:00
Semyon Sadetsky
1f241ad957
8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc
...
Reviewed-by: prr, jdv
2017-05-02 13:26:29 -07:00
Semyon Sadetsky
cc6031a373
8159902: OGL surfaces are not HiDPI compatible on Linux/Solaris
...
Reviewed-by: prr, serb
2017-05-02 12:10:55 -07:00
Phil Race
18bd522b75
Merge
2017-05-02 11:24:21 -07:00
Bradford Wetmore
0eb6c339c3
8178014: CryptoPolicyParser's API comment contains < and > characters
...
Reviewed-by: ksrini, mullan
2017-05-02 10:34:22 -07:00
Mark Sheppard
ea8aed80d3
8179512: Typo in HttpURLConnection documentation
...
Reviewed-by: chegar
2017-05-02 15:50:46 +01:00
Vyom Tewari
d56155cc8a
8165437: Evaluate the use of gettimeofday in Networking code
...
Reviewed-by: chegar, rriggs, dfuchs, clanger
2017-05-02 16:39:29 +05:30
Ron Pressler
8e46dcbe05
8174267: Stream.findFirst unnecessarily always allocates an Op
...
Reviewed-by: psandoz
2017-05-01 11:18:07 -07:00
Semyon Sadetsky
9fe1a3b3e0
8160530: [TEST-BUG] Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
...
Reviewed-by: yan, prr, serb
2017-05-01 10:24:07 -07:00
Jonathan Gibbons
03be4097ae
Merge
2017-04-28 15:43:43 -07:00
Jonathan Gibbons
0a727480c2
8179460: Fix unnecessary uses of {@docRoot} in serviceability APIs
...
Reviewed-by: mchung
2017-04-28 15:41:38 -07:00
Phil Race
41f177fd62
Merge
2017-04-28 13:52:45 -07:00
Joe Darcy
f1d871844a
8179448: Mark ImageModules.java as failing intermittently
...
Reviewed-by: chegar
2017-04-28 12:49:56 -07:00
Doug Simon
1e4314a638
8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
...
Reviewed-by: mchung
2017-04-28 12:22:53 -07:00
Alexandre Iline
91d055b6be
Merge
2017-05-01 11:48:16 -07:00
Paul Sandoz
0bd3951f5a
8167229: Improve VarHandle documentation
...
Reviewed-by: martin, abuckley
2017-05-01 11:16:01 -07:00
Ron Pressler
b8116f74c0
8177146: MethodHandles.Lookup::bind allows illegal protected access
...
Reviewed-by: psandoz, vlivanov, redestad
2017-05-01 10:43:40 -07:00
Kumar Srinivasan
4400cbde3b
8179415: Update java.management and java.management.rmi to be HTML-5 friendly
...
Reviewed-by: mchung
2017-05-01 07:33:19 -07:00
Alexandre Iline
7ebbf0f840
8179457: Remove demo/jvmti tests
...
Reviewed-by: iignatyev, sspitsyn
2017-04-28 17:21:28 -07:00
Brian Burkhalter
db8bc54f61
8179452: Remove intermittent key from some tests which appear no longer to fail
...
Remove "intermittent" key
Reviewed-by: alanb, lancea, darcy
2017-04-28 16:14:57 -07:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Michael McMahon
b0ddb372f0
8175814: Update default HttpClient protocol version and optional request version
...
Reviewed-by: chegar, dfuchs
2017-04-28 14:16:33 +01:00
Vyom Tewari
137cf298d6
8178298: (LdapLoginModule)fix the JNDI properties technote
...
Reviewed-by: chegar
2017-04-28 16:51:56 +05:30
Jonathan Gibbons
7f3d5dc40b
8179413: Fix remaining minor HTML5 issues in java.base module
...
Reviewed-by: darcy, lancea
2017-04-27 17:43:13 -07:00
Weijun Wang
92be0f840a
8179369: src/java.security.jgss/share/classes/org/ietf/jgss/package.html should be HTML5-friendly
...
Reviewed-by: xuelei, mullan
2017-04-28 06:45:21 +08:00
Lana Steuck
4573808948
Merge
2017-04-27 21:16:47 +00:00
Phil Race
821e71f0cc
8179365: JAWT (AWT Native Interface) specification needs to be updated for JDK 9
...
Reviewed-by: serb, ssadetsky
2017-04-27 14:07:38 -07:00
Doug Simon
3a3040f1c9
8177845: Need a mechanism to load Graal
...
Reviewed-by: kvn, mchung
2017-04-27 13:07:23 -07:00
Jonathan Gibbons
bd1ab99c87
8179370: Replace use of <tt>, <center> and <font> tags in java.base
...
Reviewed-by: darcy, alanb, mchung
2017-04-27 09:47:40 -07:00
Lana Steuck
d392cb0831
Added tag jdk-9+167 for changeset 73fd39e0702e
2017-04-27 16:07:58 +00:00
Semyon Sadetsky
6b94197909
8140237: [TEST_BUG]Test javax/swing/plaf/nimbus/8041642/bug8041642.java fails for OEL 7
...
Reviewed-by: alexsch
2017-04-27 08:49:23 -07:00
Semyon Sadetsky
36d2ae5ce8
8179027: JComboBox too small under Windows LAF
...
Reviewed-by: prr, alexsch
2017-04-27 08:27:25 -07:00
Chris Hegarty
58851308ab
8179392: Fix warnings in the httpclient javadoc
...
Reviewed-by: dfuchs
2017-04-27 12:38:21 +01:00
Shafi Ahmad
15d2a8831a
8177721: Improve diagnostics in sun.management.Agent#startAgent()
...
Reviewed-by: dfuchs, dholmes, poonam
2017-04-27 00:08:24 -07:00
Lana Steuck
cd64b6609e
Added tag jdk-10+2 for changeset 7def1842c506
2017-04-27 05:31:50 +00:00
Jonathan Gibbons
2c7e41e237
8179367: update use of align, valign attributes in java.base to use style attribute
...
Reviewed-by: martin, mchung
2017-04-26 16:05:55 -07:00
Brian Burkhalter
0f54324cd4
8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
...
Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs
2017-04-26 14:03:02 -07:00
Jonathan Gibbons
1838d55322
8179364: update "<a name=" in java.base module to use id attribute
...
Reviewed-by: darcy
2017-04-26 13:38:21 -07:00
Naoto Sato
f0d6ffcccc
8178412: Doc link updates for i18n
...
Reviewed-by: ksrini
2017-04-26 09:37:23 -07:00
Magnus Ihse Bursie
4a991d0b84
8178042: Allow custom taglets
...
Reviewed-by: erikj, mchung
2017-04-26 14:35:05 +02:00
Daniel Fuchs
f9ad6da8b5
8179273: sun.net.httpserver.LeftOverInputStream should stop attempting to drain the stream when the server is stopped
...
Reviewed-by: chegar
2017-04-26 11:10:54 +01:00
Sharath Ballal
bbd1ecb6b7
8030750: SA: Alternate hashing not implemented
...
Implement alternate hashing in SA
Reviewed-by: dsamersoff
2017-04-26 15:01:43 +05:30
Kumar Srinivasan
021dfd0a66
8178725: provide way to link to external documentation
...
Reviewed-by: erikj, ihse, jjg
2017-04-25 07:52:03 -07:00
Mandy Chung
b52f472fcf
8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
...
Reviewed-by: alanb
2017-04-25 09:09:19 -07:00
Chris Hegarty
c122be4029
8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
...
Reviewed-by: alanb
2017-04-25 14:46:43 +01:00
Daniel Fuchs
0d2a897c3e
8179222: SimpleConsoleLogger should protect against MissingResourceException
...
SimpleConsoleLogger now emulates the behaviour of java.util.logging.Formatter, trapping MissingResourceException and using the key as the message if the ResourceBundle has no match for that key.
Reviewed-by: naoto
2017-04-25 11:54:34 +01:00
Lana Steuck
ad5d2c6b53
Merge
2017-04-25 08:19:35 +00:00
Lana Steuck
61aea51498
Added tag jdk-10+1 for changeset 3a409afd3f86
2017-04-25 07:38:50 +00:00
Ujwal Vangapally
bb9b96b97e
8130084: javax/management/MBeanServer/NotifDeadlockTest.java timed out
...
Changed 2 seconds timeout for deadlock to JTREG default timeout
Reviewed-by: dholmes, dfuchs
2017-04-25 12:22:48 +05:30
Phil Race
0fdde7e7b8
Merge
2017-04-24 10:49:43 -07:00
Semyon Sadetsky
7e67ffbd41
8178905: Undecorated frame is not painted on OEL7(Gnome3)
...
Reviewed-by: prr, serb
2017-04-24 07:10:37 -07:00
Sergey Bylokhov
c6274c7aa2
8178971: Uncommon formatting and typos in java.desktop module
...
Reviewed-by: prr, ssadetsky
2017-04-24 15:15:55 +03:00
Amy Lu
ffed03c6d9
8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
...
Reviewed-by: mli, psandoz
2017-04-24 13:43:34 +08:00
Magnus Ihse Bursie
d58ce97583
8178037: Move information from jdi-overview.html into jdk.jdi module-info.java
...
Reviewed-by: erikj, alanb, mchung, dholmes
2017-04-23 21:39:48 +02:00
Magnus Ihse Bursie
53c66b282c
8179022: Add serialization spec as markdown
...
Reviewed-by: erikj, mchung, rriggs
2017-04-23 21:33:29 +02:00
Magnus Ihse Bursie
93fe9a1c0f
8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
...
Reviewed-by: erikj, mchung
2017-04-23 21:11:03 +02:00
Lana Steuck
9d2c7ad695
Merge
2017-04-22 00:22:08 +00:00
Ivan Gerasimov
cb14cec930
8179086: java.time.temporal.ValueRange has poor hashCode()
...
Reviewed-by: rriggs
2017-04-21 11:40:21 -07:00
Pavel Rappo
83ca4d9575
8177738: Runtime.Version must be a value-based class
...
8148822: (spec) Regex in Runtime.Version and JEP 223 should match
8160954: (spec) Runtime.Version regex and $PRE/$OPT issues
8148877: (spec) Specify when an empty '+' is required in a version string
Co-authored-by: Iris Clark <iris.clark@oracle.com>
Reviewed-by: psandoz, rriggs
2017-04-21 19:13:47 +01:00
Andrey Nazarov
ca5924c51b
Merge
2017-04-20 22:46:22 -07:00
Andrey Nazarov
e80b3298cd
8178323: Add negative tests for bind services Jlink feature
...
Reviewed-by: mchung
2017-04-20 22:46:07 -07:00
Lana Steuck
8623de4a10
Merge
2017-04-21 03:34:11 +00:00
Mandy Chung
7233c14a5d
8179035: Include tool modules in unified docs
...
Reviewed-by: lancea
2017-04-20 15:06:40 -07:00
Naoto Sato
e4e2e277fc
8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
...
Reviewed-by: lancea, rriggs
2017-04-20 14:09:35 -07:00
Stuart Marks
d87636bed7
8167981: Optional: add notes explaining intended use
...
Reviewed-by: martin, psandoz
2017-04-20 11:40:57 -07:00
Lana Steuck
ccfd6c0887
Added tag jdk-9+166 for changeset 86328fca16ae
2017-04-20 18:14:05 +00:00
Phil Race
c629c3c1d6
Merge
2017-04-20 11:06:28 -07:00
Lance Andersen
5862a63044
8178915: Minor update to the PooledConnection javadoc
...
Reviewed-by: joehw
2017-04-20 13:57:44 -04:00
Phil Race
7aa3cba238
Merge
2017-04-20 10:00:32 -07:00
Kumar Srinivasan
d805d47999
8076417: Update test/jdk/asm/AsmSanity.java with modules
...
Reviewed-by: amlu, mchung, sundar
2017-04-20 09:52:38 -07:00
Jan Lahoda
8a666c1fdd
8178821: jshell tool: ctrl-down does nothing in current context
...
In MemoryHistory index() of an entry may go beyond size() (if some leading entries have been deleted) - using previous()/next() instead.
Reviewed-by: rfield
2017-04-20 18:40:38 +02:00
Semyon Sadetsky
74a79f79a1
8081454: [TESTBUG]Some java/awt/Mixing tests fail in OEL 7 only
...
Reviewed-by: yan
2017-04-20 08:38:15 -07:00
Phil Race
99fc31d5c9
Merge
2017-04-20 08:27:30 -07:00
Semyon Sadetsky
24f0d7ebfd
8081478: [TESTBUG] Test javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails for OEL 7 only
...
Reviewed-by: yan, serb, alexsch
2017-04-20 08:23:10 -07:00
Mandy Chung
6113ce30fc
8175819: OS name and arch in JMOD files should match the values as in the bundle names
...
Reviewed-by: erikj, ihse
2017-04-20 08:00:35 -07:00
Michael McMahon
94e80364ae
8177457: Syntax errors in URLConnection class documentation
...
Reviewed-by: chegar
2017-04-20 09:42:13 +01:00
Michael McMahon
bfe18c7aee
8177452: Syntax errors in ContentHandler class documentation
...
Reviewed-by: chegar
2017-04-20 09:40:41 +01:00
Claes Redestad
dccdbdd2d2
8178889: Move creation of AbstractChronology comparators to call sites
...
Reviewed-by: rriggs
2017-04-18 18:25:09 +02:00
Naoto Sato
0e9a1ca06f
8177314: java VM fails to start with a Japanese ShiftJIS locale
...
Reviewed-by: sherman, mchung
2017-04-17 14:46:02 -07:00
Phil Race
8fbe9c5865
8178708: Regtest failure: java/awt/Color/LoadProfileWithSM.java
...
Reviewed-by: serb, alanb, mchung
2017-04-17 09:08:38 -07:00
Phil Race
ea40cb4fca
8178685: Update links to guide in javax sound package javadoc
...
Reviewed-by: serb
2017-04-17 09:05:31 -07:00
Phil Race
1c3b1a2ec6
6479801: java.awt.font.LineBreakMeasurer code incorrect
...
Reviewed-by: serb
2017-04-17 08:52:59 -07:00
Alexander Zvegintsev
c43268c3cb
8177919: java.awt.Desktop.setDefaultMenuBar() should be specified to throw IllegalStateException
...
Reviewed-by: serb, prr
2017-04-17 18:44:53 +03:00
Phil Race
90161fc0b3
Merge
2017-04-17 08:37:15 -07:00
John Jiang
96dced738d
8178840: Adds FieldSetAccessibleTest.java and VerifyJimage.java to ProblemList
...
Adds FieldSetAccessibleTest.java and VerifyJimage.java to ProblemList due to JDK-8178776
Reviewed-by: alanb
2017-04-17 01:02:11 -07:00
Lance Andersen
9c996a2ac1
8164390: Add module javadoc to jdk.internal.jvmstat
...
Reviewed-by: alanb, mchung
2017-04-15 16:54:33 -04:00
Brian Burkhalter
bc9ea4b8a5
8178783: Java_sun_nio_ch_EPoll_close0 definition, but no sun.nio.ch.EPoll.close0 declaration
...
Delete unused method.
Reviewed-by: rriggs, chegar
2017-04-14 14:02:25 -07:00
Weijun Wang
8267f7b057
8178795: krb5 Basic.java test should be basic
...
Reviewed-by: xuelei
2017-04-15 00:58:21 +08:00
Mikhail Cherkasov
5d1d4d320a
8076249: NPE in AccessBridge while editing JList model
...
Reviewed-by: serb, prr, alexsch
2017-04-14 16:51:31 +03:00
Hamlin Li
e01f0e3580
8145163: Test Task for Platform Logging API and Service -- for moduralization
...
Reviewed-by: dfuchs
2017-04-14 04:07:26 -07:00
Chris Hegarty
fdb24eea0b
8177536: Avoid Apple Peer-to-Peer interfaces in networking tests
...
Reviewed-by: michaelm, rriggs
2017-04-14 10:47:08 +01:00
Tim Du
2fab0a6db0
8178083: Remove intermittent key from java/security/SignedObject/Chain.java
...
Reviewed-by: xuelei
2017-04-14 00:05:54 -07:00
Amy Lu
780a27b3b1
8169971: JLinkMultiReleaseJarTest.java fails intermittently at the final clean up
...
Reviewed-by: chegar, psandoz
2017-04-14 15:30:39 +08:00
Phil Race
4c8c6e59a1
8178457: Remove link to 2D guide from Line2D javadoc
...
Reviewed-by: flar
2017-04-13 14:53:09 -07:00
Lana Steuck
ae7df5fca9
Merge
2017-04-13 20:35:17 +00:00
Joe Darcy
9ba92f656c
8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported
...
Reviewed-by: lancea, chegar
2017-04-13 11:16:25 -07:00
Joe Darcy
d4bc626eb3
8177682: Suppress removal warning for System.runFinalizersOnExit
...
Reviewed-by: mchung, smarks
2017-04-13 11:08:52 -07:00
Joe Darcy
c2b4ed0390
8177684: Suppress lint removal warnings in AppletSecurity
...
Reviewed-by: mchung, mullan
2017-04-13 11:05:48 -07:00
Joe Darcy
5298d6efea
8177683: Suppress lint removal warnings in jdk.security and jdk.policytool
...
Reviewed-by: weijun
2017-04-13 10:59:43 -07:00
Phil Race
97300d43cd
Merge
2017-04-13 10:57:40 -07:00
Phil Race
e1256b4559
Merge
2017-04-13 10:01:46 -07:00
Lana Steuck
cd6499af04
Merge
2017-04-13 16:27:18 +00:00
Lana Steuck
4153d0c1a7
Added tag jdk-9+165 for changeset 1a28bb4f21ce
2017-04-13 16:01:13 +00:00
Semyon Sadetsky
84dd5699d5
8142540: [TEST_BUG] Test sun/awt/dnd/8024061/bug8024061.java fails on ubuntu
...
Reviewed-by: yan, serb
2017-04-13 08:04:33 -07:00
Jesper Wilhelmsson
744e2a056f
8178447: Remove link from JavaDoc to Dev guide
...
Reviewed-by: tschatzl, dholmes
2017-04-13 15:57:00 +02:00
Weijun Wang
298bfc1057
8172422: jarsigner needs to understand -?
...
Reviewed-by: mullan
2017-04-13 08:15:19 +08:00
Dean Long
73551c45ef
8158168: Missing bounds checks for some String intrinsics
...
Reviewed-by: vlivanov, thartmann, sherman
2017-04-12 16:37:33 -04:00
Anthony Scarpino
456c8e0846
8177784: Use CounterMode intrinsic for AES/GCM
...
Reviewed-by: mullan, psandoz, chegar
2017-04-12 12:57:49 -07:00
Semyon Sadetsky
2fdd517464
8142534: [TEST_BUG] Test javax/swing/JMenu/8072900/WrongSelectionOnMouseOver.java fails for Ubuntu 15.10
...
Reviewed-by: yan, serb
2017-04-12 09:00:32 -07:00
Igor Ignatyev
a81e051d75
Merge
2017-04-12 05:14:51 +00:00
Igor Ignatyev
a9374cc0bc
8178415: remove ProcessTools::getPlatformSpecificVMArgs from testlibary
...
Reviewed-by: dholmes
2017-04-11 21:59:26 -07:00
Igor Ignatyev
5f4528ecc2
Merge
2017-04-11 21:51:23 +00:00
Igor Ignatyev
a167d496f1
8178340: remove unneeded "throws" from ProcessTools::createJavaProcessBuilder
...
Reviewed-by: dholmes
2017-04-11 13:55:53 -07:00
Claes Redestad
3b47209a32
8178480: Wrong exception being thrown on an invalid MethodType
...
Reviewed-by: psandoz
2017-04-11 22:32:49 +02:00
Roger Riggs
19215787f8
8178347: Process and ProcessHandle getPid method name inconsistency
...
Reviewed-by: alanb, bpb
2017-04-11 14:18:22 -04:00
Claes Redestad
864cf0d5ca
8178387: Reduce memory churn when creating java.lang.invoke entities
...
Reviewed-by: psandoz, vlivanov
2017-04-11 18:57:46 +02:00
Daniel Fuchs
4288d68f08
8178147: Race conditions in timeout handling code in http/2 incubator client
...
Timeout handling code (in particular cancel(IOException)) is modified to take into account cancellation arising before exchange implementation is established or response completable future is created. TimeoutEvent::compareTo method is modified to be consistent with TimeoutEvent::equals.
Reviewed-by: prappo, chegar, michaelm
2017-04-11 16:32:38 +01:00
Claes Redestad
9ab899d481
8178384: Reduce work in java.lang.invoke initializers
...
Reviewed-by: vlivanov, psandoz
2017-04-11 11:24:12 +02:00
Weijun Wang
54b221f867
8177969: Faster FilePermission::implies by avoiding the use of Path::relativize
...
Reviewed-by: rriggs, mullan
2017-04-11 10:12:27 +08:00
Mikhail Cherkasov
7080c249da
8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
...
Reviewed-by: prr, alexsch
2017-04-11 00:05:00 +03:00
Mandy Chung
aae40befa1
8177855: Clean up legal files
...
Reviewed-by: alanb, darcy
2017-04-10 13:51:40 -07:00
Doug Lea
b3ea0dd629
8176543: Miscellaneous changes imported from jsr166 CVS 2017-04
...
Reviewed-by: martin, psandoz
2017-04-10 13:46:19 -07:00
Doug Lea
05b72d87e7
8176402: parameter name switcharoo in ConcurrentHashMap
...
Reviewed-by: martin, psandoz
2017-04-10 13:46:16 -07:00
Phil Race
e7b27e28bd
Merge
2017-04-10 09:05:24 -07:00
Phil Race
dbf777504b
Merge
2017-04-10 08:31:37 -07:00
Semyon Sadetsky
cd75832796
8164469: [TEST_BUG] Unity, java/awt/MouseInfo/JContainerMousePositionTest.java
...
Reviewed-by: yan, serb
2017-04-10 08:30:12 -07:00
Rahul Singh
0653224fe3
8177386: [TESTBUG] The "Undo" menu item in the context menu is disable
...
Reviewed-by: serb, aghaisas
2017-04-10 16:20:40 +05:30
Amit Sapre
28f4bade5b
8176204: [DOC] ThreadMXBean Fails to Detect ReentrantReadWriteLock Deadlock
...
Update LockInfo class javadoc for own-able synchronizer examples
Reviewed-by: dholmes
2017-04-10 12:15:13 +05:30
Lance Andersen
5622eecc0a
8178130: Minor update to the Connection javadocs
...
Reviewed-by: bpb
2017-04-09 14:25:07 -04:00
Lana Steuck
31a8661b33
Merge
2017-04-08 03:25:31 +00:00
Stuart Marks
80eb904ede
8173152: Wrong wording in Comparator.compare() method spec
...
Reviewed-by: bpb
2017-04-07 15:41:07 -07:00
Brian Burkhalter
06164475de
8178074: (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java: add instrumentation
...
Add some print statements to indicate state at strategic points
Reviewed-by: chegar
2017-04-07 11:31:57 -07:00
Alan Bateman
e895ceca18
Merge
2017-04-07 10:53:51 +01:00
Alan Bateman
edcaebfcce
Merge
2017-04-07 10:53:42 +01:00
Chris Hegarty
19becf9f61
8178161: Default multicast interface on Mac
...
Reviewed-by: michaelm, bpb
2017-04-07 10:39:46 +01:00
Alan Bateman
02cfdc2061
8177530: Module system implementation refresh (4/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: mchung, alanb
2017-04-07 08:05:54 +00:00
Mandy Chung
504ceb8589
8178286: Missing @moduleGraph in javadoc
...
Reviewed-by: lancea
2017-04-06 18:00:47 -07:00
Sean Mullan
40eeacc9ca
8161973: PKIXRevocationChecker.getSoftFailExceptions() not working
...
Reviewed-by: xuelei
2017-04-06 16:21:05 -04:00
Lana Steuck
501103c21e
Merge
2017-04-06 18:00:10 +00:00
Lana Steuck
b204ee7e06
Added tag jdk-9+164 for changeset 82ca8259333d
2017-04-06 17:01:03 +00:00
Lana Steuck
630db5433c
Merge
2017-04-06 04:53:01 +00:00
Kumar Srinivasan
af1c347cbd
8065825: Make the java -help consistent with the man page
...
Reviewed-by: alanb
2017-04-05 14:05:00 -07:00
Roger Riggs
0f88318213
8178154: Typo in Object.finalize deprecation javadoc
...
Reviewed-by: mchung
2017-04-06 10:41:31 -04:00
Jan Lahoda
8286fe95ee
8178077: jshell tool: crash on ctrl-up or ctrl-down
...
When looking up a private method, using the ConsoleReader.class, instead of getClass(), which may return a subclass.
Reviewed-by: rfield
2017-04-06 16:17:03 +02:00
Daniel Fuchs
c8873016c3
8178139: Minor typo in API documentation of java.util.logging.Logger
...
Reviewed-by: lancea
2017-04-06 14:38:15 +01:00
Chris Hegarty
04f6757027
8178101: Migrate the thread deprecation technote to javadoc doc-files
...
Reviewed-by: dholmes
2017-04-06 09:00:47 +01:00
Amy Lu
779aa6fe36
8177640: jdk/internal/util/jar/TestVersionedStream.java fails on Windows
...
Reviewed-by: psandoz
2017-04-06 09:33:47 +08:00
Mandy Chung
c7743f7698
8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
...
Reviewed-by: naoto, lancea
2017-04-05 10:55:31 -07:00
Sergey Bylokhov
92159b8ff2
8177672: DataFlavor.imageFlavor is null when the java.desktop module is not resolved
...
Reviewed-by: prr, mchung, alanb
2017-04-05 20:33:16 +03:00
Roger Riggs
0ba8b7a529
8165641: Deprecate Object.finalize
...
Reviewed-by: mchung, smarks
2017-04-05 09:57:32 -04:00
John Jiang
66b1b4dc54
8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
...
The new tests just focus on the usage constraints TLSSever and TLSClient with TLS communication
Reviewed-by: ascarpino
2017-04-04 19:58:24 -07:00
Joe Darcy
01b13bd9df
8177949: @link tag arguments need correction for ElementType documentation
...
Reviewed-by: lancea
2017-04-04 11:13:02 -07:00
Brian Burkhalter
6b38dd561d
8177984: (ch) java/nio/channels/SocketChannel/VectorIO.java should use RandomFactory
...
Obtain Random from RandomFactory instead of directly.
Reviewed-by: clanger
2017-04-04 08:10:13 -07:00
Ramanand Patil
0b9e3433dd
8177449: (tz) Support tzdata2017b
...
Reviewed-by: martin, naoto
2017-04-04 19:27:38 +05:30
Claes Redestad
3be6ab78ef
8177631: Outdated performance advice in StringCoding
...
Reviewed-by: sherman
2017-04-04 10:53:27 +02:00
Igor Ignatyev
32f7e3afd6
8177507: line number sensitive tests for jdi should be unified
...
Reviewed-by: dholmes, mseledtsov, sspitsyn
2017-04-03 17:07:27 -07:00
Brian Burkhalter
1fb49ba49f
8177526: BufferedReader readLine() javadoc does not match the implementation regarding EOF
...
Improve the verbiage of the method and return value descriptions
Reviewed-by: lancea, smarks
2017-04-03 16:40:49 -07:00
Daniel Fuchs
7bae55cd1f
8177835: System.LoggerFinder#getLogger or getLocalizedLogger does not throw NPE
...
Reviewed-by: rriggs, mchung
2017-04-03 12:54:43 +01:00
Amy Lu
1ad3943fe4
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
...
Reviewed-by: sspitsyn, weijun
2017-04-01 10:19:00 +08:00
Stuart Marks
8e3c3cf9ef
8177653: clarify restrictions on Iterator.forEachRemaining
...
Reviewed-by: martin
2017-03-31 14:21:21 -07:00
Xueming Shen
4935556d43
8177910: Update zlib copyright note in idk/src/java.base/share/legal/zlib.md
...
Reviewed-by: mchung, rriggs
2017-03-31 11:33:23 -07:00
Sean Mullan
330b9195c9
8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider)
...
Reviewed-by: weijun, vinnie
2017-03-31 13:28:26 -04:00
Anton Litvinov
6f11b96297
8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
...
Reviewed-by: psadhukhan, prr
2017-03-31 19:42:22 +03:00
Sergey Bylokhov
0b9c38fa6e
8177560: @headful key can be removed from the tests for JavaSound
...
Reviewed-by: prr
2017-03-31 18:23:14 +03:00
Jesper Wilhelmsson
1ea59ef2b8
Merge
2017-03-30 21:02:33 +02:00
Stuart Marks
c3e64cb01c
8155052: add notes and links to j.u.Observer/Observable deprecation comments
...
Reviewed-by: chegar
2017-03-30 11:26:31 -07:00
Jesper Wilhelmsson
2c1bc6bfa8
Merge
2017-03-30 19:55:04 +02:00