Mikael Vidstedt
dd4a832ab8
8207007: Add missing license header to zHash.inline.hpp
...
Reviewed-by: tschatzl, pliden
2018-07-10 16:14:48 -07:00
Tobias Hartmann
a16ca4799e
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
...
Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues().
Reviewed-by: kvn, kbarrett, dholmes
2018-07-10 15:33:55 +02:00
Thomas Schatzl
f57c7d1f4a
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
...
A less or equal than should be less than.
Reviewed-by: ehelin, kbarrett
2018-07-10 15:09:34 +02:00
Roland Westrelin
8c2d9b5ff0
8202123: C2 Crash in Node::in(unsigned int) const+0x14
...
Reviewed-by: kvn, thartmann
2018-06-29 17:59:44 +02:00
David Holmes
5fcb3ecb4e
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Vivek Deshpande
29cd9fe2ea
8194740: UseSubwordForMaxVector causes performance regression
...
Reviewed-by: kvn, thartmann
2018-07-09 13:25:08 -07:00
Gunter Haug
f36f4df68d
8206408: Add missing CPU/system info to vm_version_ext on PPC64
...
Reviewed-by: mdoerr, simonis
2018-07-09 12:51:58 +02:00
Martin Doerr
ea13adc07f
8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
...
Reviewed-by: goetz
2018-07-09 15:26:58 +02:00
Andrew Dinn
d5c20788ae
8206163: AArch64: incorrect code generation for StoreCM
...
StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland
2018-07-09 09:38:11 +01:00
Thomas Schatzl
cb9a168f8b
8205426: Humongous continues remembered set does not match humongous start region one after Remark
...
Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first.
Reviewed-by: ehelin, kbarrett
2018-07-09 10:19:51 +02:00
Markus Grönlund
cb094826ec
8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
...
Reviewed-by: egahlin
2018-07-08 11:54:08 +02:00
Vladimir Kozlov
f1ce5c1456
8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
...
Select maximum default values for JVMCI
Reviewed-by: dnsimon, iveresov
2018-07-06 13:45:41 -07:00
Matthias Baesken
2db58ca8c3
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
...
Reviewed-by: kvn
2018-07-05 09:38:15 +02:00
Markus Grönlund
7129c3e786
8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
...
Reviewed-by: egahlin
2018-07-04 18:39:26 +02:00
Matthias Baesken
b913444be0
8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
...
Reviewed-by: stuefe
2018-07-03 12:40:42 +02:00
Nils Eliasson
9b281d9d05
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
...
Backout 8204157 to state before 8192992
Reviewed-by: thartmann, mdoerr
2018-07-03 09:11:00 +02:00
Per Lidén
657e35019d
8206316: ZGC: Preferred tmpfs mount point not found on Debian
...
Reviewed-by: kbarrett, tschatzl, ehelin
2018-07-04 12:04:02 +02:00
Per Lidén
e0399f6060
8205924: ZGC: Premature OOME due to failure to expand backing file
...
Reviewed-by: ehelin
2018-07-04 12:04:02 +02:00
Markus Grönlund
84d23a1596
8206254: Unable to complete emergency dump during safepoint
...
Reviewed-by: egahlin
2018-07-04 10:24:16 +02:00
Volker Simonis
7cefb320e9
8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
...
Reviewed-by: stuefe, zgu
2018-07-04 09:21:19 +02:00
Paul Sandoz
a0e9bf4280
8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
...
Reviewed-by: kvn, coleenp
2018-07-02 10:09:01 -07:00
Zhengyu Gu
1a566d4510
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
...
Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin
2018-07-02 16:28:09 -04:00
Roland Westrelin
7d7184e505
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
...
Reviewed-by: thartmann, kvn
2018-07-02 10:44:46 +02:00
Martin Doerr
4f2abf069a
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
...
Reviewed-by: eosterlund, rehn, dholmes
2018-07-02 11:46:15 +02:00
Thomas Schatzl
e02646e05b
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
...
Collect remembered sets for discovered fields while adding them to the list of discovered references.
Reviewed-by: kbarrett, eosterlund
2018-07-02 09:38:20 +02:00
Tobias Hartmann
69438af9ec
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert
...
Removed assert which is too strong.
Reviewed-by: roland
2018-06-29 11:10:47 +02:00
Tobias Hartmann
5e002c7aa7
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
...
Deallocate C1 code buffers in the compiler thread destructor.
Reviewed-by: neliasso, kvn, mdoerr
2018-06-29 11:08:38 +02:00
Erik Österlund
e4dbe9909f
8205683: Refactor heap allocation to separate concerns
...
Reviewed-by: pliden, kbarrett
2018-06-28 14:22:28 +02:00
Erik Gahlin
3567e9c1d5
8197425: Liveset information for Old Object sample event
...
Reviewed-by: mgronlun, ehelin
2018-06-28 15:13:39 +02:00
Robin Westberg
b11c7752e8
8003209: JFR events for network utilization
...
Reviewed-by: mgronlun, egahlin
2018-06-28 15:06:55 +02:00
Markus Grönlund
271a76877a
8205996: JDK-8205906 broke the build on Mac
...
Reviewed-by: thartmann, ehelin
2018-06-28 13:58:30 +02:00
Per Lidén
6be8921d13
8205993: ZGC: Fix typos and incorrect indentations
...
Reviewed-by: stefank
2018-06-28 12:14:37 +02:00
Andrew Dinn
c61ba730c1
8205694: AArch64: Add test to validate volatile load, store and CAS code generation
...
Implement tests to check volatile operations are translated to valid code
Reviewed-by: aph, kvn, dpochepk
2018-06-28 10:09:58 +00:00
Markus Grönlund
5fcc705378
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
...
Reviewed-by: egahlin
2018-06-28 11:37:02 +02:00
Thomas Stuefe
13d55b0087
8205925: Print correct and more information about secondary errors
...
Reviewed-by: coleenp, dholmes
2018-06-28 11:32:32 +02:00
Stefan Karlsson
18eb98ccbc
8205923: ZGC: Verification applies load barriers before verification
...
Reviewed-by: pliden, eosterlund
2018-06-27 15:04:27 +02:00
Stefan Karlsson
03d213bcda
8205923: ZGC: Verification applies load barrier before verification
...
Reviewed-by: pliden, eosterlund
2018-06-27 15:02:53 +02:00
Per Lidén
4d06934426
8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
...
Reviewed-by: shade, stefank
2018-06-28 09:15:53 +02:00
Per Lidén
258346a5a0
8205702: assert(UseCompressedClassPointers) failed in universe.hpp
...
Reviewed-by: coleenp, ccheung
2018-06-28 07:22:59 +02:00
Thomas Stuefe
7c8da483fa
8205531: jcmd VM.classloaders should fold similar loaders
...
Reviewed-by: sspitsyn, coleenp
2018-06-28 07:00:35 +02:00
Kim Barrett
09cf8b07e8
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
...
Remove unsafe printing.
Reviewed-by: dholmes, tschatzl, dcubed, coleenp
2018-06-28 00:34:55 -04:00
Smita Kamath
3feaefd75f
8205528: Base64 encoding algorithm using AVX512 instructions
...
Reviewed-by: kvn, psandoz
2018-06-27 20:21:42 -07:00
Tom Rodriguez
6fc0ec871a
8205824: Update Graal
...
Reviewed-by: iveresov, kvn
2018-06-27 17:02:41 -07:00
Calvin Cheung
8d1a97542e
8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
...
Disable JFR and output a warning message during CDS dump time if JFR is enabled.
Reviewed-by: jiangli, lfoltan
2018-06-27 14:46:15 -07:00
Per Lidén
3a0cd3fcae
8205678: ZGC: Remove unused ZAllocationFlags::java_thread()
...
Reviewed-by: stefank, eosterlund
2018-06-27 19:45:06 +02:00
Per Lidén
3e296cc180
8205676: ZGC: Remove TLAB allocations in relocation path
...
Reviewed-by: stefank, eosterlund
2018-06-27 19:45:05 +02:00
Nils Eliasson
8e9f9e5583
8204157: Compiler.sunflow hangs after JDK-8192992
...
Treat non-loop phis as stores
Reviewed-by: thartmann
2018-06-27 18:46:30 +02:00
Jiangli Zhou
884f9db3c6
8205699: assert(_owner_offset != 0) failed in javaClasses.cpp
...
Added java_util_concurrent_locks_AbstractOwnableSynchronizer::serialize.
Reviewed-by: ccheung, dholmes
2018-06-27 11:55:35 -04:00
Goetz Lindenmaier
cad47f4a03
8199940: Print more information about class loaders in IllegalAccessErrors
...
Reviewed-by: lfoltan, mchung
2018-06-27 09:52:23 +02:00
Robbin Ehn
1e4a26ceda
8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
...
Reviewed-by: coleenp, gziemski
2018-06-27 12:46:15 +02:00