Wed, 23 Oct 2019 17:35:32 +0200 |
shade |
8232882: GCC 4.8.5 build failure after JDK-8211073
|
changeset |
files
|
Wed, 23 Oct 2019 15:54:39 +0100 |
dfuchs |
8232625: HttpClient redirect policy should be more conservative
|
changeset |
files
|
Wed, 23 Oct 2019 17:02:32 +0200 |
egahlin |
Method setStartTime doesn't work with RecordingStream
JEP-349-branch
|
changeset |
files
|
Wed, 23 Oct 2019 15:48:11 +0200 |
redestad |
8232887: Remove SystemDictionary::has_checkPackageAccess
|
changeset |
files
|
Wed, 23 Oct 2019 15:01:32 +0200 |
egahlin |
Improve TestFilledChunks.java
JEP-349-branch
|
changeset |
files
|
Wed, 23 Oct 2019 05:48:17 -0700 |
erikj |
8232834: RunTest sometimes fails to produce valid exitcode.txt
|
changeset |
files
|
Wed, 23 Oct 2019 14:06:39 +0200 |
tschatzl |
8232771: Revert JDK-8230794 because of environment changes
|
changeset |
files
|
Wed, 23 Oct 2019 13:52:33 +0200 |
thartmann |
8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong
|
changeset |
files
|
Wed, 23 Oct 2019 12:21:32 +0200 |
chagedorn |
8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes
|
changeset |
files
|
Wed, 23 Oct 2019 12:17:14 +0200 |
chagedorn |
8232874: Add missing test for 8230062
|
changeset |
files
|
Wed, 23 Oct 2019 12:15:42 +0200 |
chagedorn |
8232873: Add missing test for 8220416
|
changeset |
files
|
Wed, 23 Oct 2019 09:53:07 +0200 |
jiefu |
8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error
|
changeset |
files
|
Wed, 23 Oct 2019 09:48:46 +0200 |
ihse |
8232770: Enable more warnings on solaris studio
|
changeset |
files
|
Wed, 23 Oct 2019 09:45:41 +0200 |
ihse |
8211073: Remove -Wno-extra from Hotspot
|
changeset |
files
|
Tue, 22 Oct 2019 21:26:45 -0500 |
mhorie |
8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
|
changeset |
files
|
Tue, 22 Oct 2019 22:00:21 -0400 |
dholmes |
8232571: Add missing SIGINFO signal
|
changeset |
files
|
Wed, 23 Oct 2019 10:02:26 +0900 |
ysuenaga |
8232592: <Unknown compiled code> is shown in jstack mixed mode
|
changeset |
files
|
Tue, 22 Oct 2019 23:55:33 +0200 |
cito |
8223697: jfr tool can't format duration values greater than 1 minute
|
changeset |
files
|
Tue, 22 Oct 2019 18:53:28 +0200 |
shade |
8232802: Shenandoah: transition between "cset" and "pinned_cset" does not require cancelled gc
|
changeset |
files
|
Tue, 22 Oct 2019 18:53:22 +0200 |
shade |
8232791: Shenandoah: passive mode should disable pacing
|
changeset |
files
|
Tue, 22 Oct 2019 09:20:21 -0700 |
mchung |
8232617: Update the outdated code comments in java.lang.System class
|
changeset |
files
|
Tue, 22 Oct 2019 11:59:42 -0400 |
zgu |
8232747: Shenandoah: Concurrent GC should deactivate SATB before processing weak roots
|
changeset |
files
|
Tue, 22 Oct 2019 14:05:56 +0200 |
shade |
8232778: Shenandoah: SBSA::arraycopy_prologue checks wrong register
|
changeset |
files
|
Tue, 22 Oct 2019 09:51:52 +0200 |
ihse |
Add doubunder on solaris in two places.
ihse-cflags-rewrite-branch
|
changeset |
files
|
Tue, 22 Oct 2019 08:57:41 +0200 |
ihse |
8223400: Replace some enums with static const members in hotspot/runtime
|
changeset |
files
|
Tue, 22 Oct 2019 08:51:18 +0200 |
ihse |
Merge
ihse-cflags-rewrite-branch
|
changeset |
files
|
Tue, 22 Oct 2019 08:50:27 +0200 |
ihse |
Fix merge errors.
ihse-cflags-rewrite-branch
|
changeset |
files
|
Tue, 22 Oct 2019 11:32:19 +0800 |
jiefu |
8232757: VM fails to report an error for DumpLoadedClassList when cds is disabled
|
changeset |
files
|
Mon, 21 Oct 2019 17:27:51 +0800 |
jiefu |
8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled
|
changeset |
files
|
Mon, 21 Oct 2019 22:44:49 +0200 |
shade |
8232729: Shenandoah: assert ShenandoahHeap::cas_oop addresses are aligned
|
changeset |
files
|
Mon, 21 Oct 2019 22:44:48 +0200 |
shade |
8232730: Shenandoah: Traversal should not CAS the roots
|
changeset |
files
|
Mon, 21 Oct 2019 21:36:26 +0100 |
aivanov |
8232624: Java cannot start: NewStringPlatform missing
|
changeset |
files
|
Mon, 21 Oct 2019 13:25:36 -0700 |
jjg |
8231587: Memory leak in WorkArounds.serializedForms
|
changeset |
files
|
Mon, 21 Oct 2019 11:35:36 -0700 |
jjg |
8232639: Change module graph images to use SVG instead of PNG format.
|
changeset |
files
|
Mon, 21 Oct 2019 14:26:10 -0400 |
zgu |
8232712: Shenandoah: SIGBUS in load_reference_barrier_native
|
changeset |
files
|
Mon, 21 Oct 2019 20:09:06 +0200 |
egahlin |
Fix race conditation in test and add logging for TestLatestEvent
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 10:32:49 -0700 |
erikj |
8232569: Use test image from different jib profile for testing
|
changeset |
files
|
Mon, 21 Oct 2019 13:13:16 -0400 |
lfoltan |
8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
|
changeset |
files
|
Mon, 21 Oct 2019 18:35:30 +0200 |
egahlin |
Improve TestSetSettings.java
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 09:26:14 -0700 |
erikj |
8232572: Add hooks for custom output dir in Bundles.gmk
|
changeset |
files
|
Mon, 21 Oct 2019 18:25:56 +0200 |
egahlin |
Add logging for parsing chunk start time
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 17:36:04 +0200 |
egahlin |
Add logging to TestSetSettings.java
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 18:15:53 +0200 |
stuefe |
Fix comments
stuefe-new-metaspace-branch
|
changeset |
files
|
Mon, 21 Oct 2019 16:43:06 +0200 |
stuefe |
Fix error in chunk allocation strategy which caused small chunks to dominate
stuefe-new-metaspace-branch
|
changeset |
files
|
Mon, 21 Oct 2019 17:23:45 +0200 |
egahlin |
Harden TestChunkGap.java
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 16:29:38 +0200 |
egahlin |
Log unknown event
JEP-349-branch
|
changeset |
files
|
Mon, 21 Oct 2019 15:38:26 +0200 |
jlahoda |
8226585: Improve javac messages for using a preview API
|
changeset |
files
|
Mon, 21 Oct 2019 15:11:44 +0200 |
shade |
8232702: Shenandoah: gc/shenandoah/TestVerifyJCStress.java uses non-existent -XX:+VerifyObjectEquals
|
changeset |
files
|
Mon, 21 Oct 2019 15:11:43 +0200 |
shade |
8232575: Shenandoah: asynchronous object/region pinning
|
changeset |
files
|
Mon, 21 Oct 2019 15:11:42 +0200 |
shade |
8232674: Fix build and rename ShenandoahBarrierSet::oop_load_from_native_barrier
|
changeset |
files
|
Mon, 21 Oct 2019 09:58:32 +0200 |
pliden |
8232239: ZGC: Inline ZCPU::count() and ZCPU:id()
|
changeset |
files
|
Mon, 21 Oct 2019 09:58:07 +0200 |
pliden |
8232238: ZGC: Move ZList inline funtions to zList.inline.hpp
|
changeset |
files
|
Mon, 21 Oct 2019 09:57:26 +0200 |
pliden |
8232237: ZGC: Move ZArray inline funtions to zArray.inline.hpp
|
changeset |
files
|
Mon, 21 Oct 2019 09:56:58 +0200 |
pliden |
8232236: ZGC: Move ZThread inline funtions to zThread.inline.hpp
|
changeset |
files
|
Mon, 21 Oct 2019 09:56:43 +0200 |
pliden |
8232235: ZGC: Move ZValue inline funtions to zValue.inline.hpp
|
changeset |
files
|
Mon, 21 Oct 2019 09:55:58 +0200 |
pliden |
8231996: ZGC: Replace ZStatisticsForceTrace with check if JFR event is enabled
|
changeset |
files
|
Mon, 21 Oct 2019 09:55:48 +0200 |
pliden |
8231940: ZGC: Print correct low/high capacity
|
changeset |
files
|
Mon, 21 Oct 2019 09:55:31 +0200 |
pliden |
8231943: ZGC: Enable serviceability/dcmd/gc/RunGCTest
|
changeset |
files
|
Mon, 21 Oct 2019 09:51:24 +0200 |
pliden |
8232001: ZGC: Ignore metaspace GC threshold until GC is warm
|
changeset |
files
|
Mon, 21 Oct 2019 14:04:16 +0800 |
amlu |
8232195: Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow
|
changeset |
files
|
Fri, 18 Oct 2019 20:28:16 +0800 |
jiefu |
8232616: JVMCI_lock fails to get initialized when cds is disabled
|
changeset |
files
|
Fri, 18 Oct 2019 14:07:47 -0700 |
cjplummer |
8232276: Problem list serviceability/sa/ClhsdbJstackXcompStress.java
|
changeset |
files
|
Fri, 18 Oct 2019 21:25:01 +0100 |
chegar |
datagramsocketimpl-branch: minor refactoring
datagramsocketimpl-branch
|
changeset |
files
|
Fri, 18 Oct 2019 14:14:37 -0400 |
herrick |
8223325: Improve wix sources generated by jpackage
JDK-8200758-branch
|
changeset |
files
|
Fri, 18 Oct 2019 11:00:57 -0400 |
herrick |
8232281: jpackage is not always reporting an error when no main class specified
JDK-8200758-branch
|
changeset |
files
|
Fri, 18 Oct 2019 14:03:44 -0400 |
zgu |
8232008: Shenandoah: C1 load barrier does not match interpreter version
|
changeset |
files
|
Fri, 18 Oct 2019 13:07:46 -0400 |
zgu |
8232010: Shenandoah: implement self-fixing native barrier
|
changeset |
files
|
Wed, 16 Oct 2019 11:12:47 +0100 |
pconcannon |
8231719: Correct contradictions in timeout range descriptions.
|
changeset |
files
|
Thu, 17 Oct 2019 08:56:06 +0100 |
jboes |
8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses
|
changeset |
files
|
Fri, 18 Oct 2019 12:20:51 -0400 |
zgu |
8232009: Shenandoah: C2 load barrier does not match interpreter version
|
changeset |
files
|
Fri, 18 Oct 2019 09:17:38 -0700 |
ccheung |
8232030: HelloDynamic.java fails with latest Graal
|
changeset |
files
|
Fri, 18 Oct 2019 17:08:59 +0100 |
chegar |
datagramsocketimpl-branch: fix issue with receive packet buf size
datagramsocketimpl-branch
|
changeset |
files
|
Fri, 18 Oct 2019 17:45:17 +0200 |
egahlin |
Stabilize TestLatestEvent.java
JEP-349-branch
|
changeset |
files
|
Fri, 18 Oct 2019 11:36:35 -0400 |
zgu |
8231324: Shenandoah: avoid duplicated weak root works during final traversal
|
changeset |
files
|
Fri, 18 Oct 2019 14:56:01 +0200 |
mbaesken |
8232381: add result NULL-checking to freetypeScaler.c
|
changeset |
files
|
Fri, 18 Oct 2019 14:15:10 +0800 |
jiefu |
8232593: [TESTBUG] runtime/cds/CheckDefaultArchiveFile.java fails when cds is disabled
|
changeset |
files
|
Thu, 17 Oct 2019 16:39:45 +0200 |
stuefe |
Lessen verification costs
stuefe-new-metaspace-branch
|
changeset |
files
|
Fri, 18 Oct 2019 09:57:20 +0900 |
ysuenaga |
8232084: HotSpot build failed with GCC 9.2.1
|
changeset |
files
|
Thu, 17 Oct 2019 22:41:36 +0200 |
clanger |
8232370: Refactor some com.sun.jdi tests to enable IDE integration
|
changeset |
files
|
Thu, 17 Oct 2019 21:15:33 +0100 |
chegar |
datagramsocketimpl-branch: initial code changes
datagramsocketimpl-branch
|
changeset |
files
|
Thu, 17 Oct 2019 20:54:25 +0100 |
chegar |
datagramsocketimpl-branch: merge with default
datagramsocketimpl-branch
|
changeset |
files
|
Thu, 17 Oct 2019 20:53:35 +0100 |
chegar |
datagramsocketimpl-branch: update to default
datagramsocketimpl-branch
|
changeset |
files
|
Thu, 17 Oct 2019 20:27:44 +0100 |
chegar |
Initial changes for datagramsocketimpl-branch
datagramsocketimpl-branch
|
changeset |
files
|
Thu, 17 Oct 2019 20:56:11 +0200 |
shade |
8232573: Shenandoah: cleanup and add more logging for in-pause phases
|
changeset |
files
|
Thu, 17 Oct 2019 20:56:04 +0200 |
shade |
8232534: Shenandoah: guard against reentrant ShenandoahHeapLock locking
|
changeset |
files
|
Thu, 17 Oct 2019 13:14:48 -0400 |
zgu |
8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
|
changeset |
files
|
Thu, 17 Oct 2019 09:38:32 -0700 |
darcy |
8232448: Suppress warnings on non-serializable non-transient instance fields in jdk.jdi
|
changeset |
files
|
Thu, 17 Oct 2019 09:21:00 -0700 |
mseledtsov |
Removing TestLargeRootSet.java from problem list as it was fixed
JEP-349-branch
|
changeset |
files
|
Thu, 17 Oct 2019 08:00:37 -0400 |
herrick |
8232387 : tools/jpackage/share/jdk/jpackage/tests/BasicTest.java fails
JDK-8200758-branch
|
changeset |
files
|
Thu, 17 Oct 2019 07:55:35 -0400 |
herrick |
8232280: close() is not called on return value of Files.walk()
JDK-8200758-branch
|
changeset |
files
|
Thu, 17 Oct 2019 14:20:26 +0200 |
ihse |
8213239: Configure cannot handle command overrides with arguments
|
changeset |
files
|
Thu, 17 Oct 2019 07:35:22 -0400 |
coleenp |
8232112: MDO extra_data_lock leaks during class unloading
|
changeset |
files
|
Thu, 17 Oct 2019 11:39:48 +0200 |
ihse |
Also fix launchers.
ihse-cflags-rewrite-branch
|
changeset |
files
|
Thu, 17 Oct 2019 11:37:36 +0200 |
ihse |
Make it compile again. (Mostly remove logical-op).
ihse-cflags-rewrite-branch
|
changeset |
files
|
Thu, 17 Oct 2019 11:07:24 +0200 |
ihse |
Merge from default (huge)
ihse-cflags-rewrite-branch
|
changeset |
files
|
Mon, 14 Oct 2019 11:36:17 +0200 |
goetz |
8218628: Add detailed message to NullPointerException describing what is null.
|
changeset |
files
|
Thu, 17 Oct 2019 10:35:18 +0200 |
ihse |
8223998: Missing MakeDir in ExecuteWithLog
|
changeset |
files
|
Wed, 16 Oct 2019 17:03:40 +0200 |
rrich |
8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks
|
changeset |
files
|
Thu, 17 Oct 2019 13:34:06 +0800 |
mli |
8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
|
changeset |
files
|
Thu, 17 Oct 2019 13:18:01 +0800 |
mli |
8209824: Improve the code coverage for ThreadLocal
|
changeset |
files
|
Wed, 16 Oct 2019 18:47:11 -0700 |
igerasim |
8231859: Extra dash after the exception name in @throws clause of javadoc
|
changeset |
files
|
Thu, 17 Oct 2019 02:49:14 +0200 |
jwilhelm |
Added tag jdk-14+19 for changeset 9b67dd88a931
|
changeset |
files
|
Wed, 16 Oct 2019 16:55:52 -0700 |
darcy |
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
|
changeset |
files
|
Thu, 17 Oct 2019 07:31:35 +0800 |
weijun |
8232357: Compare version info of Santuario to legal notice
|
changeset |
files
|
Thu, 17 Oct 2019 00:19:02 +0200 |
redestad |
8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
|
changeset |
files
|
Thu, 17 Oct 2019 00:00:13 +0200 |
redestad |
8232211: Remove dead code from os.hpp|cpp
|
changeset |
files
|
Wed, 16 Oct 2019 14:32:17 -0700 |
igerasim |
8230407: SocketPermission and FilePermission action list allows leading comma
|
changeset |
files
|
Mon, 14 Oct 2019 18:48:10 -0700 |
manc |
8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero
jdk-14+19
|
changeset |
files
|
Wed, 16 Oct 2019 17:41:03 +0200 |
stuefe |
Merge
stuefe-new-metaspace-branch
|
changeset |
files
|
Wed, 16 Oct 2019 16:54:56 +0200 |
yzheng |
8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
|
changeset |
files
|
Wed, 16 Oct 2019 14:50:53 +0100 |
dfuchs |
8231449: HttpClient’s client ssl certificate authentication seems to be broken.
|
changeset |
files
|
Wed, 16 Oct 2019 10:32:08 -0400 |
herrick |
8232279 : Improve test helpers #2
JDK-8200758-branch
|
changeset |
files
|
Wed, 16 Oct 2019 09:57:23 -0400 |
herrick |
8231862: Decouple DesktopIntegration and LinuxPackageBundler classes
JDK-8200758-branch
|
changeset |
files
|
Wed, 16 Oct 2019 16:10:24 +0200 |
stuefe |
Remove experimental MetaspaceSeparateMicroCLDs feature, since its effect was underwhelming
stuefe-new-metaspace-branch
|
changeset |
files
|
Wed, 16 Oct 2019 15:31:05 +0200 |
stuefe |
Merge
stuefe-new-metaspace-branch
|
changeset |
files
|
Wed, 16 Oct 2019 12:36:44 +0200 |
tschatzl |
8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
|
changeset |
files
|
Wed, 16 Oct 2019 11:52:56 +0200 |
mdoerr |
8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
|
changeset |
files
|
Wed, 16 Oct 2019 11:23:46 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Tue, 15 Oct 2019 22:22:23 -0400 |
zgu |
8229919: Support JNI Critical functions in object pinning API on x86_32 platforms
|
changeset |
files
|
Wed, 16 Oct 2019 01:16:12 +0200 |
egahlin |
Don't expand LongMap lazily
JEP-349-branch
|
changeset |
files
|