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 |
|
Roman Kennke
|
89d9a60caa
|
8212186: JVMTI lacks a few GC barriers/hooks
Reviewed-by: eosterlund, shade
|
2018-10-17 22:26:41 +02:00 |
|
Aleksey Shipilev
|
98fe69f3a2
|
8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers)
Reviewed-by: eosterlund
|
2018-10-17 18:31:48 +02:00 |
|
Claes Redestad
|
b3b41df70f
|
8212597: Optimize String concatenation setup when using primitive operands
Reviewed-by: shade
|
2018-10-17 17:35:26 +02:00 |
|
John Jiang
|
da989adeb7
|
8212562: To remove lib/security from test/jdk/TEST.groups
Remove lib/security from test group jdk_security3
Reviewed-by: coffeys
|
2018-10-17 22:06:55 +08:00 |
|
Claes Redestad
|
b1c0737ad5
|
8212201: Classlist build tool should be built for the target JDK version
Reviewed-by: erikj, ihse
|
2018-10-17 14:19:21 +02:00 |
|
Priya Lakshmi Muthuswamy
|
4e1c510215
|
8211901: javadoc generates broken links on deprecated items page
Reviewed-by: jjg
|
2018-10-17 15:28:36 +05:30 |
|
Ying Zhou
|
05f0d11553
|
8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
Reviewed-by: naoto
|
2018-10-17 16:37:41 +08:00 |
|
Gustavo Romero
|
84a22b6b36
|
8212481: PPC64: Enable POWER9 CPU detection
Reviewed-by: mdoerr, simonis
|
2018-10-16 16:26:28 -04:00 |
|
Aleksey Shipilev
|
307ba484e1
|
8213182: Minimal VM build failure after JDK-8212200 (assert when shared java.lang.Object is redefined by JVMTI agent)
Reviewed-by: dholmes, iklam
|
2018-10-31 19:00:59 +01:00 |
|
Volker Simonis
|
28362bdd93
|
8213151: [AIX] Some class library files are missing the Classpath exception
Reviewed-by: stuefe, rriggs, mbaesken
|
2018-10-31 16:02:43 +01:00 |
|
Bob Vandette
|
f161afb806
|
Merge
|
2018-10-31 10:48:13 -04:00 |
|
Martin Doerr
|
a241cf4367
|
8213086: Compiler thread creation should be bounded by available space in memory and Code Cache
Reviewed-by: kvn, thartmann
|
2018-10-31 14:48:36 +01:00 |
|
Thomas Schatzl
|
4da555c7a8
|
8213142: Use RAII to set the scanning source in G1ScanEvacuatedObjClosure
Reviewed-by: sangheki, kbarrett
|
2018-10-31 13:43:57 +01:00 |
|
Thomas Schatzl
|
28c9f22ebb
|
8212911: Unify and micro-optimize handling of non-in-collection set references in oop closures
Reviewed-by: kbarrett, sjohanss
|
2018-10-31 13:43:57 +01:00 |
|
Thomas Schatzl
|
0e622f29a2
|
8211388: Make OtherRegionsTable independent of the region it is for
Reviewed-by: sjohanss, sangheki
|
2018-10-31 13:43:57 +01:00 |
|
Thomas Schatzl
|
0d19f0bb51
|
6490394: G1: Allow heap shrinking / memory unmapping after reclaiming regions during Remark
Reviewed-by: sjohanss, sangheki
|
2018-10-31 13:43:57 +01:00 |
|
Thomas Schatzl
|
3a343a5681
|
8071913: Filter out entries to free/uncommitted regions during iteration
Reviewed-by: sjohanss, kbarrett
|
2018-10-31 13:43:57 +01:00 |
|
Coleen Phillimore
|
adb1dcdcc2
|
8213107: Make ClassLoaderDataGraph iterator skip unloaded CLDs
With concurrent class unloading, the CLDG could contain unloaded CLDs while iterating in a safepoint
Reviewed-by: lfoltan, eosterlund
|
2018-10-31 07:06:54 -04:00 |
|
Magnus Ihse Bursie
|
f66d1f3d9e
|
8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt
Reviewed-by: dholmes
|
2018-10-31 11:36:07 +01:00 |
|
Magnus Ihse Bursie
|
53ecc07aaa
|
8210958: Rename "make run-test" to "make test"
Reviewed-by: erikj
|
2018-10-31 09:30:24 +01:00 |
|
Robbin Ehn
|
80aa38305d
|
8212933: Thread-SMR: requesting a VM operation whilst holding a ThreadsListHandle can cause deadlocks
Reviewed-by: eosterlund, dcubed, sspitsyn, dholmes
|
2018-10-31 08:09:45 +01:00 |
|
Markus Grönlund
|
e4f5ffc403
|
8213172: CDS and JFR tests fail with assert(JdkJfrEvent::is(klass)) failed: invariant
Reviewed-by: egahlin, dholmes
|
2018-10-31 09:09:23 +01:00 |
|
Priya Lakshmi Muthuswamy
|
99621df489
|
8210244: {@value} should be permitted in module documentation
Reviewed-by: jjg, sundar
|
2018-10-31 10:29:59 +05:30 |
|
Joe Wang
|
7ce1436913
|
8212866: Broken link to schematron.com
Reviewed-by: lancea
|
2018-10-30 20:44:48 -07:00 |
|
Xue-Lei Andrew Fan
|
413d5e8c61
|
8212738: Incorrectly named signature scheme ecdsa_secp512r1_sha512
Reviewed-by: ascarpino
|
2018-10-30 19:47:16 -07:00 |
|
Daniil Titov
|
93021808e6
|
8195627: [Graal] nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026 hangs with Graal in Xcomp mode
Reviewed-by: sspitsyn, kvn
|
2018-10-30 19:29:21 -07:00 |
|