Jiangli Zhou
|
f987dec395
|
8194759: Support caching class mirror objects
Support archiving mirror objects for shared classes in 'open' archive java heap region.
Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
|
2018-03-02 17:25:55 -05:00 |
|
Erik Helin
|
a25238147d
|
8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
Reviewed-by: sjohanss, eosterlund
|
2018-03-02 14:47:52 +01:00 |
|
Robbin Ehn
|
f4bb0fe332
|
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
Reviewed-by: bobv, dholmes
|
2018-03-02 11:43:19 +01:00 |
|
Erik Österlund
|
fc389b5284
|
8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
Reviewed-by: pliden, kbarrett
|
2018-03-02 10:51:53 +01:00 |
|
Tobias Hartmann
|
f6f71565b7
|
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
Save and restore pending exception while executing stack verification code at deoptimization.
Reviewed-by: kvn, dholmes
|
2018-03-02 11:06:51 +01:00 |
|
Stefan Johansson
|
bacf4db5bd
|
8198424: Remove G1AllocationContext
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:08 +01:00 |
|
Stefan Johansson
|
adfa2c958d
|
8198433: Remove WhiteBox extension point
Reviewed-by: ehelin, dholmes, tschatzl
|
2018-03-02 10:09:05 +01:00 |
|
Stefan Johansson
|
d31b7367c6
|
8198432: Remove Thread extension point
Reviewed-by: ehelin, dholmes, tschatzl
|
2018-03-02 10:09:04 +01:00 |
|
Stefan Johansson
|
dbbba4c4bc
|
8198431: Remove G1FullCollector extension point
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:02 +01:00 |
|
Stefan Johansson
|
f5891500fd
|
8198430: Remove G1Allocator extension point
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:01 +01:00 |
|
Erik Helin
|
26176ec269
|
8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
Reviewed-by: sjohanss, lfoltan
|
2018-03-02 09:20:16 +01:00 |
|
Kim Barrett
|
8d5c77303a
|
8198906: JDK-8196882 breaks VS2013 Win32 builds
Add cast to eliminate warning.
Reviewed-by: dholmes, stuefe
|
2018-03-02 03:14:49 -05:00 |
|
Zhengyu Gu
|
354249f51e
|
8191369: NMT: Enhance thread stack tracking
More precise thread stack tracking on Linux and Windows
Reviewed-by: coleenp, adinn, minqi
|
2018-03-01 16:35:36 -05:00 |
|
Kim Barrett
|
d7765d9002
|
8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Moved resolve and friends to new jniHandles.inline.hpp.
Reviewed-by: tschatzl, pliden, coleenp
|
2018-03-01 16:51:22 -05:00 |
|
Vladimir Kozlov
|
d0ec59a9fb
|
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
Reviewed-by: thartmann
|
2018-03-01 09:03:30 -08:00 |
|
Marcus Larsson
|
89d8e788f5
|
8198887: JDK-8168722 broke the build on macosx
Reviewed-by: dholmes, thartmann
|
2018-03-01 10:56:17 +01:00 |
|
Tobias Hartmann
|
23c15b8f4c
|
8148871: Possible wrong expression stack depth at deopt point
Add a special case for invoke bytecodes and use the parameter size instead of the oop map in that case.
Reviewed-by: never, dlong, minqi
|
2018-03-01 08:58:27 +01:00 |
|
Marcus Larsson
|
98c77d44de
|
8168722: Unified Logging configuration output needs simplifying
Reviewed-by: rehn, lfoltan, hseigel
|
2018-02-28 22:38:53 +01:00 |
|
Rahul Raghavan
|
1392d4b80f
|
8198252: Null pointer dereference in fold_compares_helper
Added required null check with reported usage of filtered_int_type calls
Reviewed-by: kvn, thartmann
|
2018-02-28 23:23:35 -08:00 |
|
Jesper Wilhelmsson
|
3dfe4d61b3
|
Merge
|
2018-03-01 01:47:46 +01:00 |
|
Coleen Phillimore
|
a2818d9625
|
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Reviewed-by: dholmes, hseigel
|
2018-02-28 14:20:24 -05:00 |
|
Erik Helin
|
6d207011e0
|
8197841: Remove unused function Universe::create_heap_ext
Reviewed-by: rkennke, eosterlund, hseigel
|
2018-02-28 16:00:20 +01:00 |
|
Marcus Larsson
|
03dfb66004
|
8187066: -Xlog:help "=debug" example is not quite accurate
Reviewed-by: hseigel
|
2018-02-28 15:10:21 +01:00 |
|
Marcus Larsson
|
851718cee4
|
8153945: Track if log configuration has changed during runtime
Reviewed-by: lfoltan, hseigel
|
2018-02-28 10:37:02 +01:00 |
|
Marcus Larsson
|
cb275ca384
|
8190346: improve unified JVM logging help message and warnings
Reviewed-by: lfoltan, rehn, hseigel
|
2018-02-28 09:30:06 +01:00 |
|
Kim Barrett
|
d2ce0ae7d4
|
8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
Add os::vsnprintf and os::snprintf.
Reviewed-by: lfoltan, stuefe, mlarsson
|
2018-02-27 18:17:57 -05:00 |
|
Jesper Wilhelmsson
|
1739105160
|
Merge
|
2018-02-25 04:59:43 +01:00 |
|
Claes Redestad
|
16a61139e2
|
8198831: Lazy initialization of ValueConversions MethodHandles
Reviewed-by: shade
|
2018-02-28 15:28:46 +01:00 |
|
Alan Bateman
|
13dd8888d2
|
8198562: (ch) Separate blocking and non-blocking code paths (part 1)
8198754: (ch) Separate blocking and non-blocking code paths (part 2)
Reviewed-by: bpb
|
2018-02-28 09:54:38 +00:00 |
|
Leonid Mesnik
|
2471caab08
|
8197901: Crash during GC when logging level is debug
Reviewed-by: dholmes, coleenp
|
2018-02-23 13:55:49 -08:00 |
|
Chris Plummer
|
073257906c
|
8198585: add asserts to verify that ServiceUtil::visible_oop is not needed
Asserts added
Reviewed-by: stefank, sspitsyn, dcubed
|
2018-02-23 13:42:40 -08:00 |
|
Coleen Phillimore
|
b9b29cb3d6
|
8198635: Remove unused safepoint message functions and ShowSafepointMsgs
Reviewed-by: eosterlund, gtriantafill
|
2018-02-23 14:13:06 -05:00 |
|
Bob Vandette
|
083a22d87c
|
Merge
|
2018-02-23 12:08:05 -05:00 |
|
Bob Vandette
|
c1359ec107
|
8197589: Update CPU count algorithm when both cpu shares and quotas are used
Reviewed-by: dholmes, mseledtsov
|
2018-02-23 10:17:35 -05:00 |
|
Coleen Phillimore
|
809315bdd1
|
8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
Make generate_class_cast_message able to deal with NULL klass from the constant pool.
Reviewed-by: hseigel, lfoltan
|
2018-02-23 07:47:29 -05:00 |
|
Roman Kennke
|
2fb89326ba
|
8198564: Multiple crashes on SPARC
Reviewed-by: dholmes, simonis, stefank
|
2018-02-23 12:47:36 +01:00 |
|
Stefan Johansson
|
38dcf9fdf1
|
8198420: Remove unused extension point AllocationContextStats
Reviewed-by: ehelin, tschatzl
|
2018-02-23 09:38:33 +01:00 |
|
Erik Österlund
|
5b53102c9e
|
8198560: Remove implicit casts from oop to JavaThread* and jlong*
Reviewed-by: kbarrett, coleenp, tschatzl
|
2018-02-23 09:15:42 +01:00 |
|
Thomas Stuefe
|
1bb8fd058c
|
8198553: jcmd: separate Metaspace statistics from NMT
Reviewed-by: zgu, coleenp
|
2018-02-22 14:16:18 +01:00 |
|
Thomas Stuefe
|
56d737d8c7
|
8198558: Windows does not build without precompiled headers
Reviewed-by: coleenp, mlarsson, lfoltan
|
2018-02-22 16:29:10 +01:00 |
|
Stefan Karlsson
|
3ad60c1bd2
|
8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: kbarrett, sjohanss
|
2018-02-22 18:37:48 +01:00 |
|
Stefan Karlsson
|
5671589a10
|
8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: pliden, sjohanss, kbarrett
|
2018-02-22 18:37:23 +01:00 |
|
Stefan Karlsson
|
5f4f3883d8
|
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
Reviewed-by: pliden, sjohanss
|
2018-02-22 18:36:32 +01:00 |
|
Stefan Karlsson
|
f408526f30
|
8198515: Extract SoftReferencePolicy code out of CollectorPolicy
Reviewed-by: pliden, sjohanss
|
2018-02-22 18:36:07 +01:00 |
|
Stefan Karlsson
|
a98b4ecb5c
|
8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: pliden, sjohanss
|
2018-02-22 18:35:40 +01:00 |
|
Stefan Karlsson
|
bd70c72fd2
|
8198509: Move satisfy_failed_metadata_allocation out from CollectorPolicy
Reviewed-by: sjohanss, pliden
|
2018-02-22 18:35:04 +01:00 |
|
Stefan Karlsson
|
380a8b15ec
|
8198507: Remove CollectorPolicy::create_rem_set
Reviewed-by: pliden, tschatzl
|
2018-02-22 18:34:39 +01:00 |
|
Stefan Karlsson
|
713858f459
|
8198373: Remove CollectorPolicy::is/as functions
Reviewed-by: sjohanss, pliden
|
2018-02-22 18:34:18 +01:00 |
|
Lois Foltan
|
d3d2bc3228
|
8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
Change to use the functional version of _get_timezone for VS2017.
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Reviewed-by: coleenp, hseigel
|
2018-02-22 12:05:17 -05:00 |
|
Erik Österlund
|
432a71e564
|
8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Reviewed-by: pliden, rkennke
|
2018-02-22 10:39:42 +01:00 |
|