Ioi Lam
|
91f9adc5f5
|
8268139: CDS ArchiveBuilder may reference unloaded classes
Reviewed-by: coleenp, ccheung
|
2021-06-05 15:22:38 +00:00 |
|
Andrey Turbanov
|
36bff6f945
|
8066694: Strange code in JavacParser.java
Reviewed-by: vromero, iris
|
2021-06-05 14:44:25 +00:00 |
|
Stephen Colebourne
|
6c838c568c
|
8266846: Add java.time.InstantSource
Reviewed-by: rriggs, naoto, darcy
|
2021-06-05 13:26:52 +00:00 |
|
Sibabrata Sahoo
|
7f55dc1576
|
8179880: Refactor javax/security shell tests to plain java tests
Reviewed-by: weijun
|
2021-06-05 07:56:14 +00:00 |
|
Yasumasa Suenaga
|
7e41ca3da8
|
8266957: SA has not followed JDK-8220587 and JDK-8224965
Reviewed-by: cjplummer, sspitsyn
|
2021-06-05 00:07:04 +00:00 |
|
Jonathan Gibbons
|
6ff978ac16
|
8267204: Expose access to underlying streams in Reporter
Reviewed-by: prappo
|
2021-06-05 00:05:17 +00:00 |
|
Nick Gasson
|
76b54a1995
|
8263512: [macos_aarch64] issues with calling va_args functions from invoke_native
Reviewed-by: jvernee
|
2021-06-04 23:55:12 +00:00 |
|
Yi Yang
|
4e6748c543
|
8267687: ModXNode::Ideal optimization is better than Parse::do_irem
Reviewed-by: neliasso, kvn
|
2021-06-04 23:29:35 +00:00 |
|
Vladimir Kozlov
|
48dc72b74d
|
8268272: Remove JDK-8264874 changes because Graal was removed.
Reviewed-by: erikj
|
2021-06-04 20:10:59 +00:00 |
|
Sandhya Viswanathan
|
20b631278c
|
8268151: Vector API toShuffle optimization
Reviewed-by: psandoz, vlivanov
|
2021-06-04 18:16:16 +00:00 |
|
Leonid Mesnik
|
64ec8b3e5c
|
8212155: Race condition when posting dynamic_code_generated event leads to JVM crash
Reviewed-by: sspitsyn, dcubed
|
2021-06-04 17:22:01 +00:00 |
|
Stuart Marks
|
cd0678fcf6
|
8199318: add idempotent copy operation for Map.Entry
Reviewed-by: alanb, psandoz, dfuchs
|
2021-06-04 17:13:05 +00:00 |
|
Joe Wang
|
b27599b3ec
|
8268222: javax/xml/jaxp/unittest/transform/Bug6216226Test.java failed, cannot delete file
Reviewed-by: dfuchs
|
2021-06-04 16:31:59 +00:00 |
|
Maurizio Cimadamore
|
59a539fef1
|
8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries
Reviewed-by: jvernee, psandoz
|
2021-06-04 12:53:17 +00:00 |
|
Jan Lahoda
|
40c9e258b5
|
8265444: Javadocs: jdk.jshell - small typo
Reviewed-by: sundar
|
2021-06-04 12:35:36 +00:00 |
|
Vladimir Ivanov
|
069f180a85
|
8268174: Move x86-specific stub declarations into stubRoutines_x86.hpp
Reviewed-by: kvn
|
2021-06-04 10:55:21 +00:00 |
|
Pankaj Bansal
|
3025f05970
|
8264305: Create implementation for native accessibility peer for Statusbar java role
Reviewed-by: kizune
|
2021-06-04 05:18:33 +00:00 |
|
Mikael Vidstedt
|
e2d5ff9d45
|
8268214: Use system zlib and disable dtrace when building linux-aarch64 at Oracle
Reviewed-by: dholmes
|
2021-06-04 04:07:06 +00:00 |
|
Mikael Vidstedt
|
1b4378e58e
|
8268142: Switch to jdk-17+24 for macosx-aarch64 at Oracle
Reviewed-by: erikj
|
2021-06-04 03:14:35 +00:00 |
|
Igor Ignatyev
|
edca245d5a
|
8267917: mark hotspot containers tests which ignore external VM flags
Reviewed-by: mseledtsov, hseigel
|
2021-06-04 02:21:53 +00:00 |
|
Joe Darcy
|
05df1727b5
|
8268224: Cleanup references to "strictfp" in core lib comments
Reviewed-by: jrose
|
2021-06-04 02:04:04 +00:00 |
|
Calvin Cheung
|
516e60a7ee
|
8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies
Reviewed-by: iklam, minqi
|
2021-06-03 22:56:57 +00:00 |
|
Paul Sandoz
|
c1f3094f81
|
8267939: Clarify the specification of iterator and spliterator forEachRemaining
Reviewed-by: smarks
|
2021-06-03 22:03:35 +00:00 |
|
Joe Wang
|
460ce5553c
|
8266019: StreamResult(File) writes to incorrect file path if # is part of the file path
Reviewed-by: dfuchs
|
2021-06-03 21:26:32 +00:00 |
|
Mandy Chung
|
b95586559c
|
8267995: Add reference to JVMS class file format in Lookup::defineHiddenClass
Reviewed-by: darcy
|
2021-06-03 20:43:12 +00:00 |
|
Sandhya Viswanathan
|
9f05c411e6
|
8265783: Create a separate library for x86 Intel SVML assembly intrinsics
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Rahul Kandu <rkandu@openjdk.org>
Co-authored-by: Razvan Lupusoru <rlupusoru@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Jie Fu <jiefu@openjdk.org>
Co-authored-by: Ahmet Akkas <ahmet.akkas@intel.com>
Co-authored-by: Marius Cornea <marius.cornea@intel.com>
Reviewed-by: erikj, kvn, psandoz
|
2021-06-03 20:03:36 +00:00 |
|
Jonathan Gibbons
|
e27c4d463d
|
8268185: Update GitHub Actions for jtreg 6
Reviewed-by: erikj
|
2021-06-03 19:39:28 +00:00 |
|
Daniel D. Daugherty
|
68ac871b62
|
8268189: ProblemList compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java in -Xcomp mode
Reviewed-by: mikael
|
2021-06-03 19:32:59 +00:00 |
|
Andy Herrick
|
af3df6300e
|
8267598: jpackage removes system libraries from java.library.path
Reviewed-by: almatvee, asemenyuk
|
2021-06-03 19:02:11 +00:00 |
|
Maurizio Cimadamore
|
52d8215a1e
|
8268131: 2 java/foreign tests timed out
Reviewed-by: dcubed
|
2021-06-03 16:19:35 +00:00 |
|
Raffaello Giulietti
|
5405f983db
|
8268077: java.util.List missing from Collections Framework Overview
Reviewed-by: smarks
|
2021-06-03 16:08:33 +00:00 |
|
Fernando Guallini
|
3aa7062c3d
|
8262409: sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions. SSL test failures caused by java failed with "Server reported the wrong exception"
Reviewed-by: rhalade, xuelei
|
2021-06-03 16:06:31 +00:00 |
|
Paul Sandoz
|
5982cfc856
|
8266317: Vector API enhancements
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Reviewed-by: jbhateja, vlivanov
|
2021-06-03 15:16:58 +00:00 |
|
Sean Coffey
|
eb385c0de2
|
8268167: MultipleLogins.java failure on macosx-aarch64
Reviewed-by: weijun
|
2021-06-03 13:47:47 +00:00 |
|
Jie Fu
|
fbaebd4243
|
8268014: Build failure on SUSE Linux Enterprise Server 11.4 (s390x) due to 'SYS_get_mempolicy' was not declared
Reviewed-by: dholmes, mdoerr, mbaesken
|
2021-06-03 12:55:21 +00:00 |
|
Mahendra Chhipa
|
338dae4d36
|
8268133: Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
Reviewed-by: dfuchs
|
2021-06-03 12:51:48 +00:00 |
|
Maurizio Cimadamore
|
29ab16284a
|
8266257: Fix foreign linker build issues for ppc and s390
Reviewed-by: jvernee, vlivanov
|
2021-06-03 09:41:21 +00:00 |
|
Stefan Karlsson
|
c8f4c02bf0
|
8268118: Rename bytes_os_cpu.inline.hpp files to bytes_os_cpu.hpp
Reviewed-by: coleenp, dholmes
|
2021-06-03 09:04:53 +00:00 |
|
Stefan Karlsson
|
1296a6c425
|
8268119: Rename copy_os_cpu.inline.hpp files to copy_os_cpu.hpp
Reviewed-by: kbarrett, coleenp
|
2021-06-03 09:03:27 +00:00 |
|
Daniel Fuchs
|
178343750f
|
8264975: java/net/DatagramSocket/DatagramSocketMulticasting.java fails infrequently
Reviewed-by: alanb, chegar
|
2021-06-03 08:58:41 +00:00 |
|
Albert Mingkun Yang
|
a52a08d20b
|
8267916: Adopt cast notation for CompilerThread conversions
Reviewed-by: kbarrett, iklam, dholmes
|
2021-06-03 08:21:39 +00:00 |
|
Joel Borggrén-Franck
|
9bf347bc1f
|
8226362: langtools ProblemList file contains more than 1 entry for a test
Reviewed-by: jlahoda
|
2021-06-03 07:51:30 +00:00 |
|
Sean Coffey
|
bdeaeb47d0
|
8240256: Better resource cleaning for SunPKCS11 Provider
Reviewed-by: valeriep
|
2021-06-03 06:45:06 +00:00 |
|
Leonid Mesnik
|
06f87cf441
|
8266337: ThreadTimesClosure doesn't handle exceptions properly
Reviewed-by: dholmes, sspitsyn
|
2021-06-03 04:12:40 +00:00 |
|
Jonathan Gibbons
|
ef01e47858
|
8268150: tier2: test/jdk/tools/jpackage/junit/junit.java needs updating for jtreg 6
Reviewed-by: almatvee
|
2021-06-03 01:09:49 +00:00 |
|
Jonathan Gibbons
|
e9f3e325c2
|
8259530: Generated docs contain MIT/GPL-licenced works without reproducing the licence
Reviewed-by: prappo
|
2021-06-02 22:45:58 +00:00 |
|
Jonathan Gibbons
|
d46a2c8ecf
|
8268147: need to update reference to testng module for jtreg6
Reviewed-by: dholmes, psandoz, naoto
|
2021-06-02 22:33:16 +00:00 |
|
Daniel D. Daugherty
|
76fdf2c89b
|
8268146: fix for JDK-8266254 fails validate-source
Reviewed-by: psandoz, wetmore
|
2021-06-02 21:50:43 +00:00 |
|
Valerie Peng
|
136badb1f7
|
8248268: Support KWP in addition to KW
Reviewed-by: xuelei
|
2021-06-02 21:31:57 +00:00 |
|
Jonathan Gibbons
|
3482cb87fd
|
8266254: Update to use jtreg 6
8265020: tests must be updated for new TestNG module name
Reviewed-by: lancea, erikj, mchung, naoto, alanb, iris, chegar
|
2021-06-02 21:20:12 +00:00 |
|