2018-12-11 |
eosterlund |
8214897: ZGC: Concurrent Class Unloading
|
changeset |
files
|
2018-12-11 |
jlahoda |
8214491: Upgrade to JLine 3.9.0
|
changeset |
files
|
2018-12-11 |
mdoerr |
8215144: PPC64: Wrong assertion "illegal object size"
|
changeset |
files
|
2018-12-11 |
jlahoda |
8214114: Switch expressions with try-catch statements
|
changeset |
files
|
2018-12-11 |
mli |
8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
|
changeset |
files
|
2018-12-10 |
iignatyev |
8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
|
changeset |
files
|
2018-12-10 |
pchilanomate |
8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
|
changeset |
files
|
2018-12-10 |
hseigel |
8215015: [TESTBUG] remove unneeded -Xfuture option from tests
|
changeset |
files
|
2018-12-10 |
gziemski |
8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
|
changeset |
files
|
2018-12-10 |
erikj |
8215030: Disable shenandoah in Oracle builds
|
changeset |
files
|
2018-12-10 |
tschatzl |
8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
|
changeset |
files
|
2018-12-10 |
ascarpino |
8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards.
|
changeset |
files
|
2018-12-10 |
dpochepk |
8215133: AARCH64: disable Math.log intrinsic publishing
|
changeset |
files
|
2018-12-10 |
dlong |
8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
|
changeset |
files
|
2018-12-10 |
rkennke |
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
|
changeset |
files
|
2018-12-10 |
bulasevich |
8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
|
changeset |
files
|
2018-12-10 |
shade |
8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
|
changeset |
files
|
2018-12-10 |
dpochepk |
8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
|
changeset |
files
|
2018-12-10 |
ihse |
8215129: Update build documentation with Xrandr
|
changeset |
files
|
2018-12-10 |
jgeorge |
8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
|
changeset |
files
|
2018-12-10 |
gadams |
8210106: sun/tools/jps/TestJps.java timed out
|
changeset |
files
|
2018-12-10 |
tschatzl |
8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
|
changeset |
files
|
2018-12-10 |
ihse |
8214780: Create pandoc package for Windows
|
changeset |
files
|
2018-12-10 |
manc |
8215043: Remove declaration of parallel_worker_threads
|
changeset |
files
|
2018-12-09 |
martin |
8215048: Some classloader typos
|
changeset |
files
|
2018-12-09 |
vromero |
8210031: implementation for JVM Constants API
|
changeset |
files
|
2018-12-08 |
kbarrett |
8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
|
changeset |
files
|
2018-12-08 |
egahlin |
8213617: JFR should record the PID of the recorded process
|
changeset |
files
|
2018-12-08 |
egahlin |
8213966: The ZGC JFR events should be marked as experimental
|
changeset |
files
|
2018-12-08 |
dlong |
8214023: Update Graal
|
changeset |
files
|
2018-12-08 |
jwilhelm |
8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
|
changeset |
files
|
2018-12-07 |
coleenp |
8215034: Remove old HOTSWAP conditionals
|
changeset |
files
|
2018-12-07 |
coleenp |
8214972: Uses of klass_holder() except GC need to apply GC barriers
|
changeset |
files
|
2018-12-07 |
pchilanomate |
8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
|
changeset |
files
|
2018-12-07 |
zgu |
8204947: Port ShenandoahTaskTerminator to mainline and make it default
|
changeset |
files
|
2018-12-07 |
manc |
8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
|
changeset |
files
|
2018-12-07 |
egahlin |
8213421: Line number information for execution samples always 0
|
changeset |
files
|
2018-12-07 |
rriggs |
8214971: Replace use of string.equals("") with isEmpty()
|
changeset |
files
|
2018-12-07 |
egahlin |
8212232: Wrong metadata for the configuration of the cutoff for old object sample events
|
changeset |
files
|
2018-12-07 |
dchuyko |
8214376: Don't use memset to initialize array of Bundle in output.cpp
|
changeset |
files
|
2018-12-07 |
egahlin |
8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
|
changeset |
files
|
2018-12-07 |
hseigel |
8214840: runtime/NMT/MallocStressTest.java timed out
|
changeset |
files
|
2018-12-07 |
sjohanss |
8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
|
changeset |
files
|
2018-12-07 |
eosterlund |
8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
|
changeset |
files
|
2018-12-07 |
tschatzl |
8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
|
changeset |
files
|
2018-12-04 |
neliasso |
8214773: Replace use of thread unsafe strtok
|
changeset |
files
|
2018-12-07 |
sundar |
8212137: Remove JrtFileSystem finalize method
|
changeset |
files
|
2018-12-06 |
mbaesken |
8214944: replace strerror by os::strerror
|
changeset |
files
|
2018-12-07 |
dchuyko |
8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
|
changeset |
files
|
2018-12-07 |
jnimeh |
8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
|
changeset |
files
|
2018-12-07 |
dzhou |
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
|
changeset |
files
|
2018-12-06 |
egahlin |
8214925: JFR tool fails to execute
|
changeset |
files
|
2018-12-06 |
smarks |
8211882: Broken links in serialized-form.html
|
changeset |
files
|
2018-12-06 |
jcbeyler |
8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
|
changeset |
files
|
2018-12-06 |
vromero |
8214514: javac @file option gives error caused by Chinese encoding in the path
|
changeset |
files
|
2018-12-06 |
ecaspole |
Merge
|
changeset |
files
|
2018-12-06 |
ecaspole |
8214912: LogCompilation: Show the comp level
|
changeset |
files
|
2018-12-06 |
eosterlund |
8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
|
changeset |
files
|
2018-12-06 |
lfoltan |
8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
|
changeset |
files
|
2018-12-06 |
itakiguchi |
8212794: IBM-964 is required for AIX default charset
|
changeset |
files
|