Phil Race
|
3e132d770d
|
Merge
|
2018-01-08 08:53:14 -08:00 |
|
Felix Yang
|
46c4af28a4
|
8194724: Problem list java/net/httpclient/SplitResponseSSL.java
Reviewed-by: chegar
|
2018-01-08 07:13:27 -08:00 |
|
Lana Steuck
|
459909ddf3
|
Merge
|
2018-01-06 01:13:32 +00:00 |
|
Jonathan Gibbons
|
b1c9eceaf5
|
8191637: Interface with defaults invalid compiler warning for Serializable
Reviewed-by: vromero
|
2018-01-05 16:49:50 -08:00 |
|
Jesper Wilhelmsson
|
fb8bca78ee
|
Merge
|
2018-01-05 22:02:20 +01:00 |
|
Brian Burkhalter
|
49beab63c8
|
4358774: Add null InputStream and OutputStream
Reviewed-by: alanb, prappo, reinhapa, rriggs
|
2018-01-12 11:06:24 -08:00 |
|
Brian Burkhalter
|
473e36a9f3
|
8165852: (fs) Mount point not found for a file which is present in overlayfs
Check /proc/mounts when the device ID boundary is reached
Reviewed-by: alanb
|
2018-01-12 11:06:22 -08:00 |
|
Maurizio Cimadamore
|
989b326949
|
8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types
Add recovery logic when classfile contains two signature-equivalent methods
Reviewed-by: jlahoda, vromero
|
2018-01-12 16:49:58 +00:00 |
|
Priya Lakshmi Muthuswamy
|
f815c509cf
|
8157251: BeanLinker relinks array length operations for array types
Reviewed-by: hannesw, jlaskey, attila
|
2018-01-12 10:33:06 +01:00 |
|
Jonathan Gibbons
|
a34fdd1809
|
8194893: javac -verbose prints wrong paths for output files
Reviewed-by: vromero
|
2018-01-11 15:06:55 -08:00 |
|
Jonathan Gibbons
|
5edc13c005
|
8151850: eliminate javax.tools.FileManagerUtils
Reviewed-by: vromero
|
2018-01-11 13:47:11 -08:00 |
|
Naoto Sato
|
c025944b69
|
8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale
Reviewed-by: rriggs
|
2018-01-11 12:47:28 -08:00 |
|
John Jiang
|
6fc52a47f9
|
8194257: javax/net/ssl/compatibility/Compatibility.java should be updated for JDK 6 after JDK-8174748
Marks some of AES_256 and AES_128 cipher suites are JDK 6 enabled
Reviewed-by: xuelei
|
2018-01-09 18:36:31 -08:00 |
|
Claes Redestad
|
de4aa804af
|
8134459: java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java timed out
Reviewed-by: psandoz, rriggs
|
2018-01-10 00:08:46 +01:00 |
|
Lana Steuck
|
8fe5e17e40
|
Merge
|
2018-01-05 20:58:28 +00:00 |
|
Brian Burkhalter
|
7be1368ad8
|
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
Reviewed-by: rriggs
|
2018-01-05 12:46:22 -08:00 |
|
Brian Burkhalter
|
1924909d78
|
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
Reviewed-by: chegar, rriggs, lancea
|
2018-01-05 12:45:52 -08:00 |
|
Jonathan Gibbons
|
528109a976
|
8188649: javadoc -encoding doesn't work when using the old doclet API
Reviewed-by: ksrini
|
2018-01-05 12:41:28 -08:00 |
|
Lana Steuck
|
ed043daab4
|
Merge
|
2018-01-05 20:10:46 +00:00 |
|
Lana Steuck
|
230925477c
|
Added tag jdk-10+38 for changeset e569e83139fd
|
2018-01-05 20:09:06 +00:00 |
|
Tobias Hartmann
|
34f553d15f
|
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub.
Reviewed-by: kvn
|
2018-01-05 10:23:57 +01:00 |
|
John Jiang
|
8918acdc7a
|
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
Adds synchronization to make sure the server exception is available
Reviewed-by: xuelei
|
2018-01-04 19:58:45 -08:00 |
|
Vic Wang
|
9c8adb8718
|
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
Reviewed-by: dholmes, kvn
|
2018-01-04 22:54:40 -05:00 |
|
Kim Barrett
|
9e5bf18428
|
8194406: Use Atomic::replace_if_null
Reviewed-by: coleenp, dholmes
|
2018-01-04 18:18:18 -05:00 |
|
Igor Veresov
|
98601408f0
|
8194271: jaotc crashes with --debug flag
Reviewed-by: kvn, thartmann
|
2018-01-04 14:44:38 -08:00 |
|
Kumar Srinivasan
|
fd34cd5262
|
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
|
2018-01-04 13:32:10 -08:00 |
|
Jonathan Gibbons
|
a553dc6d76
|
8194069: doclint throws missing comment warnings on lines which can't even have javadoc
Reviewed-by: ksrini
|
2018-01-04 12:55:06 -08:00 |
|
Robert Field
|
ec203d777d
|
8179858: jshell tool: sync nomenclature from reference to online /help
Reviewed-by: dlsmith, jjg
|
2018-01-04 12:24:56 -08:00 |
|
Bob Vandette
|
825848c646
|
Merge
|
2018-01-04 13:41:19 -05:00 |
|
Jonathan Gibbons
|
7030f25abd
|
8194141: Remove JDK9Wrappers
Reviewed-by: erikj, alanb
|
2018-01-04 10:14:50 -08:00 |
|
Bhavesh Patel
|
a0d37d92df
|
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type
Reviewed-by: jjg, ksrini
|
2018-01-04 09:22:17 -08:00 |
|
Joe Wang
|
bce0fc5a7d
|
8189704: broken links in the javax/xml/namespace package
Reviewed-by: darcy
|
2018-01-03 18:21:10 -08:00 |
|
Kumar Srinivasan
|
64e992633f
|
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
|
2018-01-03 15:16:46 -08:00 |
|
Christoph Dreis
|
c83a45ddf9
|
8194644: Typo in ModuleDescriptor.read javadoc
Reviewed-by: alanb
|
2018-01-04 15:50:51 +00:00 |
|
Lana Steuck
|
c8c8cd7238
|
Merge
|
2018-01-04 04:22:28 +00:00 |
|
Goetz Lindenmaier
|
f6c82cde45
|
8194482: Fix SIGSEGV in print_threads_compiling
Reviewed-by: kvn
|
2018-01-03 14:41:17 -08:00 |
|
Martin Buchholz
|
7838184968
|
8145371: ClassCastException thrown in LambdaFormEditor.getInCache
Read field into local to avoid customization race
Reviewed-by: vlivanov, jrose, psandoz
|
2018-01-03 13:17:35 -08:00 |
|
Jonathan Gibbons
|
b5fa820c6e
|
8193125: javac should not compile a module if it requires java.base with modifiers
Reviewed-by: vromero
|
2018-01-03 11:10:56 -08:00 |
|
Andrew Haley
|
c7e601e911
|
8193260: AArch64: JVMCI: Implement trampoline calls
Reviewed-by: adinn
|
2018-01-03 17:29:20 +00:00 |
|
Shashidhara Veerabhadraiah
|
eb094d01fb
|
8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux
Reviewed-by: aghaisas, serb
|
2018-01-03 15:37:35 +05:30 |
|
Sharath Ballal
|
a46889d181
|
8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
Reviewed-by: dholmes, cjplummer
|
2018-01-03 11:14:04 +05:30 |
|
Sharath Ballal
|
375a443353
|
8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build
Reviewed-by: dholmes, cjplummer
|
2018-01-03 10:55:35 +05:30 |
|
Jonathan Gibbons
|
8f93cb3651
|
8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc)
Reviewed-by: vromero, cushon
|
2018-01-02 16:07:47 -08:00 |
|
Vicente Romero
|
d1750de1fc
|
8187487: crash with classes with same binary name
Reviewed-by: jjg
|
2018-01-02 16:35:04 -05:00 |
|
Randy Crihfield
|
7c5dbce44b
|
8192837: Need new test for release info file
Detect when OpenJDK is built with ClosedJDK elements
Reviewed-by: erikj, dholmes, martin
|
2018-01-02 09:56:53 -08:00 |
|
Goetz Lindenmaier
|
2b6b6bb31d
|
8194232: Container memory not properly recognized
Reviewed-by: bobv, mdoerr, acorn
|
2017-12-27 11:31:09 +01:00 |
|
Sharath Ballal
|
68aad8b5c7
|
8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr
Reviewed-by: dholmes, sspitsyn
|
2017-12-27 11:26:36 +05:30 |
|
Sharath Ballal
|
26cd5666fc
|
8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr
Reviewed-by: dholmes, sspitsyn
|
2017-12-26 15:53:13 +05:30 |
|
Rahul Raghavan
|
1da4b32993
|
8193699: aarch64 fails to build after 8167372
Added ThreadInVMfromUnknown support
Reviewed-by: smonteith, vlivanov
|
2017-12-26 00:38:49 -08:00 |
|
Jayathirth D V
|
8df5a77e73
|
8190997: PNGImageReader throws NullPointerException when PLTE section is missing
Reviewed-by: serb, bpb, pnarayanan
|
2017-12-26 13:38:31 +05:30 |
|