Magnus Ihse Bursie
8cc7ce2c18
6657100: Rename sparcWorks to solstudio in HotSpot
...
Reviewed-by: erikj, dcubed
2018-08-31 09:37:03 +02:00
Kim Barrett
6a0bb0955e
8209975: Some GCThreadLocalData not initialized
...
Perform deferred BarrierSet initializations for NonJavaThreads too.
Reviewed-by: eosterlund, pliden
2018-08-30 17:03:46 -04:00
Aleksei Voitylov
26560a934d
8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
...
Conditionalize compare with serial_phase_count.
Reviewed-by: kbarrett, shade
2018-08-30 16:33:14 -04:00
Kim Barrett
75a8e7d4e2
8210119: Rename SubTasksDone::is_task_claimed
...
Renamed to try_claim_task and inverted result.
Reviewed-by: coleenp, sjohanss
2018-08-30 16:16:19 -04:00
Jean Christophe Beyler
b9b522a7ad
8203356: VM Object Allocation Collector can infinite recurse
...
VM Event callback do not provoke a VM alloc event
Reviewed-by: sspitsyn, phh, amenkov, cjplummer
2018-08-30 09:47:12 -07:00
Harold Seigel
d36066fdad
8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify
...
Check for 'bc_length > 0' to handle lengths of -1.
Reviewed-by: coleenp
2018-08-30 09:08:23 -04:00
Lutz Schmidt
af1ce0a659
8209950: SIGBUS in CodeHeapState::print_names()
...
Reviewed-by: thartmann, kvn
2018-08-30 09:34:10 +02:00
Erik Österlund
05b8f66dff
8210065: ZGC: Remove mode for treating weaks as strong
...
Reviewed-by: kbarrett, pliden
2018-08-30 09:25:38 +02:00
Erik Österlund
af545969be
8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
...
Reviewed-by: pliden
2018-08-30 09:12:07 +02:00
Erik Österlund
dd02aad6be
8210061: ZGC: Remove STW weak processor mode
...
Reviewed-by: pliden, kbarrett
2018-08-30 08:59:23 +02:00
Mikael Vidstedt
f5e624c0b3
8209856: Obsolete error reporter
...
Reviewed-by: coleenp, stuefe
2018-08-29 13:04:50 -07:00
Roman Kennke
296002fe50
8180193: Make marking bitmap code available to other GCs
...
Reviewed-by: shade, stefank
2018-08-29 20:15:09 +02:00
Jesper Wilhelmsson
d40735db17
Merge
2018-08-29 19:48:28 +02:00
Patricio Chilano Mateo
ff17347f8f
8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
...
Fixed MemberNameLeak.java due to intermittent failure after 8206423
Reviewed-by: coleenp, lfoltan
2018-08-29 10:46:59 -04:00
Roland Westrelin
7135605c6f
8209691: Allow MemBar on single memory slice
...
Reviewed-by: kvn, vlivanov
2018-08-22 10:29:17 +02:00
Per Lidén
16263ca90c
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
...
Reviewed-by: eosterlund, kbarrett
2018-08-29 08:00:00 +02:00
Jean Christophe Beyler
3de7598a3f
8210035: Fix copyrights for files created for the HeapMonitor work
...
Added the Oracle copyright to newly created files
Reviewed-by: sspitsyn, cjplummer
2018-08-28 21:25:37 -07:00
Ioi Lam
4c58f6768a
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
...
Removed the assert
Reviewed-by: ccheung, jiangli
2018-08-28 16:01:01 -07:00
Coleen Phillimore
3559b6be76
8209958: Clean up duplicate basic array type statics in Universe
...
Reviewed-by: lfoltan, zgu
2018-08-28 18:17:01 -04:00
Kim Barrett
e1059f1301
8209976: Improve iteration over non-JavaThreads
...
Add NonJavaThread and move NamedThread iteration to new class.
Reviewed-by: eosterlund, coleenp, rkennke
2018-08-28 16:04:54 -04:00
Kim Barrett
1b02e70184
8072498: Multi-thread JNI weak reference processing
...
Add parallel processing support to WeakProcessor.
Reviewed-by: tschatzl, sjohanss
2018-08-28 12:57:40 -04:00
Harold Seigel
eb51968f00
8202578: Revisit location for class unload events
...
Use notify_unload_class() to post JFR class unload events instead of doing a separate traversal of the class loader data graph
Reviewed-by: lfoltan, coleenp, mgronlun, egahlin
2018-08-28 10:10:11 -04:00
Per Lidén
12c27777c8
8209894: ZGC: Cap number of GC workers based on heap size
...
Reviewed-by: ehelin, tschatzl
2018-08-28 09:06:23 +02:00
Zhengyu Gu
083110efa9
8209852: Counters in StringCleaningTask should be type of size_t
...
Converted counters to size_t type to avoid casting
Reviewed-by: coleenp
2018-08-27 17:20:29 -04:00
Coleen Phillimore
fd9fa38d21
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
...
And also added function with KlassClosure to remove the hacks.
Reviewed-by: lfoltan, sspitsyn
2018-08-25 11:10:21 -04:00
Aleksey Shipilev
51c04f947f
8209911: More blob types in hs_err printout
...
Reviewed-by: simonis, kvn
2018-08-25 14:23:21 +02:00
Mikael Vidstedt
83d8bf86a6
8209915: Fix license headers
...
Reviewed-by: kvn, pliden
2018-08-24 13:23:39 -07:00
Zhengyu Gu
af8a3d61b5
8209841: [REDO] Refactor G1ParallelCleaningTask into shared
...
Refactored ParallelCleaningTask to share with other GCs
Reviewed-by: tschatzl, shade
2018-08-24 15:49:21 -04:00
Jiangli Zhou
7a51b4a8fa
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
...
Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
2018-08-24 15:33:28 -04:00
Dean Long
347b95d500
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
...
Reviewed-by: kvn, thartmann
2018-08-24 11:56:14 -07:00
Tobias Hartmann
aef7c93375
8209670: CompilerThread releasing code buffer in destructor is unsafe
...
Don't free temporary code buffers in compiler thread destructor to avoid interference with safepoint code.
Reviewed-by: kvn, dholmes, zgu
2018-08-21 17:47:59 +02:00
Roland Westrelin
423c207dc7
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
...
Reviewed-by: neliasso, kvn
2018-08-17 17:13:12 +02:00
Gerard Ziemski
e0559bdd88
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
...
SymbolTableLock no longer checks for safepoints
Reviewed-by: coleenp, rehn
2018-08-24 09:12:51 -05:00
Gunter Haug
e2081b42b5
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
...
Reviewed-by: kvn, phh, lucy
2018-08-20 12:08:07 +02:00
Tobias Hartmann
6dac70d919
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
...
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
2018-08-06 09:09:57 +02:00
Markus Grönlund
e8dd517464
8207139: NMT is not enabled on Windows 2016/10
...
Reviewed-by: dcubed, zgu, dholmes
2018-08-02 09:49:04 +02:00
Harold Seigel
5a3decc9f1
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
...
Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan
2018-07-26 15:56:37 -04:00
Goetz Lindenmaier
c798b68ee1
8207830: [aix] disable jfr in build and tests
...
Reviewed-by: kvn, erikj
2018-07-20 09:46:57 +02:00
Zhengyu Gu
7f98a31e8d
8207056: Epsilon GC to support object pinning
...
Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke
2018-07-11 13:55:38 -04:00
Vladimir Kozlov
67d90233b1
8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation
...
Reviewed-by: twisti, dnsimon, never
2018-07-19 13:41:56 -07:00
Roman Kennke
9ec15cedd0
8206457: Code paths from oop_iterate() must use barrier-free access
...
Reviewed-by: eosterlund, shade
2018-07-06 16:04:19 +02:00
Tobias Hartmann
a494a819eb
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
...
Deoptimize if exception is thrown in _clone intrinsic.
Reviewed-by: kvn
2018-08-24 08:17:23 +02:00
Kim Barrett
23f0fb4cde
8209850: Allow NamedThreads to use GlobalCounter critical sections
...
Add NamedThreads iterator and make GlobalCounter use it.
Reviewed-by: eosterlund, rehn
2018-08-23 18:14:53 -04:00
Per Lidén
14443eec10
8209883: ZGC: Compile without C1 broken
...
Reviewed-by: eosterlund, shade
2018-08-23 14:31:27 +02:00
Per Lidén
58e2f2d41c
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
...
Reviewed-by: eosterlund, kbarrett
2018-08-23 10:52:27 +02:00
Thomas Schatzl
6f880d7f48
8209062: Clean up G1MonitoringSupport
...
Reviewed-by: phh, sangheki
2018-08-22 20:37:07 +02:00
Thomas Schatzl
0d78eb91db
8209061: Move G1 serviceability functionality to G1MonitoringSupport
...
Reviewed-by: phh, sangheki
2018-08-22 20:37:07 +02:00
Thomas Schatzl
5c94ea21e7
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
...
Reviewed-by: kbarrett, phh
2018-08-22 20:37:07 +02:00
Thomas Schatzl
0cad83662a
8209698: Remove "Pinned" from HeapRegionTraceType
...
Reviewed-by: iklam
2018-08-22 20:37:07 +02:00
Thomas Schatzl
8e264e259d
8208498: Put archive regions into a first-class HeapRegionSet
...
Maintain archive regions in a HeapRegionSet like other region types.
Reviewed-by: phh, sangheki
2018-08-22 20:37:07 +02:00