Wed, 06 Nov 2019 14:04:07 +0100 |
mbaesken |
8233328: fix minimal VM build on Linux s390x
|
changeset |
files
|
Thu, 07 Nov 2019 09:23:55 +0100 |
neliasso |
8233783: Make 8232896 patch complete
|
changeset |
files
|
Thu, 07 Nov 2019 07:02:55 +0100 |
thartmann |
8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
|
changeset |
files
|
Wed, 06 Nov 2019 21:18:42 -0500 |
dholmes |
8233454: Test fails with assert(!is_init_completed(), "should only happen during init") after JDK-8229516
|
changeset |
files
|
Thu, 07 Nov 2019 03:01:52 +0100 |
jwilhelm |
Added tag jdk-14+22 for changeset 83810b7d12e7
|
changeset |
files
|
Wed, 06 Nov 2019 19:37:30 +0100 |
shade |
8233698: GCC 4.8.5 build failure after JDK-8233530
|
changeset |
files
|
Wed, 06 Nov 2019 15:20:06 +0800 |
jiefu |
8233671: [TESTBUG] runtime/cds/appcds/sharedStrings/FlagCombo.java fails to compile without jfr
|
changeset |
files
|
Wed, 06 Nov 2019 09:45:26 -0800 |
igerasim |
8233658: Escape + in the expression describing Runtime.Version string
|
changeset |
files
|
Wed, 06 Nov 2019 09:45:04 -0800 |
xuelei |
8223940: Private key not supported by chosen signature algorithm
|
changeset |
files
|
Wed, 06 Nov 2019 19:37:52 +0300 |
bulasevich |
8231955: ARM32: Address displacement is 0 for volatile field access because of Unsafe field access.
|
changeset |
files
|
Wed, 06 Nov 2019 19:27:15 +0300 |
bulasevich |
8233600: Cross-builds fails after JDK-8233285
|
changeset |
files
|
Wed, 06 Nov 2019 17:13:26 +0100 |
stuefe |
Merge
stuefe-new-metaspace-branch
|
changeset |
files
|
Wed, 06 Nov 2019 16:52:49 +0100 |
shade |
8233695: AArch64 build failures after -Wno-extra removal
|
changeset |
files
|
Wed, 06 Nov 2019 09:50:53 -0500 |
zgu |
8233401: Shenandoah: Refactor/cleanup Shenandoah load barrier code
jdk-14+22
|
changeset |
files
|
Wed, 06 Nov 2019 21:49:30 +0900 |
ysuenaga |
8233375: JFR emergency dump does not recover thread state
|
changeset |
files
|
Wed, 06 Nov 2019 13:43:25 +0800 |
jiefu |
8233659: [TESTBUG] runtime/cds/appcds/CommandLineFlagCombo.java fails when jfr is disabled
|
changeset |
files
|
Tue, 05 Nov 2019 20:27:21 -0800 |
igerasim |
8233650: Javadoc for Math.floorMod(int, int) gives wrong example
|
changeset |
files
|
Tue, 05 Nov 2019 18:42:10 -0500 |
dholmes |
8233599: ARM32 Build failed due to 8232050 missing an include
|
changeset |
files
|
Tue, 05 Nov 2019 14:54:44 -0500 |
lancea |
8233622: (zipfs) open/test/jdk/jdk/nio/zipfs/CopyMoveTests.java has incorrect bug label
|
changeset |
files
|
Wed, 06 Nov 2019 01:45:25 +0800 |
aoqi |
8233608: Minimal build broken after JDK-8233494
|
changeset |
files
|
Tue, 05 Nov 2019 18:34:02 +0000 |
michaelm |
Check for AF_UNIX support on Windows was not correct
unixdomainchannels
|
changeset |
files
|
Tue, 05 Nov 2019 09:59:21 -0800 |
iveresov |
8233590: Compiler thread creation fails with assert(_c2_count > 0 || _c1_count > 0) failed: No compilers?
|
changeset |
files
|
Tue, 05 Nov 2019 08:57:36 -0800 |
iignatyev |
8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
|
changeset |
files
|
Tue, 05 Nov 2019 17:27:18 +0100 |
hannesw |
8232209: Update double-conversion license file to version 3.1.5
|
changeset |
files
|
Tue, 05 Nov 2019 16:00:51 +0000 |
michaelm |
make benchmark use loopback address
unixdomainchannels
|
changeset |
files
|
Tue, 05 Nov 2019 16:57:58 +0100 |
stuefe |
8233530: gcc 5.4 build warning -Wc++14-compat after JDK-8233359
|
changeset |
files
|
Tue, 05 Nov 2019 15:10:00 +0000 |
michaelm |
added some micro benchmarks (SocketChannelCompare does direct comparison)
unixdomainchannels
|
changeset |
files
|
Tue, 05 Nov 2019 11:53:46 +0100 |
mdoerr |
8233081: C1: PatchingStub for field access copies too much
|
changeset |
files
|
Thu, 31 Oct 2019 17:16:36 +0100 |
neliasso |
8232896: ZGC: Enable C2 clone intrinsic
|
changeset |
files
|
Tue, 05 Nov 2019 10:11:18 +0000 |
dmarkov |
8232880: Update test documentation with additional settings for client UI tooltip tests
|
changeset |
files
|
Tue, 05 Nov 2019 17:02:01 +0800 |
jiefu |
8233574: Shenandoah: build is broken without jfr
|
changeset |
files
|
Tue, 05 Nov 2019 09:58:05 +0100 |
redestad |
8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
|
changeset |
files
|
Tue, 05 Nov 2019 09:57:10 +0100 |
redestad |
8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
|
changeset |
files
|
Tue, 05 Nov 2019 09:37:20 +0800 |
jiefu |
8233429: Minimal and zero VM build broken after JDK-8227003
|
changeset |
files
|
Thu, 31 Oct 2019 07:53:16 +0100 |
stuefe |
8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
|
changeset |
files
|
Mon, 04 Nov 2019 13:02:40 -0800 |
igerasim |
8233422: Extra space in the title of the HTML javadoc page
|
changeset |
files
|
Mon, 04 Nov 2019 12:36:54 -0800 |
iklam |
8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
|
changeset |
files
|
Mon, 04 Nov 2019 15:06:01 -0500 |
herrick |
8232919 : If user installs msi and exe, two installations are found in Add/Remove
JDK-8200758-branch
|
changeset |
files
|
Mon, 04 Nov 2019 14:57:27 -0500 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
Mon, 04 Nov 2019 11:42:24 -0800 |
bchristi |
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
|
changeset |
files
|
Mon, 04 Nov 2019 11:05:10 -0800 |
bpb |
8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
|
changeset |
files
|
Mon, 04 Nov 2019 19:40:58 +0100 |
shade |
8233520: Shenandoah: do not sleep when thread is attaching
|
changeset |
files
|
Mon, 04 Nov 2019 13:13:34 -0500 |
aph |
Merge
|
changeset |
files
|
Fri, 01 Nov 2019 06:04:35 -0400 |
aph |
8233232: AArch64: Shenandoah: jni_fast_GetLongField is broken
|
changeset |
files
|
Mon, 04 Nov 2019 10:03:32 -0800 |
jiefu |
8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
|
changeset |
files
|
Mon, 04 Nov 2019 14:24:36 +0000 |
coffeys |
8232984: Upgrading Joni License version to 2.1.16
|
changeset |
files
|
Mon, 04 Nov 2019 22:31:59 +0900 |
ysuenaga |
8233285: Demangling C++ symbols in jhsdb jstack --mixed
|
changeset |
files
|
Mon, 04 Nov 2019 13:58:33 +0100 |
stooke |
8232973: Potential infinite loop in macOS hotspot agent
|
changeset |
files
|
Mon, 04 Nov 2019 11:25:55 +0000 |
michaelm |
Merge
unixdomainchannels
|
changeset |
files
|
Mon, 04 Nov 2019 11:33:15 +0100 |
tschatzl |
8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
|
changeset |
files
|
Mon, 04 Nov 2019 11:15:45 +0100 |
ihse |
8233383: Various minor fixes
|
changeset |
files
|
Mon, 04 Nov 2019 11:12:13 +0100 |
ihse |
8233381: Update copyright year in build system files
|
changeset |
files
|
Mon, 04 Nov 2019 10:06:59 +0000 |
chegar |
8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
|
changeset |
files
|
Mon, 04 Nov 2019 10:58:14 +0100 |
jlahoda |
8230847: Trees.getScope may crash when invoked for statement inside switch.
|
changeset |
files
|
Wed, 30 Oct 2019 14:52:27 +0100 |
mbaesken |
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
|
changeset |
files
|
Mon, 04 Nov 2019 09:54:00 +0100 |
mbaesken |
8233078: fix minimal VM build on Linux ppc64(le)
|
changeset |
files
|
Mon, 04 Nov 2019 09:40:35 +0100 |
jlahoda |
8229815: Upgrade Jline to 3.12.1
|
changeset |
files
|
Mon, 04 Nov 2019 14:26:18 +0800 |
weijun |
8231950: keytool -ext camel-case shorthand not working
|
changeset |
files
|
Sun, 03 Nov 2019 18:02:29 -0500 |
dholmes |
8229516: Thread.isInterrupted() always returns false after thread termination
|
changeset |
files
|
Sun, 03 Nov 2019 14:07:43 +0000 |
alanb |
8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
|
changeset |
files
|