47382 Commits

Author SHA1 Message Date
Lana Steuck
f09c156565 Added tag jdk-9+180 for changeset cf6820c6f184 2017-07-27 18:04:46 +00:00
Lana Steuck
a8abed5a38 Merge 2017-07-27 02:17:21 +00:00
Lana Steuck
af33b465de Merge 2017-07-27 02:17:04 +00:00
Lana Steuck
68fb1f66f3 Merge 2017-07-27 02:16:27 +00:00
Lana Steuck
16b7752b05 Merge 2017-07-27 02:14:36 +00:00
Lana Steuck
78313dc42b Merge 2017-07-27 02:14:06 +00:00
Lana Steuck
c35783a2f0 Merge 2017-07-27 02:11:55 +00:00
Lana Steuck
d465b43f4b Merge 2017-07-27 02:00:49 +00:00
Martin Buchholz
ae5e7de919 8185365: Tidy up leftover dead code after JDK-8136570
Reviewed-by: alanb, rriggs, prr
2017-07-26 14:09:20 -07:00
Claes Redestad
06f7204dc2 8185104: Generate CharacterDataLatin1 lookup tables directly
Reviewed-by: alanb, sherman
2017-07-27 17:15:14 +02:00
Nishit Jain
933a5cc639 8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
Reviewed-by: naoto, rriggs, tbell
2017-07-27 11:38:55 +05:30
Lana Steuck
1465bc0bba Merge 2017-07-27 02:05:45 +00:00
Jonathan Gibbons
27673eaede 8185359: Unnecessary <p> in module doc comment
Reviewed-by: mchung, lancea
2017-07-26 14:09:21 -07:00
Hannes Wallnöfer
6d024e7981 8184893: jdk8u152 b06 : issues with nashorn when running kraken benchmarks
Reviewed-by: jlaskey, sdama, sundar
2017-07-26 16:03:09 +02:00
Prasanta Sadhukhan
4b8cfe5a60 8173739: JPopupMenu does not disappear on KeyEvent
Reviewed-by: serb
2017-07-26 10:47:13 +05:30
Andrey Nazarov
4cbeaf5430 8179292: a number of launcher tests fail when run with --limit-modules due to CNFE: javax.tools.ToolProvider
Reviewed-by: mchung
2017-07-25 18:36:19 -07:00
Amy Lu
b9d6618330 8183377: Refactor java/lang/ClassLoader/deadlock shell tests to java
Reviewed-by: mchung
2017-07-26 09:20:59 +08:00
Andrey Nazarov
d362d3fe3a 8184961: jdk.test.lib.util.FileUtils.deleteFileWithRetry0 should wait for absence of a file
Reviewed-by: bpb
2017-07-25 17:04:46 -07:00
Srinivas Dama
e21803da21 8180727: Use jdk.editpad to replace jdk.nashorn.tools.jjs.EditPad duplicated class
Added support for using BuildInEditorProvider service implemenation provided by jdk.editpad module

Reviewed-by: hannesw, jlaskey
2017-07-26 04:25:23 +05:30
Xue-Lei Andrew Fan
f13bcda829 6645409: Remove unused DefaultHostnameVerifier
Reviewed-by: mullan
2017-07-25 22:21:09 +00:00
Xue-Lei Andrew Fan
415359251f 8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
Reviewed-by: mullan
2017-07-25 22:19:54 +00:00
Phil Race
4b0f3779ac Merge 2017-07-25 14:07:47 -07:00
Phil Race
384694c8fe Merge 2017-07-25 14:07:37 -07:00
Jonathan Gibbons
c556df0da3 8185154: jdwp-protocol.html contains unescaped entities
Reviewed-by: dcubed
2017-07-24 16:18:53 -07:00
Jonathan Gibbons
5ab0c516e1 8184217: Redundant <p> tag before list
Reviewed-by: lancea
2017-07-24 13:54:57 -07:00
Jonathan Gibbons
ec493cd721 8185150: javax/activation/CommandInfo.html has empty <p>
Reviewed-by: lancea
2017-07-24 13:20:04 -07:00
Adam Petcher
657a610888 8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
Reviewed-by: mullan
2017-07-24 10:18:33 -04:00
Shashidhara Veerabhadraiah
bd56ddbad4 8183341: Better cleanup for javax/imageio/AllowSearch.java
Reviewed-by: prr, jdv, pnarayanan
2017-07-24 11:54:57 +05:30
Milan Mimica
4b983a51fd 8176571: Fine bitmaps should be allocated as belonging to mtGC, not mtInternal
Specify map allocation mflags when constructing CHeapBitMap.

Reviewed-by: tschatzl, kbarrett
2017-07-22 15:54:27 -04:00
Igor Ignatyev
addb31f30b Merge 2017-08-02 15:59:33 +00:00
Igor Ignatyev
205cb469e3 8185536: @key aot should be replaced w/ @requires vm.aot
Reviewed-by: kvn, goetz
2017-08-02 08:53:18 -07:00
Coleen Phillimore
17f23d1881 8184994: Add Dictionary size logging and jcmd
Added dcmd for printing system dictionary like the stringtable and symboltable and making print functions go to outputstream rather than tty

Reviewed-by: shade, hseigel
2017-08-02 10:52:50 -04:00
Harold Seigel
366e6ac796 8180627: gc/gctests/Steal/steal001: guarantee(cp->cache() == NULL) failed
Clean up constant pool cache if class linking fails

Reviewed-by: coleenp, gtriantafill
2017-08-02 08:19:09 -04:00
Coleen Phillimore
12240d1be6 Merge 2017-08-02 00:15:52 +00:00
George Triantafillou
dbac501603 Merge 2017-08-01 22:40:38 +00:00
Coleen Phillimore
8b8f59294c 8185590: ShouldNotReachHere from ClassLoaderData::try_get_next_class()
Counting number of instanceKlass code didn't work.

Reviewed-by: shade, zgu, jiangli
2017-08-01 17:36:38 -04:00
George Triantafillou
80ba6df9d7 Merge 2017-08-01 21:29:55 +00:00
Vladimir Kozlov
adb8f74592 Merge 2017-08-01 14:09:34 -07:00
Serguei Spitsyn
10f79d42ef 8182844: Fix broken links in the generated jvmti.html
Fix broken links in the jvmti.html

Reviewed-by: clanger, dcubed
2017-08-01 08:53:32 -07:00
Lutz Schmidt
0403493f8f 8180823: [s390] Rework/optimize AES intrinsics
Reviewed-by: mdoerr, goetz
2017-08-01 15:08:10 +02:00
Daniel D. Daugherty
7a713e117a 8185273: Test8004741.java crashes with SIGSEGV in JDK10-hs nightly
Threads::parallel_java_threads_do() needs to call VMThread::claim_oops_do() to avoid causing a parallel GC to miss the VMThread.

Reviewed-by: shade, rkennke, kvn, gthornbr
2017-07-31 12:37:34 -07:00
Coleen Phillimore
a1f70549e4 7133093: Improve system dictionary performance
Implement one dictionary per ClassLoaderData for faster lookup and removal during class unloading

Reviewed-by: iklam, acorn, jiangli
2017-07-28 10:48:35 -04:00
Roland Westrelin
b170f01ddd 8182475: C2: allow vectorization of HeapByteBuffer.putInt loops
Reviewed-by: kvn
2017-07-27 17:47:57 -07:00
Coleen Phillimore
af5c6eefbf 8183039: Re-examine methodHandle methods uninlined by 8144256
Add more const references so out-of-line methodHandle destructor and copy ctor called infrequently

Reviewed-by: hseigel, redestad
2017-07-27 18:06:41 -04:00
Lutz Schmidt
a4fac2babb 8180659: [s390] micro-optimization in resize_frame_absolute()
Reviewed-by: simonis, mdoerr
2017-07-27 15:36:15 +02:00
George Triantafillou
b82efee3c5 8184749: The solaris_x86_32.s and solaris_x86_32.il files should be removed
Reviewed-by: kvn, hseigel, dcubed, gthornbr
2017-07-25 14:04:53 -04:00
Alexander Harlap
149e9c6e54 8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly
Provide extra NewSize to avoid failure in running test with UseDeterministicG1GC option.

Reviewed-by: mgerdin, eosterlund
2017-07-25 13:28:14 -04:00
Alexander Harlap
270ecb9bbc 8184045: TestSystemGCWithG1.java times out on Solaris SPARC
Avoid extra round of stressing

Reviewed-by: dcubed, ehelin
2017-07-25 10:15:29 -04:00
Roman Kennke
5a4e278add 8180929: Deprecate -XX:+/-MonitorInUseLists option
Reviewed-by: zgu, coleenp
2017-07-25 11:58:29 +02:00
Coleen Phillimore
1fb65f8518 Merge 2017-07-24 22:56:43 +00:00