Leo Korinth
9ccbbb67b3
8196865: G1 log for active workers is wrong
...
Reviewed-by: tschatzl, sjohanss
2018-03-23 16:25:47 +01:00
Ed Nevill
1ab18f7d36
8200197: Zero fails to build after 8200105
...
Reviewed-by: coleenp
2018-03-23 23:57:48 +00:00
Jesper Wilhelmsson
7ffa43700f
Merge
2018-03-24 01:08:35 +01:00
Stefan Karlsson
1a1aecd166
8200106: Move NoSafepointVerifier out from gcLocker.hpp
...
Reviewed-by: coleenp
2018-03-23 18:54:12 +01:00
Erik Österlund
81919e5cc5
8199696: Remove Runtime1::arraycopy
...
Reviewed-by: kvn, mdoerr
2018-03-20 11:41:17 +01:00
Tobias Hartmann
eda7916ce8
8199624: [Graal] Blocking jvmci compilations time out
...
Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
2018-03-21 08:18:54 +01:00
Per Lidén
68345b93ad
8199886: gc/cslocker/TestCSLocker.java crashes
...
Reviewed-by: rkennke, kbarrett
2018-03-20 22:22:02 +01:00
Dean Long
91649ef44b
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
...
Reviewed-by: kvn
2018-03-20 10:23:14 -07:00
Roman Kennke
0df6b5baee
8199620: Support for JNI object pinning
...
Reviewed-by: pliden, tschatzl, eosterlund
2018-03-20 15:59:36 +01:00
Jesper Wilhelmsson
1155614f99
Merge
2018-03-20 04:36:44 +01:00
Volker Simonis
d52d7a880e
8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers)
...
Reviewed-by: stefank, coleenp
2018-03-16 19:13:13 +01:00
Jini George
9d036d6dd2
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
...
Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details.
Reviewed-by: sjohanss, minqi
2018-03-20 11:24:32 +05:30
Gerard Ziemski
3cbe6dfd8f
8140359: get_locked_message_ext() should return Flag::MsgType
...
Changed get_locked_message_ext() to return Flag::MsgType
Reviewed-by: coleenp, rehn
2018-03-19 14:20:28 -05:00
Gerard Ziemski
d0391f46a9
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
...
Remove conflicting poison min/max define
Reviewed-by: kbarrett, lfoltan
2018-03-19 13:57:08 -05:00
Lutz Schmidt
f5d589fe63
8198608: Improvements to command-line flags printing
...
Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
2018-03-19 13:37:57 -05:00
Zhengyu Gu
d574a06345
8199741: NMT: Tag safepoint polling pages
...
Added NMT tag for Safepoint polling pages
Reviewed-by: coleenp, shade
2018-03-19 13:38:35 -04:00
Stefan Karlsson
7595845e9a
8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
...
Reviewed-by: coleenp, kbarrett
2018-03-15 21:29:36 +01:00
Stefan Karlsson
f89abe4589
8199946: Move load/store and encode/decode out of oopDesc
...
Reviewed-by: eosterlund, coleenp, tschatzl
2018-03-15 21:24:10 +01:00
Erik Österlund
4c21e9bc68
8200113: Make Access load proxys smarter
...
Reviewed-by: stefank, pliden
2018-03-23 12:55:39 +01:00
Stefan Karlsson
124c5f4f52
8200111: MallocArrayAllocator::free should not take a length parameter
...
Reviewed-by: gtriantafill, coleenp, tschatzl
2018-03-22 12:34:31 +01:00
Ningsheng Jian
13869315f9
8191954: AArch64: disable UseCISCSpill in C2
...
Reviewed-by: adinn, aph
2018-03-14 17:55:15 +08:00
Ningsheng Jian
34668dfd2a
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
...
Fix hotspot jtreg test compiler/interpreter/DisableOSRTest.java failure on AArch64.
Reviewed-by: aph, fyang
2018-03-15 14:05:48 +08:00
Zhengyu Gu
d6bd698077
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
...
Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
2018-03-19 08:31:57 -04:00
Erik Österlund
0f92948d6f
8199604: Rename CardTableModRefBS to CardTableBarrierSet
...
Reviewed-by: stefank, pliden
2018-03-19 07:38:18 +01:00
Erik Österlund
b87298505b
8199685: Access arraycopy build failure with GCC 7.3.1
...
Reviewed-by: rkennke, pliden
2018-03-16 14:47:53 +01:00
Thomas Stuefe
c8c38f6aae
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
...
Reviewed-by: zgu, coleenp
2018-03-19 11:38:45 +01:00
Stefan Karlsson
0933677217
8199728: Remove oopDesc::is_scavengable
...
Reviewed-by: kbarrett, pliden
2018-03-15 21:26:55 +01:00
Ed Nevill
2cfacefbb5
8199243: aarch32: ARM 32 build broken after 8165929
...
Reviewed-by: coleenp, dholmes
2018-03-16 11:26:05 +00:00
Coleen Phillimore
fde89a34d0
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
...
InterfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
2018-03-16 09:12:13 -04:00
Coleen Phillimore
ec14629449
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
...
Reviewed-by: stefank
2018-03-16 08:26:53 -04:00
Stefan Johansson
337673528e
8199674: Improve G1 Full GC array marking
...
Reviewed-by: tschatzl, shade
2018-03-15 11:58:58 +01:00
Gustavo Romero
a7581855aa
8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
...
Reviewed-by: dholmes, phh
2018-03-15 20:52:29 -04:00
Robbin Ehn
08ad8da3f7
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
...
Reviewed-by: bobv, dholmes
2018-03-02 11:43:19 +01:00
Jesper Wilhelmsson
6a37cbc50c
Merge
2018-03-02 21:00:12 +01:00
Magnus Ihse Bursie
3e166182e0
8198862: Stop doing funky compilation stuff for dtrace
...
Reviewed-by: erikj, tbell
2018-03-03 08:39:08 +01: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
Lana Steuck
3e7c7c6cdf
Merge
2018-02-28 21:21:11 +00: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