Jiangli Zhou
|
ba16fabd20
|
8186789: CDS dump crashes at ConstantPool::resolve_class_constants
ConstantPool::resolve_class_constants needs to check for NULL _cache.
Reviewed-by: sspitsyn, coleenp, iklam
|
2017-09-27 20:40:33 -04:00 |
|
Jiangli Zhou
|
92ad2630a1
|
8068314: "Java fields that are currently set during shared space dumping" comment is incorrect
CDS dump time should also initialize preallocated out_of_memory error messages.
Reviewed-by: iklam, hseigel
|
2017-09-27 17:55:20 -04:00 |
|
John Paul Adrian Glaubitz
|
da300604af
|
8186578: Zero fails to build on linux-sparc due to sparc-specific code
Reviewed-by: kbarrett, ihse, coleenp
|
2017-09-27 17:01:34 +02:00 |
|
Stefan Johansson
|
52c73dd8a9
|
8184286: print_tracing_info() does not use Unified Logging for output
Reviewed-by: ehelin, sangheki
|
2017-09-21 14:32:05 +02:00 |
|
Coleen Phillimore
|
b9f1af71e5
|
Merge
|
2017-09-26 21:12:39 +00:00 |
|
Chris Plummer
|
7b36f7835a
|
Merge
|
2017-09-26 17:11:39 +00:00 |
|
Chris Plummer
|
3dc45c1157
|
Merge
|
2017-09-26 16:47:46 +00:00 |
|
Harold Seigel
|
b670fc288c
|
Merge
|
2017-09-26 16:04:40 +00:00 |
|
Coleen Phillimore
|
b90a701462
|
Merge
|
2017-09-26 16:03:29 +00:00 |
|
Harold Seigel
|
b9f9561d7c
|
Merge
|
2017-09-26 15:34:49 +00:00 |
|
Lutz Schmidt
|
6d015ba502
|
8187573: [s390] z/Architecture Vector Facility Support
Reviewed-by: mdoerr
|
2017-09-26 17:06:06 +02:00 |
|
Coleen Phillimore
|
03d1c13fa3
|
8081323: ConstantPool::_resolved_references is missing in heap dump
Add resolved_references and init_lock as hidden static field in class so root is found.
Reviewed-by: hseigel, jiangli, sspitsyn
|
2017-09-26 10:03:17 -04:00 |
|
Harold Seigel
|
2781cf9c38
|
8187436: -Xbootclasspath/a causes sanity check assertion with exploded build
Fixed asserts to work properly with exploded build
Reviewed-by: alanb, jiangli, gtriantafill
|
2017-09-26 08:58:04 -04:00 |
|
David Holmes
|
57590109cc
|
Merge
|
2017-09-26 10:17:35 +00:00 |
|
Thomas Stuefe
|
2f137ced94
|
8187028: [aix] Real thread stack size may be up to 64K smaller than requested one
Reviewed-by: goetz
|
2017-09-26 11:25:34 +02:00 |
|
John Paul Adrian Glaubitz
|
80184d3515
|
8187590: Zero runtime can lock-up on linux-alpha
Reviewed-by: aph, dholmes
|
2017-09-26 04:52:02 -04:00 |
|
Zhengyu Gu
|
8969bd19e0
|
8187629: NMT: Memory miscounting in compiler (C2)
Fixed memory counting in compiler (C2)
Reviewed-by: adinn, cjplummer, kvn
|
2017-09-25 11:56:21 -04:00 |
|
Zhengyu Gu
|
03dacaa881
|
8187331: VirtualSpaceList tracks free space on wrong node
Fixed miscounting of virtual space node's free memory
Reviewed-by: shade, coleenp, stuefe
|
2017-09-20 20:54:29 -04:00 |
|
Yang Zhang
|
27d7667a34
|
8181633: Vectorization fails for some multiplication with constant cases
Reviewed-by: kvn
|
2017-06-20 16:25:53 +08:00 |
|
Roland Westrelin
|
eb10d407d3
|
8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node
Add special handling for graph shape If->Opaque4->Bool->CmpP
Reviewed-by: kvn
|
2017-11-27 16:05:11 -08:00 |
|
Sangheon Kim
|
8a150bbd05
|
8178497: Bug in MutableNUMASpace::ensure_parsability
Changed problematic variable type from intptr_t to HeapWord*
Reviewed-by: tschatzl, sjohanss
|
2017-11-27 13:19:08 -08:00 |
|
Roland Westrelin
|
1c25161036
|
8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
Relax assert
Reviewed-by: kvn
|
2017-11-27 10:44:19 -08:00 |
|
Andrew Haley
|
005bc61930
|
Merge
|
2017-11-27 17:26:47 +00:00 |
|
Andrew Haley
|
1b6f4c4ddc
|
Merge
|
2017-11-27 17:04:45 +00:00 |
|
Andrew Haley
|
295112c91a
|
8189596: AArch64: implementation for Thread-local handshakes
Reviewed-by: adinn
|
2017-11-24 17:19:47 +00:00 |
|
John Paul Adrian Glaubitz
|
39de42151a
|
8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
Reviewed-by: aph
|
2017-11-24 12:16:25 +01:00 |
|
Magnus Ihse Bursie
|
5713b7c2bd
|
8191202: Remove duplicated jmm.h
Reviewed-by: erikj, coleenp
|
2017-11-22 14:53:20 +01:00 |
|
Razvan Lupusoru
|
9b6a428212
|
8190800: Support vectorization of Math.sqrt() on floats
Reviewed-by: vlivanov, kvn
|
2017-11-22 14:43:37 +03:00 |
|
Igor Veresov
|
b6d123f660
|
8191683: Compile problem on ARM after JDK-8043070
Make nmethod::_state explicitly a signed char
Reviewed-by: thartmann
|
2017-11-22 01:12:23 -08:00 |
|
John Paul Adrian Glaubitz
|
b76a492de1
|
8187227: Zero should use compiler built-ins for atomics on linux-m68k
Reviewed-by: aph, kbarrett
|
2017-11-21 13:48:28 +01:00 |
|
Per Lidén
|
bfc0314e87
|
8191864: Provide a public destructor for WorkGang
Reviewed-by: stefank, sjohanss
|
2017-11-27 13:50:03 +01:00 |
|
Per Lidén
|
1e7b0b326d
|
8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC
Reviewed-by: stefank, sjohanss
|
2017-11-27 13:34:00 +01:00 |
|
Rahul Raghavan
|
250c05ee4c
|
8191227: issues with unsafe handle resolution
Added ThreadInVMfromNative or ThreadInVMfromUnknown support
Reviewed-by: thartmann, vlivanov
|
2017-11-27 03:11:38 -08:00 |
|
Tobias Hartmann
|
925a508b2b
|
8087339: The code heap might use different alignment for committed size and reserved size
InitialCodeCacheSize should not constrain code cache memory alignment.
Reviewed-by: kvn
|
2017-11-27 11:41:00 +01:00 |
|
Tobias Hartmann
|
d54de52f13
|
8179026: Remove explicit code cache options processing
Removed explicit processing of code cache related options because generic processing already handles these.
Reviewed-by: kvn
|
2017-11-27 11:39:21 +01:00 |
|
Erik Helin
|
01e9cb7e23
|
8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
Co-authored-by: Y. Srinivas Ramakrishna <ysr1729@gmail.com>
Reviewed-by: sjohanss, tschatzl
|
2017-11-27 10:51:31 +01:00 |
|
Stefan Karlsson
|
677e5bdaed
|
8191861: Move and refactor hSpaceCounters
Reviewed-by: pliden, ehelin, rkennke
|
2017-11-24 15:48:01 +01:00 |
|
Stefan Karlsson
|
dbc915dcb9
|
8191860: Add perfData.inline.hpp
Reviewed-by: ehelin, pliden
|
2017-11-24 15:21:30 +01:00 |
|
Stefan Karlsson
|
5fd6905c94
|
8191858: Add missing includes in memoryManager.hpp
Reviewed-by: ehelin, tschatzl, pliden
|
2017-11-24 15:21:28 +01:00 |
|
David Holmes
|
50f5bcbc03
|
8191707: Options with invalid values are incorrectly treated as obsolete and ignored
Reviewed-by: rehn, dcubed
|
2017-11-24 14:07:59 +01:00 |
|
Daniel D. Daugherty
|
4fd0863d06
|
Merge
|
2017-11-23 19:42:56 -08:00 |
|
Daniel D. Daugherty
|
e2d4899be6
|
Merge
|
2017-11-23 06:01:57 -08:00 |
|
Stefan Johansson
|
d21c547b0e
|
8189733: Cleanup Full GC setup and tear down
Reviewed-by: tschatzl, ehelin
|
2017-11-23 09:53:53 +01:00 |
|
Daniel D. Daugherty
|
0dff96ff0b
|
8167108: inconsistent handling of SR_lock can lead to crashes
Add Thread Safe Memory Reclamation (Thread-SMR) mechanism.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank
|
2017-11-22 17:54:50 -08:00 |
|
Alexander Harlap
|
d15086130b
|
8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified
Properly handle zero count in gen_write_ref_array_post_barrier()
Reviewed-by: tschatzl, kbarrett
|
2017-11-22 18:58:01 -05:00 |
|
Thomas Schatzl
|
faff99f2fc
|
8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
Reviewed-by: sangheki, sjohanss
|
2017-11-23 15:51:06 +01:00 |
|
Thomas Schatzl
|
c5ce7408b3
|
8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
Ignore zero-sized MemRegions to invalidate in G1SATBCardTableLoggingModRefBS::invalidate()
Reviewed-by: ehelin, sjohanss
|
2017-11-23 15:51:06 +01:00 |
|
Thomas Schatzl
|
22d7ce52bb
|
8179244: Assert failed in instanceMirrorKlass.inline.hpp
Investigate the failure and upon observing that the assert is too strict, disable it and addd a comment.
Reviewed-by: ehelin
|
2017-11-23 15:51:06 +01:00 |
|
Dean Long
|
a7c84b45b4
|
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
Reviewed-by: kvn
|
2017-11-22 09:27:06 -08:00 |
|
Volker Simonis
|
cc3aabe580
|
8187280: Remove unused methods from StubQueue
Reviewed-by: kvn, kbarrett
|
2017-11-22 17:57:27 +01:00 |
|