Peter Levart
98cb81b381
8265237: String.join and StringJoiner can be improved further
...
Reviewed-by: rriggs, redestad
2021-04-21 10:32:03 +00:00
Jie Fu
ed477da9c6
8264945: Optimize the code-gen for Math.pow(x, 0.5)
...
Reviewed-by: neliasso, kvn
2021-04-21 10:10:42 +00:00
Christoph Göttschkes
7146104fda
8265421: java/lang/String/StringRepeat.java test is missing a memory requirement
...
Reviewed-by: jlaskey, shade, ryadav
2021-04-21 07:13:13 +00:00
Yi Yang
b5c92ca34f
8265106: IGV: Enforce en-US locale while parsing ideal graph
...
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: thartmann, chagedorn
2021-04-21 06:36:47 +00:00
Jonathan Gibbons
3de0dcba78
8265483: All-caps “JAVA” in the top navigation bar
...
Reviewed-by: iris, erikj
2021-04-21 04:36:37 +00:00
Ioi Lam
739769c8fc
8265411: Avoid unnecessary Method::init_intrinsic_id calls
...
Reviewed-by: dholmes, minqi
2021-04-21 01:42:50 +00:00
Jie Fu
a22ad03b25
8264983: Add gtest for JDK-8264008
...
Reviewed-by: stuefe
2021-04-20 22:49:01 +00:00
Sean Mullan
91b08b733e
8261779: JCK test api/javax_crypto/EncryptedPrivateKeyInfo/Ctor4.html is failing with assertion error when assertions enabled
...
Reviewed-by: rhalade, pkoppula, mschoene, weijun
2021-04-20 21:45:53 +00:00
Brian Burkhalter
2fcd920adc
8261183: Follow on to Make lists of normal filenames
...
Reviewed-by: alanb, rriggs, rhalade
2021-04-20 21:45:53 +00:00
Igor Ignatyev
40ef00cebf
8258457: testlibrary_tests/ctw/JarDirTest.java fails with InvalidPathException on windows
...
Reviewed-by: kvn
2021-04-20 21:45:53 +00:00
Vaibhav Choudhary
3f0da35764
8261392: Exclude testlibrary_tests/ctw/JarDirTest.java
...
Reviewed-by: coffeys
2021-04-20 21:45:53 +00:00
Rahul Yadav
8d0faaf91a
8257001: Improve Http Client Support
...
Reviewed-by: chegar, dfuchs, rhalade
2021-04-20 21:45:53 +00:00
Tobias Hartmann
9bf055d359
8259633: compiler/graalunit/CoreTest.java fails with NPE after JDK-8244543
...
Reviewed-by: vlivanov, jcm
2021-04-20 21:45:53 +00:00
Sean Mullan
ddc56d1dbe
8259428: AlgorithmId.getEncodedParams() should return copy
...
Reviewed-by: weijun, valeriep
2021-04-20 21:45:52 +00:00
Sean Mullan
ae33d2a2f0
8258247: Couple of issues in fix for JDK-8249906
...
Reviewed-by: rhalade, weijun
2021-04-20 21:45:52 +00:00
Jamsheed Mohammed C M
2003e91d3b
8244543: Enhanced handling of abstract classes
...
Reviewed-by: vlivanov, rhalade
2021-04-20 21:45:52 +00:00
Roger Riggs
e56e087290
8250568: Less ambiguous processing
...
Reviewed-by: alanb, rhalade
2021-04-20 21:45:52 +00:00
Brian Burkhalter
4471789aca
8253799: Make lists of normal filenames
...
Reviewed-by: alanb, rhalade
2021-04-20 21:45:52 +00:00
Sean Mullan
7232e3c704
8249906: Enhance opening JARs
...
Reviewed-by: weijun, rhalade, mschoene
2021-04-20 21:45:52 +00:00
Aleksei Efimov
17a741d6bc
8244473: Contextualize registration for JNDI
...
Also reviewed by Chris Ries <chris.ries@oracle.com>
Reviewed-by: dfuchs, rriggs, rhalade, skoivu, mullan
2021-04-20 21:45:52 +00:00
Rafael Winterhalter
f47faf283b
8228988: AnnotationParser throws NullPointerException on incompatible member type
...
Reviewed-by: darcy
2021-04-20 21:33:19 +00:00
Erik Gahlin
d61345984d
8265407: JFR: Fix Typos
...
Reviewed-by: mgronlun
2021-04-20 17:27:25 +00:00
Erik Gahlin
4dcaac1feb
8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=
...
Reviewed-by: cjplummer
2021-04-20 15:53:45 +00:00
Mikael Vidstedt
72c88fc45d
8257459: Bump minimum boot jdk to JDK 16
...
Reviewed-by: darcy, iris, erikj
2021-04-20 14:37:44 +00:00
Albert Mingkun Yang
c52e5f2be4
8265435: Remove dummy lists in G1CalculatePointersClosure
...
Reviewed-by: sjohanss, tschatzl
2021-04-20 12:48:08 +00:00
Thomas Schatzl
072ae7ec5e
8265436: G1: Improve gc+phases log output during full gc
...
Reviewed-by: ayang, mli
2021-04-20 10:36:12 +00:00
Roberto Castañeda Lozano
d81b0461b7
8263227: C2: inconsistent spilling due to dead nodes in exception block
...
Eliminate dead nodes created by call-catch cleanup even if they have multiple
projections. Assert that definitions dominate uses and projections are scheduled
next to their parent nodes.
Reviewed-by: neliasso, kvn
2021-04-20 10:06:49 +00:00
Andrew Haley
a25bae8239
8261445: Use memory_order_relaxed for os::random().
...
Reviewed-by: adinn, eosterlund, mdoerr, dholmes
2021-04-20 08:09:30 +00:00
Roberto Castañeda Lozano
51366439b1
8262725: IGV: crash when removing all graphs in a group
...
Make IGV close graph views when their groups are either removed or emptied, and
avoid faulty graph view computation for empty groups.
Reviewed-by: chagedorn, rrich
2021-04-20 07:58:26 +00:00
Per Liden
79798c656d
8265136: ZGC: Expose GarbageCollectorMXBeans for both pauses and cycles
...
Reviewed-by: sspitsyn, ayang
2021-04-20 07:53:43 +00:00
Yasumasa Suenaga
f1d4ae6cc9
8263718: unused-result warning happens at os_linux.cpp
...
Reviewed-by: dholmes, stuefe
2021-04-20 05:06:55 +00:00
Tagir F. Valeev
787908c778
8264221: Rewrite confusing stream API chain in SnippetMaps
...
Reviewed-by: jlahoda
2021-04-20 01:44:32 +00:00
Yasumasa Suenaga
142edd3a81
8265152: jpackage cleanup fails on Windows with IOException deleting msi
...
Reviewed-by: herrick, asemenyuk
2021-04-20 01:18:43 +00:00
Mikael Vidstedt
ab2240741c
8265486: ProblemList javax/sound/midi/Sequencer/Recording.java on macosx-aarch64
...
Reviewed-by: prr, serb
2021-04-19 22:29:53 +00:00
Chris Plummer
e0fd5fc069
8265028: JDWP debug agent thread lookup can be made faster
...
Reviewed-by: sspitsyn, amenkov
2021-04-19 21:15:14 +00:00
Erik Joelsson
713483c77d
8265373: Change to GCC 10.3 for building on Linux at Oracle
...
Reviewed-by: mikael
2021-04-19 19:46:13 +00:00
Daniel D. Daugherty
3990713691
8265463: ProblemList vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java on Win-X64 -Xcomp
...
8265464: ProblemList vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 in -Xcomp configs
Reviewed-by: mikael
2021-04-19 18:49:48 +00:00
Alexander Matveev
5b43b39e55
8263154: [macos] DMG builds have finder errors
...
Reviewed-by: herrick, asemenyuk
2021-04-19 18:17:24 +00:00
Doug Simon
54cb388dce
8252600: [JVMCI] remove mx configuration
...
Reviewed-by: erikj, kvn
2021-04-19 17:45:20 +00:00
Yumin Qi
b703e0a4c8
8264569: Remove obsolete error messages from CDSTestUtils.java
...
Reviewed-by: iklam
2021-04-19 17:06:07 +00:00
Yi Yang
235daea06a
8265285: Unnecessary inclusion of bytecodeHistogram.hpp
...
Reviewed-by: dholmes, iklam
2021-04-19 16:54:37 +00:00
Weijun Wang
8bec6fe6dc
8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
...
Reviewed-by: mullan
2021-04-19 16:11:54 +00:00
Claes Redestad
5303ccb885
8265135: Reduce work initializing VarForms
...
Reviewed-by: psandoz, mchung
2021-04-19 14:39:31 +00:00
Ivan Walulya
d9e40dd593
8199407: Skip Rebuild Remset Phase if there are no rebuild candidates
...
Reviewed-by: tschatzl, sjohanss
2021-04-19 14:37:16 +00:00
Weijun Wang
8dbf7aa1f9
8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params
...
Reviewed-by: mullan
2021-04-19 14:29:18 +00:00
Erik Joelsson
b14e0ee4d8
8265371: Change to Visual Studio 2019 16.9.3 for building on Windows at Oracle
...
Reviewed-by: mikael
2021-04-19 13:48:44 +00:00
Jorn Vernee
c88714875d
8265079: Implement VarHandle invoker caching
...
Reviewed-by: redestad, vlivanov, psandoz, mchung
2021-04-19 11:36:55 +00:00
Jie Fu
b64a3fb946
8265325: Optimize StubRoutines::dpow() for Math.pow(x, 0.5)
...
Reviewed-by: kvn, neliasso
2021-04-19 10:45:20 +00:00
Tejpal Rebari
d1c8c9eabb
8197811: Test java/awt/Choice/PopupPosTest/PopupPosTest.java fails on Windows
...
Reviewed-by: psadhukhan
2021-04-19 10:23:19 +00:00
Albert Mingkun Yang
7d01c988cf
8265414: Variable assigned but not used in G1FreeHumongousRegionClosure
...
Reviewed-by: tschatzl, iwalulya
2021-04-19 09:58:08 +00:00