sballal [Fri, 17 Aug 2018 21:50:55 +0530] rev 51433
8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
Reviewed-by: dcubed, iklam, jgeorge
rehn [Fri, 17 Aug 2018 13:38:19 +0200] rev 51432
8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M
Summary: Handshakes did not consider external suspended threads safe for safepoint.
Reviewed-by: dcubed, dholmes
epavlova [Fri, 17 Aug 2018 03:59:20 -0700] rev 51431
8209587: Update test/hotspot/jtreg/ProblemList-graal.txt
Reviewed-by: kvn
thartmann [Fri, 17 Aug 2018 08:21:20 +0200] rev 51430
8208275: C2 crash in Node::add_req(Node*)
Summary: Split-if optimization should not process (dead) counted loops.
Reviewed-by: roland
iklam [Wed, 15 Aug 2018 11:19:57 -0700] rev 51429
8209545: Simplify HeapShared::archive_module_graph_objects
Summary: Added archivable_static_fields array in heapShared.cpp
Reviewed-by: jiangli
kbarrett [Thu, 16 Aug 2018 19:49:25 -0400] rev 51428
8209607: Remove stale comment for JNI mutexes
Summary: Remove comment.
Reviewed-by: dholmes
amenkov [Thu, 16 Aug 2018 16:44:51 -0700] rev 51427
8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
Reviewed-by: mikael, dtitov, dcubed
iignatyev [Thu, 16 Aug 2018 16:28:03 -0700] rev 51426
8209549: remove VMPropsExt from TEST.ROOT
Reviewed-by: dholmes
jiangli [Thu, 16 Aug 2018 17:29:22 -0400] rev 51425
8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work.
Summary: Check the MetaspaceShared::archive_heap_object return value and handle failure accordingly.
Reviewed-by: iklam, coleenp
amenkov [Thu, 16 Aug 2018 10:20:00 -0700] rev 51424
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
Reviewed-by: dcubed, mikael
jlahoda [Thu, 16 Aug 2018 15:00:23 +0200] rev 51423
8208269: Javadoc does not support module-info in a multi-release jar
Summary: Ensuring correct version is set when reading multi-release jars.
Reviewed-by: jjg
rriggs [Wed, 15 Aug 2018 10:38:27 -0400] rev 51422
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
Reviewed-by: martin
rgoel [Thu, 16 Aug 2018 16:06:54 +0530] rev 51421
8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales
Summary: Replaced time patterns for Burmese locale from CLDR 29's patterns.
Reviewed-by: naoto
dnsimon [Thu, 16 Aug 2018 09:46:09 +0200] rev 51420
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
Reviewed-by: kvn, iveresov
thartmann [Thu, 16 Aug 2018 09:09:18 +0200] rev 51419
8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
Summary: Make sure label is bound even if SSE is disabled.
Reviewed-by: kvn
iklam [Wed, 15 Aug 2018 19:22:46 -0700] rev 51418
8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
Summary: Handle %p in /proc/sys/kernel/core_pattern
Reviewed-by: dholmes, hseigel
iklam [Tue, 14 Aug 2018 20:46:46 -0700] rev 51417
8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
Summary: Added BASIC_JAVA_CLASSES_DO in javaClasses.hpp
Reviewed-by: jiangli, redestad, coleenp
vromero [Wed, 15 Aug 2018 13:39:32 -0700] rev 51416
8207320: Wrong type order for intersection lambdas with multiple abstract methods
Reviewed-by: mcimadamore
coleenp [Wed, 15 Aug 2018 16:01:48 -0400] rev 51415
8209541: Fix merge problem in SymbolTable::do_check_concurrent_work
Summary: remerged with previous change to do_unloading.
Reviewed-by: hseigel
coleenp [Wed, 15 Aug 2018 15:50:23 -0400] rev 51414
8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out
Summary: was walking code cache for every safepoint because redefined methods take a long time to clear out of the code cache
Reviewed-by: eosterlund, rehn
darcy [Wed, 15 Aug 2018 10:44:56 -0700] rev 51413
5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading
Reviewed-by: lancea, rriggs, smarks
darcy [Wed, 15 Aug 2018 10:16:15 -0700] rev 51412
8176425: Add radix indication in NumberFormatException message for Integer.decode
Reviewed-by: lancea
mseledtsov [Wed, 15 Aug 2018 10:00:16 -0700] rev 51411
8209164: [TESTBUG] Apply jtreg skipped status to cds tests
Summary: Added the SkippedException where applicable
Reviewed-by: iklam, jiangli
thartmann [Wed, 15 Aug 2018 14:35:33 +0200] rev 51410
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
Summary: Prevent classloading to avoid generation of SHA stubs.
Reviewed-by: kvn, thartmann
Contributed-by: Joshua Zhu <joshua.zhu@arm.com>
dpochepk [Wed, 15 Aug 2018 14:48:12 +0300] rev 51409
8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
Reviewed-by: kvn, thartmann
eosterlund [Wed, 15 Aug 2018 09:51:57 +0200] rev 51408
8208582: Introduce native oop barriers in C1 for OopHandle
Reviewed-by: coleenp, kvn
xuelei [Tue, 14 Aug 2018 18:16:47 -0700] rev 51407
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
coleenp [Tue, 14 Aug 2018 19:52:34 -0400] rev 51406
8209518: symbol table gtest fails with semaphore error
Summary: loop count was wrong.
Reviewed-by: mikael, kbarrett
gziemski [Tue, 14 Aug 2018 18:42:14 -0500] rev 51405
8195100: Use a low latency hashtable for SymbolTable
Summary: Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
kvn [Tue, 14 Aug 2018 14:08:04 -0700] rev 51404
8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
Reviewed-by: mchung
kbarrett [Tue, 14 Aug 2018 14:58:14 -0400] rev 51403
8209347: SATBMarkQueue.cpp should not need jvm.h
Summary: Use os::snprintf instead of jio_snprintf.
Reviewed-by: shade, tschatzl
amenkov [Tue, 14 Aug 2018 11:56:32 -0700] rev 51402
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
Reviewed-by: sspitsyn, jcbeyler