Commit Graph

15056 Commits

Author SHA1 Message Date
Naoto Sato
2de3b82d9a 8161937: non-ASCII characters in source code comments
Reviewed-by: alanb
2016-07-21 09:21:48 -07:00
Jim Laskey
9628408ffe 8158407: jimage: verify should do more extensive test
Reviewed-by: alanb
2016-07-21 10:34:59 -03:00
Volker Simonis
d17574e8dd 8161951: 8132379 introduced non ANSI C coding
Reviewed-by: dholmes
2016-07-20 20:47:42 +02:00
Amy Lu
8786a75ec7 8161565: Problem list httpclient/SplitResponse.java
Reviewed-by: chegar
2016-07-21 10:02:12 +08:00
Brent Christian
99b4bd5013 8161718: Copyright/License updates to corba, jdk
Reviewed-by: bpb, naoto
2016-07-20 08:32:07 -07:00
Steve Drach
fe8757403b 8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
Reviewed-by: alanb, psandoz, redestad
2016-07-19 10:05:22 -07:00
Sergey Kuksenko
a3f68687bc 8161091: Incorrect HTTP Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
Fix flow control

Reviewed-by: rriggs, chegar
2016-07-19 16:13:01 -07:00
Michael Haupt
c777916f51 8158571: Additional method handle validation
Reviewed-by: jrose, ahgross, mchung
2016-06-08 21:45:34 +01:00
Michael Haupt
95535658a6 8155985: Persistent Parameter Processing
Reviewed-by: jrose, vlivanov, ahgross
2016-05-20 09:58:14 +01:00
John R Rose
a4ff82596a 8154475: Clean up lookup visibility
Reviewed-by: vlivanov, mhaupt, ahgross
2016-04-23 05:04:27 -07:00
Vadim Pakhnushev
b8549d7f13 8151925: Font reference improvements
Reviewed-by: prr, serb, skoivu
2016-04-04 15:48:28 +03:00
Valerie Peng
f51ba0de72 8146514: Enforce GCM limits
Add and enforce upper limit for input size for AES cipher in GCM mode

Reviewed-by: mullan
2016-03-30 22:02:23 +00:00
Valerie Peng
0291dce4bf 8147771: Construction of static protection domains under Javax custom policy
Changed SubjectDomainCombiner to combine static PD as is even when custom policy is enabled.

Reviewed-by: mullan
2016-03-16 21:59:55 +00:00
Valerie Peng
63276540e2 8149070: Enforce update ordering
Make sure that ISE is thrown when updateAAD is called after update.

Reviewed-by: mullan
2016-03-11 23:54:17 +00:00
Jaroslav Bachorik
80083759f2 8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811
Reviewed-by: dfuchs, valeriep
2016-01-28 11:03:09 +01:00
Brian Burkhalter
fcfe2fcc8a 8145446: Perfect pipe placement
Reviewed-by: alanb, jeff, igerasim, ahgross
2016-01-13 14:04:58 -08:00
Valerie Peng
5c40a6a808 8138811: Construction of static protection domains
Updated SubjectDomainCombiner to keep static ProtectionDomain static

Reviewed-by: mullan
2015-12-23 02:36:57 +00:00
Xueming Shen
330910bae2 8155616: java/util/zip/TestLocalTime.java fails intermittently with storing mtime failed
Reviewed-by: rriggs
2016-07-19 09:31:59 -07:00
Paul Sandoz
50ac5ef16e 8161129: Unsafe::getUnsafe should allow the platform class loader to access it
Reviewed-by: forax, jrose
2016-07-19 16:36:09 +02:00
Amy Lu
ddbb299280 8161567: Mark java/util/concurrent/forkjoin/FJExceptionTableLeak.java as intermittently failing
Reviewed-by: martin, darcy
2016-07-19 09:37:28 +08:00
Alejandro Murillo
4cdf3e05bf Merge 2016-07-18 13:33:23 -07:00
Naoto Sato
c1bc4d8560 8159214: jlink --include-locales problems
Reviewed-by: jlaskey, okutsu
2016-07-18 11:22:53 -07:00
Alejandro Murillo
50862707c8 Merge 2016-07-18 09:38:08 -07:00
Chris Hegarty
7415063010 8160993: Fix headers in the java/net/http package
Reviewed-by: alanb
2016-07-18 15:34:22 +01:00
Pavel Rappo
9118632bbd 8161474: Extract interface from java.net.http.RawChannel
Reviewed-by: michaelm
2016-07-18 13:43:49 +01:00
Michael Haupt
7112e19bd1 8161212: Test times out: java/lang/invoke/LoopCombinatorLongSignatureTest.java
Reviewed-by: redestad
2016-07-18 14:06:50 +02:00
Svetlana Nikandrova
fc83043219 8054213: Class name repeated in output of Type.toString()
Reviewed-by: darcy
2016-07-18 14:39:21 +03:00
Svetlana Nikandrova
b4fde6b62c 8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
Reviewed-by: chegar, dfuchs
2016-07-18 13:57:59 +03:00
Joe Darcy
a9f457a94e 8161500: Use getTypeName and StringJoiner in core reflection toString methods
Reviewed-by: redestad
2016-07-18 10:27:58 -07:00
Amy Lu
a80a380ddb 8161347: Mark java/lang/ProcessBuilder/Zombies.java as intermittently failing
Reviewed-by: rriggs
2016-07-18 13:13:52 +08:00
Brian Burkhalter
eba2a20a2b 8160220: (fs) Tests in jdk/test/java/nio/file/WatchService leave directory trees behind
Create temporary files by default in a scratch directory.

Reviewed-by: alanb, chegar
2016-07-15 17:49:42 -07:00
Doug Lea
14d4754bdd 8080603: Replace Unsafe with VarHandle in java.util.concurrent classes
8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent

Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs, shade
2016-07-15 14:04:09 -07:00
Doug Lea
a09ddefd05 8157522: Performance improvements to CompletableFuture
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:59:58 -07:00
Doug Lea
7fa43fa58f 8157523: Various improvements to ForkJoin/SubmissionPublisher code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:55:51 -07:00
Doug Lea
aa81d50820 8159924: Various improvements to StampedLock code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:51:43 -07:00
Brian Burkhalter
9d9145a699 8161455: Missing word in API documentation
Change "file has created" to "file has been created" in two places.

Reviewed-by: rriggs, alanb
2016-07-15 13:23:02 -07:00
Brian Burkhalter
d46ee264df 8161413: Math.fma javadoc doesn't have @since 9
Add @since tag for float and double versions of fma().

Reviewed-by: rriggs
2016-07-15 12:30:10 -07:00
Alan Bateman
90e6b1dedd 8161036: Fix copyright header
Reviewed-by: mchung
2016-07-15 17:31:30 +01:00
Alejandro Murillo
2bff7015a6 Merge 2016-07-15 09:05:36 -07:00
Vyom Tewari
4b1893fad9 8144692: HttpServer API: use of non-existant method in example in package Javadoc
Reviewed-by: chegar, prappo
2016-07-15 13:59:03 +05:30
Vyom Tewari
05b3d5c63f 8151788: NullPointerException from ntlm.Client.type3
Reviewed-by: chegar, prappo, weijun
2016-07-15 14:06:50 +05:30
John Jiang
0475827ed5 8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
Sun/security/pkcs11/ec/TestKeyFactory.java is tracked by 8026976 instead of 7157786

Reviewed-by: xuelei
2016-07-14 19:42:16 -07:00
Valerie Peng
99cea12e90 8136459: MessageDigest.isEqual is not a "simple byte compare"
Update the corresponding javadoc with @implNote and clarification.

Reviewed-by: mullan, darcy
2016-07-15 01:24:22 +00:00
Xueming Shen
ac12555ea3 8161426: Test java/util/zip/InflaterInputStream/TestAvailable.java fails on open-only linux
Reviewed-by: bpb
2016-07-14 16:04:38 -07:00
Daniel D. Daugherty
f7c908cebd 8161388: quarantine java/lang/instrument/DaemonThread/TestDaemonThread.java
Reviewed-by: gtriantafill, hseigel
2016-07-14 10:07:13 -07:00
Alejandro Murillo
e5583eb15a Merge 2016-07-14 16:21:45 +00:00
Alejandro Murillo
58b0b8efb5 Added tag jdk-9+127 for changeset a5744c1725a0 2016-07-14 15:47:46 +00:00
Volker Simonis
d09561f8c6 8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
Reviewed-by: mchung, redestad
2016-07-14 16:49:30 +02:00
Weijun Wang
e883900ac7 8161354: policytool fails if it needs to show an error dialog before the main window appears
Reviewed-by: mullan
2016-07-14 19:31:43 +08:00
Steve Drach
0062a02e07 8150680: JarFile.Release enum needs reconsideration with respect to it's values
Reviewed-by: alanb, psandoz
2016-07-13 11:43:45 -07:00