47382 Commits

Author SHA1 Message Date
Abhijit Saha
8baf31ba74 Added tag jdk-10+20 for changeset f4c981fc7818 2017-08-18 04:37:00 +00:00
Abhijit Saha
75e2864c95 Added tag jdk-10+20 for changeset 5be3fa486c39 2017-08-18 04:36:56 +00:00
Abhijit Saha
38811d03a3 Added tag jdk-10+20 for changeset c647e44ea1b9 2017-08-18 04:36:56 +00:00
Jesper Wilhelmsson
745b1b769a Merge 2017-08-17 19:35:37 +02:00
Daniel Fuchs
ffe7f7d107 8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
Fixes a race condition in AsyncWriteQueue

Reviewed-by: chegar
2017-08-17 16:48:45 +01:00
Goetz Lindenmaier
b07974fd9f 8186072: dll_build_name returns true even if file is missing
Split dll_build_name into two functions and consolidate to os.cpp file.

Reviewed-by: stuefe, dholmes
2017-08-17 17:26:02 +02:00
Muthusamy Chinnathambi
f9c1a3b09b 8180366: [TESTBUG] gc/g1/humongousObjects/TestHumongousClassLoader should not be run with class unloading disabled
Reviewed-by: dfazunen
2017-08-17 15:17:31 +05:30
Robert Field
6573d94b58 8182270: JShell API: Tools need snippet information without evaluating snippet
8166334: jshell tool: shortcut: expression/statement to method

Reviewed-by: jlahoda
2017-08-16 18:42:11 -07:00
Tom Rodriguez
57ff1b2897 Merge 2017-08-16 20:57:00 +00:00
Roger Riggs
f1c5dd9a93 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
Registry filter should allow arrays of any type

Reviewed-by: dfuchs, smarks, coffeys
2017-08-16 16:46:51 -04:00
Xueming Shen
fd1b707758 8186227: jdk/nio/zipfs/ZeroDate.java fails on Windows with "IllegalArgumentException: Illegal character in opaque part at index 13"
Reviewed-by: rriggs
2017-08-16 13:15:45 -07:00
Tom Rodriguez
129e2684a4 Merge 2017-08-16 20:14:54 +00:00
Jesper Wilhelmsson
6c69df3001 Merge 2017-08-16 21:47:17 +02:00
Jesper Wilhelmsson
31ebdb6fdd Merge 2017-08-16 21:16:30 +02:00
Jesper Wilhelmsson
686595a831 Merge 2017-08-16 21:16:30 +02:00
George Triantafillou
d0ec3208a4 8149790: NegativeArraySizeException with hprof
Reviewed-by: lfoltan, ctornqvi, hseigel, dcubed
2017-08-16 14:49:18 -04:00
John Paul Adrian Glaubitz
a315b24833 8186313: Additional platform definitions to support Zero builds
Reviewed-by: erikj
2017-08-21 15:19:47 +02:00
John Paul Adrian Glaubitz
ad42a3e8cd 8186433: Compiler flag -arch=sparc should not be passed on linux-sparc
Reviewed-by: erikj
2017-08-21 15:17:21 +02:00
Phil Race
ce6e379b4e 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIfEncodedURLTest.java
Reviewed-by: tbell
2017-08-16 11:29:58 -07:00
Joe Wang
b96bfedbda 8186208: closed/javax/xml/jaxp/transform/cr6657673/CR6657673Test.java: test result: Error. failed to clean up files after test
Reviewed-by: dfuchs, lancea
2017-08-16 11:28:39 -07:00
Harold Seigel
d69af7b386 8186089: Move Arena to its own header file
Move classes Chunk and Arena to new arena.hpp and arena.cpp files

Reviewed-by: coleenp, gtriantafill
2017-08-16 11:17:54 -04:00
Goetz Lindenmaier
c5488874c2 8186293: [aix] Fix thread creation with huge stack sizes
Reviewed-by: stuefe, dholmes
2017-08-16 16:00:15 +02:00
Gunter Haug
6804875880 8186286: [BSD] Primary thread's stack size is reported incorrectly
Reviewed-by: shade, stuefe
2017-08-16 14:14:23 +02:00
Daniel Fuchs
997d77996c 8181422: ClassCastException in HTTP Client
Added missing AsyncSSLTunnelConnection

Reviewed-by: michaelm
2017-08-16 10:55:05 +01:00
Zhongwei Yao
4ac33c1c1f 8185786: AArch64: disable some address reshapings
LoadS/LoadUS's address reshapings are disabled on Arm Cortex-A family for performance.

Reviewed-by: adinn, aph
2017-08-16 14:48:41 +08:00
John Jiang
55fe55c4ff 8179614: Test for jarsigner on verifying jars that are signed and timestamped by other JDK releases
A test on checking the compatibility on jarsigner cross different JDK releases

Reviewed-by: mullan
2017-08-15 19:19:50 -07:00
Jiangli Zhou
a6dcc4531f Merge 2017-08-15 18:19:18 -04:00
Jiangli Zhou
a8fd54e413 8186238: The constant pool entry to empty string ("") should not be pre-resolved during CDS dump time
Skip constant pool entry to empty string during pre-resolving at CDS dump time.

Reviewed-by: iklam, dcubed
2017-08-15 18:13:20 -04:00
Christian Tornqvist
1fc9a5bca7 8184772: Make it possible to pass arguments only to the Java running the tests when running jtreg through make
Reviewed-by: gtriantafill, iignatyev
2017-08-15 16:26:30 -04:00
Kumar Srinivasan
1dd6fa2fb6 8173425: Javadoc needs a new tag to specify the summary
Reviewed-by: jjg
2017-08-15 13:16:32 -07:00
Tom Rodriguez
b97f668af3 8185736: missing default exception handler in calls to rethrow_Stub
Reviewed-by: kvn
2017-08-15 17:18:00 +00:00
Poonam Bajaj
d0e8cdbc40 8185572: Enable AssumeMP by default on SPARC machines
Reviewed-by: kvn, dholmes, bobv
2017-08-15 14:03:52 +00:00
Dmitrij Pochepko
3807233b98 8184943: AARCH64: Intrinsify hasNegatives
Co-authored-by: Stuart Monteith <stuart.monteith@linaro.org>
Reviewed-by: aph
2017-08-15 15:02:40 +03:00
Thomas Stuefe
14d898a1e6 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
Reviewed-by: dholmes, mdoerr
2017-08-15 08:46:32 +02:00
John Jiang
f413915e19 8185620: MSCAPI test leaves too many entries in keystore
Deletes the added entries before exiting

Reviewed-by: vinnie
2017-08-14 21:24:45 -07:00
Igor Ignatyev
7f0554d508 Merge 2017-08-15 02:49:48 +00:00
John Paul Adrian Glaubitz
78950924d0 8186221: Define CPU search_string for M68K
Reviewed-by: dholmes
2017-08-14 21:04:57 -04:00
Liam Miller-Cushon
925357af09 8184940: JDK 9 rejects zip files where the modified day or month is 0
Reviewed-by: martin
2017-08-14 17:19:31 -07:00
Doug Simon
750f00f851 8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
Reviewed-by: kvn, iveresov
2017-08-14 14:15:56 -07:00
Jonathan Gibbons
b6f3d93557 8186160: Fix a11y issues in java.security package
Reviewed-by: wetmore
2017-08-14 13:57:15 -07:00
Jonathan Gibbons
0f6e2890e7 8186156: Fix a11y and HTML issues in java.net and javax.net packages
Reviewed-by: lancea, mchung
2017-08-14 13:54:10 -07:00
Igor Ignatyev
abf7e33aa1 8184689: Test applications/ctw/Modules.java fails with AssertionError in sun.hotspot.tools.ctw.Utils.fileNameToClassName
Reviewed-by: kvn
2017-08-14 12:35:38 -07:00
Jiangli Zhou
4a77945c89 8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive
8185924: G1NoteEndOfConcMarkClosure::doHeapRegion() does not do remembered set cleanup work for archive region

Shared class' constant pool resolved_references array is cached.

Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: coleenp, iklam, tschatzl
2017-08-14 14:32:17 -04:00
Jiangli Zhou
263d11de6d 8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive
Shared class' constant pool resolved_references array is cached.

Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: coleenp, iklam, tschatzl
2017-08-14 14:05:26 -04:00
Phil Race
fc93ead24d Merge 2017-08-14 10:48:09 -07:00
Gustavo Serra Scalet
85fedbbb12 8185969: PPC64: Improve VSR support to use up to 64 registers
Reviewed-by: mdoerr, goetz
2017-08-14 16:48:44 +02:00
Joe Wang
e7f2c2d7db 8163121: BCEL: update to the latest 6.0 release
Reviewed-by: dfuchs, lancea
2017-08-13 21:10:40 -07:00
Igor Veresov
f79aa532aa Merge 2017-08-12 01:21:21 +00:00
Igor Veresov
7c37f3aae2 Merge 2017-08-12 01:21:20 +00:00
Igor Veresov
ba281b1582 8186158: Update Graal
Reviewed-by: kvn
2017-08-11 17:36:26 -07:00