Jan Lahoda
8fc452bec7
8166535: jshell tool: cannot handle non-ascii characters
...
Using a more appropriate native method to read from the console.
Reviewed-by: rfield
2017-01-30 13:14:09 +01:00
Jini George
f02b7dfba7
8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
...
Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
2017-01-30 13:48:14 +05:30
Magnus Ihse Bursie
cdfdfbe315
8081694: Remove DISABLED_WARNINGS_gcc for libsctp
...
Reviewed-by: erikj
2017-01-30 09:09:34 +01:00
Xueming Shen
58b68c23d3
8173396: Error message issue with jar tool API validator
...
Reviewed-by: psandoz, mchung
2017-01-28 20:51:28 -08:00
Joe Darcy
874b8cdc74
8028544: Add SourceVersion.RELEASE_10
...
8028546: Add -source 10 and -target 10 to javac
Reviewed-by: jjg, smarks
2017-01-27 16:22:08 -08:00
Denis Istomin
145e729236
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method
...
Reviewed-by: jjg
2017-01-27 15:49:14 -08:00
Paul Sandoz
3b50c5f35b
8172298: Reduce memory churn when linking VarHandles operations
...
Reviewed-by: shade, redestad
2017-01-27 13:17:13 -08:00
Joe Darcy
387a38df1d
8172928: Add doc link from System.identityHashCode to Object.hashCode
...
Reviewed-by: lancea
2017-02-16 19:08:17 -08:00
Matthias Baesken
d28877e750
8174242: simplify jexec build settings
...
Reviewed-by: erikj
2017-02-14 16:56:12 +01:00
Christoph Langer
a6cc06162b
8174834: nio (ch): Remove #ifdef AF_INET6 guards in native coding
...
Reviewed-by: alanb, chegar
2017-02-15 14:51:16 +01:00
Henry Jen
265c58cb16
8172309: classpath wildcards code does not support --class-path
...
Reviewed-by: ksrini
2017-01-27 13:10:27 -08:00
Dmitrij Pochepko
f798c318f8
Merge
2017-01-27 21:39:12 +01:00
Daniel Fuchs
2e749ff926
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
...
Removed the code that special cased file and jar and threw IAE if the file did not exist.
Reviewed-by: alanb, lancea
2017-01-27 20:33:34 +00:00
Andrew Haley
51e977ec79
Merge
2017-01-27 18:22:09 +00:00
Kumar Srinivasan
c39d6e6a04
8048628: javadoc strips HTML incorrectly; causes invalid generated HTML files
...
Reviewed-by: jjg
2017-01-27 10:08:36 -08:00
Joe Darcy
ae44237a42
8173676: Improvements to javax.annotation.processing and javax.lang.model doc
...
Reviewed-by: anazarov
2017-02-01 11:25:56 -08:00
Robert Field
88d92662cd
8173577: JShell tests: Some testng tests check nothing
...
Reviewed-by: jlahoda
2017-02-01 09:10:07 -08:00
Maurizio Cimadamore
922a7c6a3a
8171294: Slow compilation with long classpaths under JDK 9
...
Precompute packages contained in jars, to quickly determine at the lookup time whether a jar contains the given package
Reviewed-by: jjg
2017-02-01 15:03:06 +01:00
Robert Field
48836cb851
8173652: jshell tool: store history on fatal exit
...
Reviewed-by: jlahoda
2017-01-31 17:01:55 -08:00
Chris Hegarty
f1153f2616
8170116: Remove qualified exports from java.base to java.corba
...
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: dfuchs, alanb, mchung
2017-01-27 16:28:56 +00:00
Chris Hegarty
812616397c
8170116: Remove qualified exports from java.base to java.corba
...
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: dfuchs, alanb, mchung
2017-01-27 16:27:52 +00:00
Erik Joelsson
b279fd00db
8173476: Provide lldb from devkit when running tests on macosx
...
Reviewed-by: ihse, tbell
2017-01-27 16:50:39 +01:00
Dmitrij Pochepko
54f50066eb
8173399: Jittester: sources should be aligned with latest product state
...
Reviewed-by: kvn
2017-01-27 18:44:15 +03:00
Athijegannathan Sundararajan
518b9ceb1b
8172864: Remove custom plugin module path
...
Reviewed-by: alanb, jlaskey
2017-01-27 19:07:45 +05:30
Andrew Dinn
2b577bb1f6
8173474: AArch64: fix reported -Xss minimum
...
Reviewed-by: aph
2017-01-27 07:56:13 -05:00
Thomas Schatzl
6fb4d7356b
8173229: Wrong assert whether all remembered set entries have been iterated over in presence of coarsenings
...
Remove asserts as they are almost useless.
Reviewed-by: mgerdin, ehelin
2017-01-27 13:12:53 +01:00
Prasanta Sadhukhan
6a4b1fbe61
7190595: Nimbus: Test6657026 fails
...
Reviewed-by: yan, jdv
2017-01-27 15:37:47 +05:30
Andrew Haley
30b20a3edb
8173472: AArch64: C1 comparisons with null only use 32-bit instructions
...
Reviewed-by: roland
2017-01-27 09:50:15 +00:00
Erik Joelsson
e1d8c67bff
8170483: Remove modules_src_jake workaround for JavaFX transition to new module-info syntax
...
Reviewed-by: alanb, mchung
2017-01-27 10:15:41 +01:00
Jayathirth D V
888fc3458a
8152561: Is it allowed to have zero value for count in TIFFField.createArrayForType() for the rationals
...
Reviewed-by: psadhukhan, bpb, prr
2017-01-27 12:16:57 +05:30
Bhavesh Patel
737a10a2e7
8173419: Javadoc fix 8166175 results in test failures
...
Reviewed-by: jjg, ksrini
2017-01-26 16:53:56 -08:00
Valerie Peng
340885cb6c
Merge
2017-01-26 23:11:37 +00:00
Valerie Peng
59c4f0303c
8062731: Cipher object can be created without calling Cipher.getInstance
...
Fixed the check in JCE so that only trusted providers can extend Cipher class
Reviewed-by: wetmore
2017-01-26 22:56:02 +00:00
Jonathan Gibbons
872d18a9c3
8173312: Hide support for --inherit-runtime-environment
...
Reviewed-by: mchung
2017-01-26 14:35:04 -08:00
Lana Steuck
69633c6be2
Merge
2017-01-26 21:21:16 +00:00
Lana Steuck
cb853efc86
Merge
2017-01-26 21:20:44 +00:00
Lana Steuck
547938f444
Merge
2017-01-26 21:20:40 +00:00
Lana Steuck
07f78bf4d2
Merge
2017-01-26 21:20:32 +00:00
Lana Steuck
74cfe61a56
Merge
2017-01-26 21:20:30 +00:00
Lana Steuck
7820d0de71
Merge
2017-01-26 21:20:28 +00:00
Lana Steuck
5c0a39773a
Merge
2017-01-26 21:20:23 +00:00
Bhavesh Patel
30c9249c9d
8166175: javadoc search doesn't work on local doc bundles
...
Reviewed-by: jjg, ksrini
2017-01-26 13:01:12 -08:00
Lana Steuck
edb4b423d8
Added tag jdk-9+154 for changeset 692b0dfbb390
2017-01-26 19:22:40 +00:00
Lana Steuck
ba83836e32
Added tag jdk-9+154 for changeset 0d39b11bffb3
2017-01-26 19:22:40 +00:00
Lana Steuck
5e72921fe7
Added tag jdk-9+154 for changeset b017b10f62ab
2017-01-26 19:22:39 +00:00
Lana Steuck
c69500a3ec
Added tag jdk-9+154 for changeset fc31f9d07a66
2017-01-26 19:22:38 +00:00
Lana Steuck
2d233a4375
Added tag jdk-9+154 for changeset c910b570468e
2017-01-26 19:22:38 +00:00
Lana Steuck
59b7a754dc
Added tag jdk-9+154 for changeset d34bd6a4b938
2017-01-26 19:22:37 +00:00
Lana Steuck
df7440c087
Added tag jdk-9+154 for changeset 6a01d7639893
2017-01-26 19:22:37 +00:00
Lana Steuck
1a82701c8b
Added tag jdk-9+154 for changeset 1da1ffe0c6fd
2017-01-26 19:22:36 +00:00