Dong Bo
|
c148c2c176
|
8165404: AArch64: Implement SHA512 accelerator/intrinsic
Reviewed-by: aph
|
2020-08-07 12:35:30 +08:00 |
|
Mikael Vidstedt
|
555f0e6e2a
|
Added tag jdk-16+10 for changeset b01985b4f88f
|
2020-08-06 20:56:46 -07:00 |
|
Gabriel Reid
|
12879e91b4
|
8250928: JFR: Improve hash algorithm for stack traces
Reviewed-by: egahlin
|
2020-08-07 04:21:57 +02:00 |
|
Leo Jiang
|
ef86f06c42
|
8250665: Wrong translation for the month name of May in ar_JO,LB,SY
Reviewed-by: naoto
|
2020-08-07 01:48:31 +00:00 |
|
Brian Burkhalter
|
70885cae5e
|
Merge
|
2020-08-06 18:27:33 -07:00 |
|
Brian Burkhalter
|
d02e7d55e8
|
8251272: Typo in java.util.Formatter: "Numberic" should be "Numeric"
Reviewed-by: bchristi, naoto, jlaskey
|
2020-08-06 18:23:21 -07:00 |
|
Chris Plummer
|
db46b297fa
|
8251121: six SA tests leave core files behind on macOS
Reviewed-by: dholmes, dcubed
|
2020-08-06 18:21:21 -07:00 |
|
David Holmes
|
c202bd705e
|
8250606: Remove unnecessary assertions in ObjectSynchronizer FastHashcode and inflate
Reviewed-by: dcubed, coleenp
|
2020-08-06 21:03:18 -04:00 |
|
Alex Menkov
|
111ba18ac6
|
8249550: jdb should use loopback address when not using remote agent
Reviewed-by: cjplummer, sspitsyn
|
2020-08-06 15:59:47 -07:00 |
|
Leonid Mesnik
|
c02b75705f
|
8161684: [testconf] Add VerifyOops' testing into compiler tiers
Reviewed-by: kvn
|
2020-08-06 13:29:15 -07:00 |
|
Chris Plummer
|
9886b7e9e9
|
8248879: SA core file support on OSX has some bugs trying to locate the jvm libraries
Reviewed-by: sspitsyn, amenkov
|
2020-08-06 13:14:15 -07:00 |
|
Lois Foltan
|
deaadfad52
|
8247938: Change various JVM enums like LinkInfo::AccessCheck and Klass::DefaultsLookupMode to enum class
Use C++11 scoped enumeration declarations for several different Klass and LinkInfo enumerations.
Reviewed-by: coleenp, hseigel, kbarrett
|
2020-08-06 18:13:56 +00:00 |
|
Joe Darcy
|
99c7b2b85b
|
8249273: Documentation of BigInteger(String) constructor does not mention leading plus
Reviewed-by: bpb
|
2020-08-06 09:58:57 -07:00 |
|
Chihiro Ito
|
db4d59cc0c
|
8250912: Recording#copy() doesn't copy the flush interval
Reviewed-by: jbachorik
|
2020-08-06 23:47:55 +09:00 |
|
Zhengyu Gu
|
b0e4e9a2e4
|
8251192: Shenandoah: Shenandoah build failed after JDK-8235573
Reviewed-by: stuefe, ysuenaga, adityam
|
2020-08-06 08:30:37 -04:00 |
|
Joe Darcy
|
2d3372c8b5
|
8250660: Clarify that WildcardType and AnnotatedWildcardType bounds methods return one
Reviewed-by: mchung, dholmes
|
2020-08-05 23:02:22 -07:00 |
|
Mikael Vidstedt
|
dc86b2e22b
|
Added tag jdk-16+9 for changeset c075a286cc7d
|
2020-08-05 19:05:05 -07:00 |
|
Igor Ignatyev
|
b37b1a391a
|
8251126: nsk.share.GoldChecker should read golden file from ${test.src}
Reviewed-by: dholmes
|
2020-08-05 16:39:38 -07:00 |
|
Igor Ignatyev
|
65577cf58a
|
8251132: make main classes public in vmTestbase/jit tests
Reviewed-by: kvn
|
2020-08-05 16:39:08 -07:00 |
|
Brian Burkhalter
|
3ea5fdc9ac
|
8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF
Reviewed-by: alanb, darcy, rriggs
|
2020-08-05 11:40:07 -07:00 |
|
Ludovic Henry
|
339016a0f2
|
8250902: Implement MD5 Intrinsics on x86
Reviewed-by: kvn, vdeshpande, ascarpino
|
2020-08-05 11:32:15 -07:00 |
|
Leonid Mesnik
|
13946835b5
|
8244537: JDI tests fail due to "ERROR: Exception : nsk.share.jdi.JDITestRuntimeException: JDITestRuntimeException : ** event IS NOT a breakpoint **"
Reviewed-by: sspitsyn, amenkov
|
2020-08-05 10:48:55 -07:00 |
|
Igor Ignatyev
|
0019679c69
|
8251190: nsk jdi tests failing "TestBug: Exception during config file parsing: java.io.FileNotFoundException"
Reviewed-by: dholmes, sspitsyn
|
2020-08-05 08:57:21 -07:00 |
|
Galder Zamarreno
|
96f56eb4fc
|
8248158: Configure fails with autoconf not found even though it's installed
Reviewed-by: erikj, ihse, stooke
|
2020-08-05 11:59:10 +02:00 |
|
Coleen Phillimore
|
97bbbbba51
|
8235573: Move JFR ObjectSample oop into OopStorage
Reviewed-by: mgronlun, dholmes, kbarrett
|
2020-08-05 10:25:49 -04:00 |
|
Harold Seigel
|
c200b4f1cb
|
8139875: [TESTBUG] Improve nsk/stress/stack/* tests
Use -Xss200k to limit the stack size, avoid running with -Xcomp, and, in one test, reduce iterations.
Reviewed-by: dholmes, lfoltan
|
2020-08-05 13:27:43 +00:00 |
|
Boris Ulasevich
|
1066357887
|
8248445: Use of AbsI/AbsL nodes should be limited to supported platforms
Reviewed-by: kvn, vlivanov
|
2020-08-05 06:31:32 -04:00 |
|
Joe Darcy
|
3a0741afa1
|
8250920: Increase @jls usage in core reflection
Reviewed-by: mchung
|
2020-08-04 20:31:57 -07:00 |
|
Igor Ignatyev
|
61ebb6adb7
|
8249030: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdi tests
Reviewed-by: dholmes, sspitsyn
|
2020-08-04 20:05:47 -07:00 |
|
Igor Ignatyev
|
a53ecac07c
|
8251128: remove vmTestbase/vm/compiler/jbe/combine
Reviewed-by: kvn
|
2020-08-04 20:04:47 -07:00 |
|
Jie Fu
|
30c8811d11
|
8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2020-08-05 10:54:18 +08:00 |
|
David Holmes
|
6b8c16cf41
|
8248906: runtime/Thread/ThreadObjAccessAtExit.java fails due to OutOfMemoryErrors
Reviewed-by: mdoerr
|
2020-08-04 21:11:45 -04:00 |
|
Alexander Matveev
|
45c4d9d519
|
8250646: hdiutil detach fix JDK-8245311 still fails sometimes
Reviewed-by: herrick, asemenyuk
|
2020-08-04 17:47:51 -07:00 |
|
Yasumasa Suenaga
|
36b129fe84
|
8250826: jhsdb does not work with coredump which comes from Substrate VM
Reviewed-by: cjplummer, sspitsyn
|
2020-08-05 09:24:02 +09:00 |
|
Chris Plummer
|
eaf70e0ab8
|
8247516: DSO.closestSymbolToPC() should use dbg.lookup() rather than rely on java ELF file support
Reviewed-by: sspitsyn, ysuenaga
|
2020-08-04 13:58:11 -07:00 |
|
Vladimir Kozlov
|
c79e6346d0
|
8250233: -XX:+CITime triggers guarantee(events != NULL) in jvmci.cpp:173
Add missing EnableJVMCI flag check. Refactoring compiler print statistic code.
Reviewed-by: thartmann
|
2020-08-04 13:16:45 -07:00 |
|
Calvin Cheung
|
d7c7f70a6a
|
8249586: Test runtime/cds/appcds/DirClasspathTest.java will fail if run twice
Add the StandardCopyOption.REPLACE_EXISTING option when calling Files.copy().
Reviewed-by: iklam
|
2020-08-04 19:17:31 +00:00 |
|
Mandy Chung
|
f4de95a97c
|
8250219: Proxy::newProxyInstance spec should specify the behavior if a given proxy interface is hidden
Reviewed-by: alanb
|
2020-08-04 10:36:02 -07:00 |
|
Mandy Chung
|
38af8be984
|
8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method
Reviewed-by: rriggs, darcy
|
2020-08-04 10:26:39 -07:00 |
|
Kim Barrett
|
b0ceab23dd
|
8250652: Add logical operations on types
Add stand-ins for C++17 logical operations on types.
Reviewed-by: eosterlund, tschatzl
|
2020-08-04 04:19:23 -04:00 |
|
Yasumasa Suenaga
|
39616b4d7c
|
8250930: [TESTBUG] Some forceEarlyReturn00* tests failed due to compiler optimization
Reviewed-by: cjplummer, dholmes
|
2020-08-04 15:28:27 +09:00 |
|
Mikael Vidstedt
|
00d223cff6
|
8250899: Backout JDK-8249628 from jdk/jdk
Reviewed-by: erikj
|
2020-08-03 22:10:31 -07:00 |
|
Mikael Vidstedt
|
bafa476135
|
Merge
|
2020-08-03 22:08:37 -07:00 |
|
Mikael Vidstedt
|
15a9c29036
|
Merge
|
2020-08-03 21:56:35 -07:00 |
|
Mikhailo Seledtsov
|
4bd94fb9ea
|
8250986: Problem list docker/TestMemoryAwareness.java and docker/TestDockerMemoryMetrics.java for linux-5.4.0-1019-oracle
Problem listed the tests
Reviewed-by: dholmes
|
2020-08-03 18:58:53 -07:00 |
|
Chris Plummer
|
54bed60bfe
|
8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols
8249150: SA core file tests sometimes time out on OSX with "java.io.IOException: App waiting timeout"
Reviewed-by: sspitsyn, amenkov
|
2020-08-03 17:38:22 -07:00 |
|
Chris Plummer
|
d12fdfa3b7
|
8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols
Reviewed-by: sspitsyn, kevinw
|
2020-08-03 16:11:41 -07:00 |
|
Rajan Halade
|
1e535dfa53
|
8243320: Add SSL root certificates to Oracle Root CA program
Reviewed-by: mullan
|
2020-08-03 11:35:24 -07:00 |
|
Albert Mingkun Yang
|
9385203fbd
|
8250628: ZGC: fixup_partial_loads was removed, but still are referenced
Reviewed-by: eosterlund, kbarrett, lkorinth
|
2020-08-03 14:01:00 +02:00 |
|
Christian Hagedorn
|
696b9e1847
|
8249605: C2: assert(no_dead_loop) failed: dead loop detected
Fixed dead loop detection in PhiNode::Ideal() to additionally account for dead MergeMemNodes
Reviewed-by: kvn, thartmann
|
2020-08-03 09:21:45 +02:00 |
|