Vladimir Kozlov
|
e15849a0f8
|
8232904: Update JVMCI
Reviewed-by: dnsimon
|
2019-10-24 16:58:39 -07:00 |
|
Mikhailo Seledtsov
|
cd4d0bc498
|
8227317: [TESTBUG] jdk docker/TestDockerMemoryMetrics.java fails on systems w/o kernel memory accounting
Skipping the test case if kernel memory acct not supported
Reviewed-by: sgehwolf, lmesnik
|
2019-10-24 12:18:32 -07:00 |
|
Ekaterina Pavlova
|
0501511825
|
8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting
Reviewed-by: kvn
|
2019-10-24 11:25:53 -07:00 |
|
Martin Doerr
|
0a5f074a77
|
8230459: Test failed to resume JVMCI CompilerThread
Reviewed-by: dholmes, kvn
|
2019-10-21 19:58:16 +02:00 |
|
Alan Hayward
|
9dd7038c43
|
8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
Adds missing line for aarch64 to debug.cpp help() for pns
Reviewed-by: adinn
|
2019-11-13 17:24:53 +08:00 |
|
Michael McMahon
|
9f91b8dde2
|
8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
Reviewed-by: dfuchs, rriggs
|
2019-11-13 09:09:41 +00:00 |
|
Tobias Hartmann
|
7ba4fc4722
|
8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
Explicitly handle ProjNodes with TOP input.
Reviewed-by: kvn, vlivanov
|
2019-11-13 08:43:35 +01:00 |
|
Yasumasa Suenaga
|
a05b6ae866
|
8233785: Incorrect JDK version is reported in hs_err log
Reviewed-by: dholmes, stuefe
|
2019-11-13 10:27:06 +09:00 |
|
Amy Lu
|
0c1f972f4a
|
8233961: Problem list tools/jlink/JLinkReproducibleTest.java for windows-all
Reviewed-by: alanb
|
2019-11-13 09:09:04 +08:00 |
|
Naoto Sato
|
9803a8dcb2
|
8232860: Error formatting integer values with MessageFormat.format() using HOST provider
Reviewed-by: rriggs
|
2019-11-12 14:05:18 -08:00 |
|
Vladimir Yaroslavskiy
|
de54eb1513
|
8226297: Dual-pivot quicksort improvements
Reviewed-by: dl, lbourges
|
2019-11-12 13:49:40 -08:00 |
|
Florian Weimer
|
7dafe378d3
|
8233880: Support compilers with multi-digit major version numbers
Reviewed-by: tbell
|
2019-11-12 21:00:08 +00:00 |
|
Erik Österlund
|
857de6c9e8
|
8230661: ZGC: Stop reloading oops in load barriers
Reviewed-by: pliden, stefank
|
2019-11-12 20:14:49 +00:00 |
|
Erik Österlund
|
54572d621a
|
8233797: ZGC: Unify naming convention for functions using atomics
Reviewed-by: pliden, stefank
|
2019-11-12 20:01:23 +00:00 |
|
Erik Österlund
|
db15bf5174
|
8233061: ZGC: Enforce memory ordering in segmented bit maps
Reviewed-by: pliden, stefank
|
2019-11-12 20:01:23 +00:00 |
|
Joe Darcy
|
f13a0df720
|
8233940: Preview API tests for String methods should use ${jdk.version} as -source arg
Reviewed-by: jlaskey, jlahoda
|
2019-11-12 10:45:23 -08:00 |
|
Martin Balao
|
171257ea1a
|
8233946: Add @since 13 annotation to KerberosPrincipal.KRB_NT_ENTERPRISE field
Reviewed-by: clanger
|
2019-11-12 12:36:16 -03:00 |
|
Thomas Schatzl
|
d8fa5af9a9
|
8233792: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found (2)
Reviewed-by: lkorinth, kbarrett
|
2019-11-12 16:28:26 +01:00 |
|
Martin Doerr
|
7c242c709d
|
8233820: Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
Verification code needs to skip illegal phi functions.
Reviewed-by: thartmann, vlivanov
|
2019-11-12 16:13:16 +01:00 |
|
Julia Boes
|
d948bfd584
|
8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Change implementation to use iterator instead of plain LinkedList
Reviewed-by: dfuchs, vtewari
|
2019-11-08 11:15:16 +00:00 |
|
Florian Weimer
|
e0f7b08376
|
8233941: adlc should not generate Pipeline_Use_Cycle_Mask::operator=
Removed useless = operator.
Reviewed-by: kvn, thartmann
|
2019-11-12 12:19:24 +01:00 |
|
Jie Fu
|
b2ce439b85
|
8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler
Reviewed-by: thartmann, iveresov
|
2019-11-11 17:40:28 +08:00 |
|
Erik Österlund
|
d7ae51cc26
|
8224817: Implementation of JEP 364: ZGC on macOS
Reviewed-by: pliden, stefank
|
2019-11-12 09:27:21 +00:00 |
|
Erik Österlund
|
8a8b35154b
|
8233506: ZGC: the load for Reference.get() can be converted to a load for strong refs
Reviewed-by: thartmann, neliasso, pliden
|
2019-11-12 09:25:39 +00:00 |
|
Ivan Gerasimov
|
8e859259bc
|
8233884: Avoid looking up standard charsets in security libraries
Reviewed-by: coffeys
|
2019-11-12 01:36:17 -08:00 |
|
Doug Simon
|
301e068935
|
8233900: [JVMCI] improve help text for EnableJVMCIProduct option
Reviewed-by: kvn
|
2019-11-12 10:19:04 +01:00 |
|
Tobias Hartmann
|
1833584f92
|
8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
Strengthened asserts in locate_pre_from_main() and added a check for is_main_no_pre_loop().
Reviewed-by: kvn, vlivanov
|
2019-11-12 10:16:04 +01:00 |
|
Jan Lahoda
|
29852ecd80
|
8232684: Make switch expressions final
Reviewed-by: alanb, mcimadamore, kvn
|
2019-11-12 06:32:13 +00:00 |
|
Mat Carter
|
f390c87d8d
|
8231863: Crash if classpath is read from @argument file and the main gets option argument
Reviewed-by: alanb, mchung
|
2019-11-11 17:43:10 -08:00 |
|
Daniil Titov
|
a4c01b3c46
|
8233868: Unproblem list sun/tools/jstat/jstatClassloadOutput1.sh
Reviewed-by: amenkov, cjplummer
|
2019-11-11 11:09:49 -08:00 |
|
Coleen Phillimore
|
b4d28f36fc
|
8232735: Convert PrintJNIResolving to Unified Logging
Converted the existing output at debug level because it is noisy
Reviewed-by: iklam, dholmes
|
2019-11-11 12:11:34 -05:00 |
|
Patric Hedlin
|
6fa1bf99e2
|
8233918: 8233498 broke build on SPARC
Reviewed-by: eosterlund
|
2019-11-11 16:59:42 +01:00 |
|
Goetz Lindenmaier
|
bc116ded54
|
8231757: [ppc] Fix VerifyOops. Errors show since 8231058
Also make the checks print the wrong value and where a failure occurred.
Reviewed-by: dholmes, mdoerr
|
2019-11-11 16:24:35 +01:00 |
|
Phil Race
|
53439611f0
|
Merge
|
2019-10-18 09:25:06 -07:00 |
|
Zhengyu Gu
|
7987b2fbae
|
8231324: Shenandoah: avoid duplicated weak root works during final traversal
Reviewed-by: rkennke
|
2019-10-18 11:36:35 -04:00 |
|
Matthias Baesken
|
01a545b870
|
8232381: add result NULL-checking to freetypeScaler.c
Reviewed-by: clanger, prr
|
2019-10-18 14:56:01 +02:00 |
|
Jie Fu
|
75d143bcfc
|
8232593: [TESTBUG] runtime/cds/CheckDefaultArchiveFile.java fails when cds is disabled
Reviewed-by: iklam, dholmes
|
2019-10-18 14:15:10 +08:00 |
|
Yasumasa Suenaga
|
11fbd78f27
|
8232084: HotSpot build failed with GCC 9.2.1
Reviewed-by: sspitsyn, cjplummer, dholmes, iklam
|
2019-10-18 09:57:20 +09:00 |
|
Sergey Bylokhov
|
0fcb58c5d5
|
8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
Reviewed-by: jdv, psadhukhan
|
2019-10-17 14:07:02 -07:00 |
|
Christoph Langer
|
3e02a34be9
|
8232370: Refactor some com.sun.jdi tests to enable IDE integration
Reviewed-by: amenkov, cjplummer, sspitsyn
|
2019-10-17 22:41:36 +02:00 |
|
Aleksey Shipilev
|
f630646baf
|
8232573: Shenandoah: cleanup and add more logging for in-pause phases
Reviewed-by: rkennke
|
2019-10-17 20:56:11 +02:00 |
|
Aleksey Shipilev
|
86f50ba1ef
|
8232534: Shenandoah: guard against reentrant ShenandoahHeapLock locking
Reviewed-by: rkennke
|
2019-10-17 20:56:04 +02:00 |
|
Zhengyu Gu
|
2324892e0b
|
8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
Reviewed-by: rkennke
|
2019-10-17 13:14:48 -04:00 |
|
Joe Darcy
|
bd96098ec2
|
8232448: Suppress warnings on non-serializable non-transient instance fields in jdk.jdi
Reviewed-by: sspitsyn
|
2019-10-17 09:38:32 -07:00 |
|
Magnus Ihse Bursie
|
68dbbf566d
|
8213239: Configure cannot handle command overrides with arguments
Reviewed-by: erikj
|
2019-10-17 14:20:26 +02:00 |
|
Coleen Phillimore
|
86fdbc0f85
|
8232112: MDO extra_data_lock leaks during class unloading
Call the MDO destructor during class unloading.
Reviewed-by: dholmes, eosterlund
|
2019-10-17 07:35:22 -04:00 |
|
Alexey Ivanov
|
8ca21069c6
|
8223558: Java does not render Myanmar script correctly
Reviewed-by: prr, serb
|
2019-10-16 22:30:30 +01:00 |
|
Sergey Bylokhov
|
e4b73897ad
|
8232225: Rework the fix for JDK-8071483
Reviewed-by: prr
|
2019-10-15 22:42:23 -07:00 |
|
Ralf Schmelter
|
04e885b498
|
8232168: Fix non wide char canonicalization on Windows
Reviewed-by: clanger, alanb, ccheung
|
2019-10-15 17:08:09 +02:00 |
|
Dean Long
|
cf43427ce9
|
8233273: Update Graal
Reviewed-by: kvn
|
2019-10-31 16:54:16 -07:00 |
|