Daniil Titov
c2bc749866
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
...
Reviewed-by: cjplummer, amenkov, gadams, jcbeyler
2018-10-23 07:57:26 -07:00
Robbin Ehn
77ad5f6fa3
8212707: GlobalCounter padding is too optimistic
...
Reviewed-by: shade, redestad, mdoerr
2018-10-23 13:24:36 +02:00
Jayathirth D V
cfaf92f28b
Merge
2018-10-23 15:29:10 +05:30
Claes Redestad
06a2bb5274
8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
...
Reviewed-by: jlaskey, vlivanov
2018-10-23 11:03:51 +02:00
Aleksey Shipilev
a633b90085
8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
...
Reviewed-by: jcbeyler, zgu, coleenp
2018-10-23 10:55:59 +02:00
Roland Westrelin
b4c401fa37
8212611: Small collection of simple changes from shenandoah
...
Reviewed-by: thartmann, kvn, eosterlund
2018-10-17 10:19:13 +02:00
Amy Lu
a0594bc138
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
...
Reviewed-by: forax, weijun
2018-10-23 13:47:17 +08:00
Nico Williams
10027304cd
8212216: JGSS: Fix leak in exception cases in getJavaOID()
...
Reviewed-by: mullan, weijun
2018-10-23 12:25:59 +08:00
Jean Christophe Beyler
e6d66056ab
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
...
Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
2018-10-22 19:31:41 -07:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Alex Menkov
fd8d1cd6bf
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
...
Reviewed-by: jcbeyler, gadams, sspitsyn
2018-10-22 14:41:51 -07:00
Calvin Cheung
522608c0a7
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
...
Use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog().
Reviewed-by: iklam
2018-10-22 14:31:10 -07:00
Jonathan Gibbons
81721a4b5f
8211876: Broken links in java.base files (ClassLoader.html#name)
...
Reviewed-by: lancea
2018-10-22 13:31:42 -07:00
Coleen Phillimore
932d2c6ba6
8212774: Remove dead code touching Klass::_lower_dimension
...
Found dead code removal while looking at usage of Compile_lock. This dead code doesn't have Compile_lock but other code touching Klass::_{upper,lower}_dimension do.
Reviewed-by: shade
2018-10-22 15:32:50 -04:00
Jean Christophe Beyler
a623db2148
8212148: Remove remaining NSK_CPP_STUBs
...
Remove remaining macros
Reviewed-by: amenkov, phh, iignatyev
2018-10-22 12:43:15 -07:00
Robert Field
dafc483475
8210959: JShell fails and exits when statement throws an exception whose message contains a '%'
...
Reviewed-by: jlahoda
2018-10-22 09:26:50 -07:00
Robert Field
749916b897
8210923: JShell: support for switch expressions
...
Reviewed-by: jlahoda
2018-10-22 08:30:39 -07:00
Erik Österlund
b3c1e4f663
8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading
...
Reviewed-by: coleenp, dholmes, mgronlun
2018-10-22 12:13:29 +02:00
Chris Hegarty
cea4eef60a
8212695: Add explicit timeout to several HTTP Client tests
...
Reviewed-by: dfuchs, michaelm
2018-10-22 12:25:31 +01:00
Thomas Schatzl
5b925d80f5
8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated
...
Reviewed-by: kbarrett, sjohanss
2018-10-22 11:51:17 +02:00
Vyom Tewari
3bafe65a75
8212114: Reconsider the affect on closed streams resulting from 8189366
...
Reviewed-by: chegar, dfuchs
2018-10-22 15:20:43 +05:30
Jaikiran Pai
21341a37af
8212752: Typo in SSL log message related to inactive/disabled signature scheme
...
Reviewed-by: coffeys
2018-10-22 10:47:28 +01:00
Chris Yin
c4c6a0773b
8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 14:08:07 +08:00
Chris Yin
68a24bc4f1
8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 14:03:06 +08:00
Chris Yin
b2ce7f9ec6
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 13:53:39 +08:00
Priya Lakshmi Muthuswamy
5f8d0a3080
8211879: Broken links in API overview
...
Reviewed-by: jjg, erikj
2018-10-22 10:16:34 +05:30
Igor Ignatyev
f1e1e1fe6f
8177709: Convert TestVirtualSpace_test to GTest
...
Reviewed-by: stuefe, jcbeyler
2018-10-19 16:29:45 -07:00
Kirill Zhaldybin
4c8b5f840c
8171097: Convert TestReservedSpace_test to Gtest
...
Reviewed-by: stuefe, jcbeyler, iignatyev
2018-10-19 16:29:43 -07:00
Jamil Nimeh
137e3161c4
8211806: TLS 1.3 handshake server name indication is missing on a session resume
...
Reviewed-by: xuelei, wetmore
2018-10-19 18:05:50 -07:00
Paul Hohensee
6beba541cd
8212698: Minor g1 #include changes and memoryService.hpp copyright date update
...
Fix #includes in g1FullGCOopClosures.inline.hpp, g1HeapVerifier.hpp + memoryService.hpp copyright date
Reviewed-by: tschatzl, jcbeyler
2018-10-19 17:54:21 -04:00
Alex Menkov
7fcee43b13
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
...
Reviewed-by: cjplummer, jcbeyler
2018-10-19 09:31:52 -07:00
Sean Mullan
d71882148b
Merge
2018-10-19 09:32:46 -04:00
Sean Mullan
a675a48940
8195793: Remove GTE CyberTrust Global Root
...
Reviewed-by: rhalade
2018-10-19 09:31:57 -04:00
Michael McMahon
b9279ef850
8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
...
Reviewed-by: chegar, dfuchs
2018-10-19 14:23:43 +01:00
Ioi Lam
4abb6861ec
8212642: Remove SystemDictionary::InitOption enum
...
Reviewed-by: dholmes, kvn, redestad
2018-10-18 23:05:01 -07:00
Roman Kennke
cb17e450b3
8212603: Need to step over GC barriers in Node::eqv_uncast()
...
Reviewed-by: shade, kvn, eosterlund
2018-10-18 21:14:49 +02:00
Ivan Gerasimov
f7393a59d1
8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
...
Reviewed-by: weijun
2018-10-18 09:46:46 -07:00
Tobias Hartmann
21f57051c4
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
...
Removed -Xcomp and increased timeout.
Reviewed-by: kvn
2018-10-18 17:50:49 +02:00
Andrew Luo
d54fa9e93d
8212662: Fix javadoc typo in java.lang.ref.Cleaner
...
Reviewed-by: lancea, rriggs
2018-10-18 10:45:05 -04:00
Harold Seigel
ef3c0a2458
8209087: Clean up runtime code that compares 'this' to NULL
...
Remove 'this' to NULL comparisons from methods and check if calling objects of these methods could be NULL.
Reviewed-by: lfoltan, gziemski
2018-10-18 10:35:58 -04:00
Sean Mullan
417d396b54
8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
...
Reviewed-by: weijun
2018-10-18 10:08:35 -04:00
Leo Korinth
d75f70d91c
8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
...
Reviewed-by: shade, pliden
2018-10-18 11:23:54 +02:00
Dora Zhou
3c2c6bce02
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-10-18 00:56:38 -07:00
Magnus Ihse Bursie
10b754ee85
8212587: equals in MakeBase does not handle empty strings correctly
...
Reviewed-by: erikj
2018-10-18 09:19:29 +02:00
Ioi Lam
c86ba29693
8212612: Add documentation about Arguments::_exit_hook
...
Reviewed-by: hseigel, dlong, dholmes
2018-10-17 21:51:00 -07:00
Jean Christophe Beyler
d63acb557c
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
...
Remove the NSK_CPP_STUB macros from tests
Reviewed-by: amenkov, phh, sspitsyn
2018-10-17 21:28:11 -07:00
John Jiang
75489d717e
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
...
Javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms
Reviewed-by: xuelei
2018-10-18 07:56:55 +08:00
Jesper Wilhelmsson
ab0baf86f7
Added tag jdk-12+16 for changeset 199658d1ef86
2018-10-18 00:50:14 +02:00
Aleksey Shipilev
00f3bbe51b
8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
...
Reviewed-by: hseigel
2018-10-17 22:47:59 +02:00
Aleksey Shipilev
b3d9f93363
8212616: x86_32 build failures after JDK-8210498 (nmethod entry barriers)
...
Reviewed-by: kvn, eosterlund
2018-10-17 22:42:31 +02:00