Vladimir Kozlov
|
ec0cbd58f4
|
8206963: [AOT] bug with multiple class loaders
AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
|
2018-10-05 15:46:47 -07:00 |
|
Jean Christophe Beyler
|
a87e8e52ea
|
8211123: GC Metaspace printing after full gc
Move GC printing to after usage is calculated
Co-authored-by: Jiapeng Li <nijiaben@perfma.com>
Reviewed-by: tschatzl, stuefe
|
2018-10-05 13:38:03 -07:00 |
|
Kim Barrett
|
cd95f5a933
|
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
|
2018-10-05 14:28:44 -04:00 |
|
Coleen Phillimore
|
432605be5c
|
8209889: RedefineStress tests crash
Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
|
2018-10-05 09:15:52 -04:00 |
|
Martin Doerr
|
4af2374271
|
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
|
2018-10-04 16:39:07 +02:00 |
|
Robbin Ehn
|
dcfb9a75aa
|
8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
Reviewed-by: dcubed, dholmes
|
2018-10-04 14:03:13 +02:00 |
|
Poonam Bajaj
|
3ce24a0442
|
8211150: G1 Full GC not purging code root memory and hence causing memory leak
Reviewed-by: tschatzl, sjohanss
|
2018-10-03 19:30:49 +00:00 |
|
Gerard Ziemski
|
db646c699a
|
8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Added ATTRIBUTE_PRINTF to JVMFlag::printError
Reviewed-by: kbarrett, coleenp
|
2018-10-03 12:34:22 -05:00 |
|
Claes Redestad
|
08b8a3149b
|
8211384: Obsolete -XX:+/-MonitorInUseLists option
Reviewed-by: mikael, rkennke, shade, dcubed
|
2018-10-03 15:05:46 +02:00 |
|
Harold Seigel
|
221005a3d4
|
8209138: Symbol constructor uses u1 as the element type of its name argument
Maske u1 the type for Symbol values and add a function to return it as a char.
Reviewed-by: dholmes, coleenp
|
2018-10-03 09:46:46 -04:00 |
|
David Holmes
|
a3cd6a1a70
|
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
|
2018-10-03 03:41:57 -04:00 |
|
Mikael Vidstedt
|
1cca59019b
|
8211364: Remove expired flags
Reviewed-by: dholmes, egahlin
|
2018-10-02 15:01:25 -07:00 |
|
Roland Westrelin
|
ce59b4b472
|
8210887: Tweak C2 gc api for arraycopy
Reviewed-by: kvn, thartmann
|
2018-09-28 10:42:40 +02:00 |
|
Roland Westrelin
|
b00f4560cb
|
8211231: BarrierSetC1::generate_referent_check() confuses register allocator
Reviewed-by: iveresov, kvn
|
2018-09-27 16:25:25 +02:00 |
|
Man Cao
|
33c38f2ccb
|
8210716: Detailed GC logging request misses some
Changed log tags from (heap, ergo) to (gc, ergo, heap).
Reviewed-by: kbarrett, tschatzl
|
2018-10-01 20:16:55 -04:00 |
|
Roman Kennke
|
b263449b15
|
8211129: compiler/whitebox/ForceNMethodSweepTest.java fails after JDK-8132849
Reviewed-by: eosterlund, thartmann
|
2018-10-01 20:23:56 +02:00 |
|
Volker Simonis
|
d35eda31e3
|
8211328: Different declaration and definition of ClassLoaderData::classes_do() leads to build failures
Reviewed-by: dcubed, coleenp
|
2018-10-01 19:08:14 +02:00 |
|
Andrew Haley
|
768f091086
|
8210972: Add comment text to C1 patching code
Reviewed-by: kvn
|
2018-09-20 18:29:05 +01:00 |
|
Jiangli Zhou
|
061c4d7a81
|
8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
Reset InstanceKlass _init_state to 'allocated' before writing out shared classes at dump time.
Reviewed-by: dholmes, coleenp
|
2018-10-01 00:52:37 -04:00 |
|
Mikael Vidstedt
|
f4b9613346
|
8211176: Initialize ObjectMonitor eagerly
Reviewed-by: dholmes, adinn, redestad
|
2018-09-28 14:11:21 -07:00 |
|
Coleen Phillimore
|
7ef28cb2bc
|
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Reviewed-by: iklam, stuefe
|
2018-09-28 16:07:39 -04:00 |
|
Matthias Baesken
|
5d3b3156e8
|
8211208: make AllocateHeapAt an unsupported option on AIX
Reviewed-by: shade, tschatzl
|
2018-09-27 17:13:07 +02:00 |
|
Roman Kennke
|
3f09f0f79c
|
8211269: Make declaration of Allocation protected in MemAllocator
Reviewed-by: shade
|
2018-09-28 10:57:31 +02:00 |
|
Kevin Walls
|
23d457063d
|
8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
Reviewed-by: dholmes, lfoltan
|
2018-09-26 06:28:48 -07:00 |
|
Coleen Phillimore
|
06a1ea846a
|
8210856: Move InstanceKlass DependencyContext cleaning to SystemDictionary::do_unloading()
Already walk classes in ClassLoaderData::unload so generalize to also clean nmethod dependencies.
Reviewed-by: eosterlund, dlong, vlivanov
|
2018-09-26 14:01:48 -04:00 |
|
Mikael Vidstedt
|
9d83c060db
|
8210892: Deprecate TLABStats
Reviewed-by: pliden, tschatzl
|
2018-09-26 10:37:50 -07:00 |
|
Roland Westrelin
|
03e4400864
|
8210885: Convert left over loads/stores to access api
Reviewed-by: thartmann, rkennke
|
2018-09-18 20:49:44 +02:00 |
|
Leo Korinth
|
b31408a667
|
8196341: Add JFR events for parallel phases of G1
Reviewed-by: tschatzl, sangheki
|
2018-09-21 18:57:18 +02:00 |
|
Roman Kennke
|
c87e7672a6
|
8132849: Increased stop time in cleanup phase because of single-threaded walk of thread stacks in NMethodSweeper::mark_active_nmethods()
Reviewed-by: eosterlund, zgu, thartmann
|
2018-09-24 18:44:39 +02:00 |
|
Pengfei Li
|
dd4961b5aa
|
8210152: Optimize integer divisible by power-of-2 check
Integer conditional negation operation before zero check is eliminated
Reviewed-by: kvn, thartmann
|
2018-09-25 14:16:33 +02:00 |
|
Mikael Vidstedt
|
25295df059
|
8210848: Obsolete SyncKnobs
Reviewed-by: redestad, coleenp, dholmes, dcubed
|
2018-09-24 22:12:07 -07:00 |
|
Sandhya Viswanathan
|
092fe55fb1
|
8210764: Update avx512 implementation
Reviewed-by: kvn
|
2018-09-24 16:37:28 -07:00 |
|
Roman Kennke
|
0055586b61
|
8210752: Remaining explicit barriers for C2
Reviewed-by: roland, shade
|
2018-09-14 14:43:40 +02:00 |
|
Thomas Schatzl
|
159a4de4c8
|
8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
Removed unnecessary verification that can cause spurious false alarm.
Reviewed-by: sjohanss, kbarrett
|
2018-09-21 15:11:09 +02:00 |
|
Matthias Baesken
|
2c33f148bb
|
8210961: [aix] enhance list of environment variables reported in error log file on AIX
Reviewed-by: clanger, simonis
|
2018-09-20 13:59:39 +02:00 |
|
Roland Westrelin
|
04c961659f
|
8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
Reviewed-by: thartmann, kvn
|
2018-09-12 16:38:13 +02:00 |
|
Aleksey Shipilev
|
1194d162cb
|
8210963: Build failures after "8210829: Modularize allocations in C2"
Reviewed-by: rkennke, thartmann
|
2018-09-20 21:14:38 +02:00 |
|
Ioi Lam
|
6c59cb232f
|
8210875: Refactor CompactHashtable
Reviewed-by: ccheung, jiangli
|
2018-09-18 21:47:14 -07:00 |
|
Per Lidén
|
62ecb73e35
|
8210883: ZGC: Parallel retire/resize/remap of TLABs
Reviewed-by: eosterlund
|
2018-09-20 14:04:44 +02:00 |
|
Per Lidén
|
c0d0cbc4f1
|
8210857: Allow retiring TLABs and collecting statistics in parallel
Reviewed-by: sjohanss, eosterlund
|
2018-09-20 14:04:43 +02:00 |
|
Kim Barrett
|
ea9331f871
|
8210889: Some service thread cleanups can be starved
Do all available work on each iteration.
Reviewed-by: pliden, tschatzl, coleenp
|
2018-09-19 20:07:02 -04:00 |
|
Zhengyu Gu
|
cf8469cceb
|
8210879: ClassLoaderStatsClosure does raw oop comparison
Uses oopDesc::equals() for comparing oop equality
Reviewed-by: shade
|
2018-09-19 16:51:22 -04:00 |
|
Coleen Phillimore
|
fce43c0c36
|
8198717: Remove compute_optional_offset
Remove optional_offset computation and related unused code from javaClasses for reflection.
Reviewed-by: redestad, lfoltan
|
2018-09-19 15:25:05 -04:00 |
|
Roman Kennke
|
8ce9db9ed5
|
8210829: Modularize allocations in C2
Reviewed-by: kvn, roland
|
2018-09-19 21:31:33 +02:00 |
|
Per Lidén
|
ebfb84c1fe
|
8210884: ZGC: Remove insertion of filler objects
Reviewed-by: eosterlund
|
2018-09-19 19:12:20 +02:00 |
|
Per Lidén
|
85e31a838e
|
8210881: ZGC: Introduce ZRootsIteratorClosure
Reviewed-by: eosterlund
|
2018-09-19 19:12:18 +02:00 |
|
Per Lidén
|
a8703f9803
|
8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
Reviewed-by: eosterlund, sjohanss
|
2018-09-19 14:09:11 +02:00 |
|
Ioi Lam
|
1619cbd14b
|
8210864: Reduce the use of metaspaceShared.hpp
Reviewed-by: coleenp, lfoltan
|
2018-09-18 21:46:17 -07:00 |
|
Per Lidén
|
4aa926a9eb
|
8210753: Make ThreadLocalAllocBuffer::resize() public
Reviewed-by: eosterlund, jcbeyler
|
2018-09-18 22:46:35 +02:00 |
|
Coleen Phillimore
|
a3931a76f6
|
8210861: Move assert to help diagnose rare RedefineStress crash
Assert that Method being marked on stack hasn't been missed by previous metadata walk
Reviewed-by: lfoltan
|
2018-09-18 16:11:36 -04:00 |
|