Thomas Schatzl
f6116c5498
8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
...
Improve naming of G1Policy::adaptive_young_list_length to improve readability.
Reviewed-by: kbarrett
2019-04-08 21:01:17 +02:00
Thomas Schatzl
884545e54f
8218668: Clean up evacuation of optional collection set
...
Better integrate optional collection set evacuation into the existing evacuation scheme, fixing a few minor issues with the initial implementation.
Reviewed-by: kbarrett, sangheki
2019-04-08 20:37:52 +02:00
Ekaterina Pavlova
93c0734d3a
8216551: GraalUnitTestLauncher should be executed as '@run driver'
...
Reviewed-by: dlong, kvn
2019-04-08 11:11:22 -07:00
Aleksey Shipilev
3592b7ea78
8222130: Shenandoah should verify roots after pre-evacuation
...
Reviewed-by: rkennke, zgu
2019-04-08 19:43:04 +02:00
Sean Mullan
ae463150c0
8222133: Add temporary exceptions for root certs that are due to expire soon
...
Reviewed-by: xuelei
2019-04-08 13:33:28 -04:00
Zhengyu Gu
cc871f0459
8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
...
Reviewed-by: eosterlund
2019-04-08 13:22:59 -04:00
Daniil Titov
8dfa6d1acc
8221730: jcmd process name matching broken
...
Reviewed-by: jcbeyler, dholmes, cjplummer
2019-04-08 17:09:02 +00:00
Steve Groeger
3ff0b6ea5e
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
...
Make a strong reference to TestLogger and dont fetch it from LogManager
Reviewed-by: dfuchs
2019-04-08 15:01:39 +01:00
Roman Kennke
7a26e84e4f
8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength()
...
Reviewed-by: shade
2019-04-08 18:42:29 +02:00
Roman Kennke
d2ac25420e
8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
...
Reviewed-by: shade
2019-04-08 18:42:27 +02:00
Sean Mullan
1e6d8fbb1d
8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
...
Reviewed-by: xuelei
2019-04-08 12:19:51 -04:00
Erik Joelsson
0974861dd8
8221907: make reconfigure breaks when configured with relative paths
...
Reviewed-by: dholmes
2019-04-05 06:48:20 -07:00
Aleksey Shipilev
1e9927a2f2
8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function
...
Reviewed-by: alanb, dholmes
2019-04-08 15:25:27 +02:00
Dmitrij Pochepko
cc4453b2f8
8221995: AARCH64: problems with CAS instructions encoding
...
Reviewed-by: aph
2019-04-08 15:54:47 +03:00
Christoph Langer
9b93604535
8221880: Better customization for Windows RC properties FileDescription and ProductName
...
Reviewed-by: erikj
2019-04-08 06:56:37 +01:00
Nick Gasson
71ac3d952b
8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
...
Reviewed-by: aph, sgehwolf, mseledtsov
2019-04-08 09:31:39 +08:00
Aleksey Shipilev
63d8ae233b
8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
...
Reviewed-by: kvn, vlivanov
2019-04-07 13:28:18 +02:00
Aleksey Shipilev
fbb4597b6b
8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms
...
Reviewed-by: cjplummer, dholmes
2019-04-07 13:28:18 +02:00
Mandy Chung
a6ad14cf07
8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows
...
Reviewed-by: alanb, dholmes
2019-04-07 18:09:06 +08:00
Mandy Chung
93ae73b091
8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
...
Reviewed-by: lancea, dholmes
2019-04-07 03:00:52 +00:00
Mandy Chung
a5b9e0f7ba
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
...
Reviewed-by: alanb, dholmes, sundar
2019-04-06 21:16:40 +08:00
Mandy Chung
ab361746ec
8220282: Add MethodHandle tests on accessing final fields
...
Reviewed-by: lancea
2019-04-06 21:05:58 +08:00
Jonathan Gibbons
0abdc381b7
8221871: javadoc should not set role=region on <section> elements
...
Reviewed-by: hannesw
2019-04-05 15:57:33 -07:00
Xue-Lei Andrew Fan
8263b618ba
8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
...
Reviewed-by: alanb, dfuchs
2019-04-05 11:28:23 -07:00
Jonathan Gibbons
6d617481d4
8221997: fix headings in jdk.javadoc
...
Reviewed-by: hannesw
2019-04-05 11:17:09 -07:00
Brian Burkhalter
049c574933
8221597: A typo in the Java API doc for File.getUsableSpace()
...
Reviewed-by: lancea, darcy
2019-04-05 08:37:33 -07:00
Andrew Haley
79218415bc
8219993: AArch64: Compiled CI stubs are unsafely modified
...
Reviewed-by: adinn
2019-04-05 09:53:07 -04:00
Andrew Dinn
71164a973b
8221477: Inject os/cpu-specific constants into Unsafe from JVM
...
Initialize Unsafe os/cpu-specific constants using injection instead of native callouts
Reviewed-by: stuefe, coleenp, dholmes, plevart
2019-04-05 10:01:09 +01:00
Gary Adams
7a093bcf50
8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3
...
Reviewed-by: cjplummer, jcbeyler
2019-04-05 07:10:07 -04:00
Thomas Stuefe
1baf5289c5
8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
...
Reviewed-by: adinn, coleenp, mdoerr
2019-03-27 14:13:34 +01:00
Martin Doerr
f65be307bf
8221833: Readability check in Symbol::is_valid not performed for some addresses
...
Reviewed-by: zgu, coleenp
2019-04-05 09:18:18 +02:00
Aleksey Shipilev
208ecde943
8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
...
Reviewed-by: jiangli, dholmes
2019-04-05 09:06:19 +02:00
Matthias Baesken
77ae10cd25
8218547: Simplify JLI_Open on Windows in native code (libjli)
...
Reviewed-by: alanb, clanger
2019-04-02 13:54:00 +02:00
Goetz Lindenmaier
d6c2cc2413
8219918: ProblemList hotspot tests failing in SAP testing
...
Reviewed-by: dholmes
2019-04-05 07:59:13 +02:00
Goetz Lindenmaier
39f3368ffd
8221470: Print methods in exception messages in java-like Syntax
...
Reviewed-by: dholmes, mdoerr, coleenp
2019-04-04 09:39:44 +02:00
Coleen Phillimore
6780d21dd6
8221992: Fix old method replacement in ResolvedMethodTable
...
Use method get_new_method() which is used in other call sites.
Reviewed-by: sspitsyn
2019-04-04 17:23:05 -04:00
Xue-Lei Andrew Fan
d812742d68
8163326: Update the default enabled cipher suites preference
...
Reviewed-by: mullan
2019-04-04 14:19:29 -07:00
Claes Redestad
f7fa05ca72
8221921: Implement size() / isEmpty() in immutable collections
...
Reviewed-by: smarks
2019-04-04 23:21:52 +02:00
Claes Redestad
15d989faa4
8221981: Simplify Map/List/Set.of() implementation
...
Reviewed-by: smarks
2019-04-04 23:21:24 +02:00
Claes Redestad
3233a6f944
8221980: Simplify Optional implementation
...
Reviewed-by: smarks, clanger
2019-04-04 23:19:26 +02:00
Erik Joelsson
fbba7c49b6
8221996: Bootcycle build broken
...
Reviewed-by: tbell
2019-04-04 13:56:04 -07:00
Roman Kennke
6292ecd39b
8221848: Shenandoah: ArrayCopy post-barrier improvements
...
Reviewed-by: zgu
2019-04-04 21:29:46 +02:00
Mikhailo Seledtsov
05b294ea97
8221710: [TESTBUG] more configurable parameters for docker testing
...
Introduced docker test config properties
Reviewed-by: lmesnik, iignatyev, egahlin
2019-04-04 12:29:43 -07:00
Roman Kennke
03ab1404f0
8221766: Load-reference barriers for Shenandoah
...
Reviewed-by: kvn, erikj, aph, shade
2019-04-02 23:00:22 +02:00
Erik Joelsson
60e51498f2
8217728: Speed up incremental rerun of "make hotspot"
...
Reviewed-by: tbell
2019-04-04 07:43:44 -07:00
Weijun Wang
cf973e3db4
8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information
...
Reviewed-by: mullan
2019-04-04 20:22:16 +08:00
Ralf Schmelter
a801be79eb
8221325: Add information about swap space to print_memory_info() on MacOS
...
Reviewed-by: stuefe, dholmes
2019-03-26 01:46:06 -07:00
Coleen Phillimore
8e5a71de44
8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
...
Make consistent with StringTable and ResolvedMethodTable
Reviewed-by: dholmes
2019-04-03 20:39:19 -04:00
Jesper Wilhelmsson
8c67e267a0
Added tag jdk-13+15 for changeset f855ec13aa25
2019-04-04 01:46:14 +02:00
Xue-Lei Andrew Fan
661b5f1534
8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
...
Reviewed-by: valeriep
2019-04-03 16:23:22 -07:00