Christoph Langer
|
a322e0f0ff
|
8202650: Enforce group for attach listener file
Reviewed-by: cjplummer, stuefe
|
2018-05-09 07:48:31 +01:00 |
|
Thomas Stuefe
|
19f0e3f5d7
|
8202435: [aix] print program break as part of memory info into hs-err file
Reviewed-by: mdoerr, dholmes
|
2018-05-03 17:10:39 +02:00 |
|
Stefan Karlsson
|
1cb95bd3d1
|
8200729: Conditional compilation of GCs
Reviewed-by: ehelin, coleenp, kvn, ihse
|
2018-05-04 11:41:35 +02:00 |
|
Zhengyu Gu
|
9353d59547
|
8199067: [REDO] NMT: Enhance thread stack tracking
Precise thread stack tracking on Linux and Windows
Reviewed-by: stuefe, coleenp
|
2018-05-03 08:07:20 -04:00 |
|
Michal Vala
|
c555679d4f
|
8179887: Build failure with glibc >= 2.24: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated
Use readir rather than readdir_r on Linux.
Reviewed-by: kbarrett, stuefe, andrew
|
2018-05-02 19:24:52 -04:00 |
|
Martin Doerr
|
d5a05363ef
|
8207342: error occurred during error reporting (printing register info)
Os::print_location misses a check if the pointer is readable.
Reviewed-by: goetz, coleenp
|
2018-07-18 11:27:14 +02:00 |
|
Jesper Wilhelmsson
|
72b7487789
|
Merge
|
2018-04-13 14:06:39 +02:00 |
|
Jesper Wilhelmsson
|
468c1c19bb
|
Merge
|
2018-04-13 03:05:19 +02:00 |
|
Magnus Ihse Bursie
|
70e23d4ded
|
8200298: Unify all unix versions of libjsig/jsig.c
Reviewed-by: dholmes, stuefe
|
2018-04-10 19:46:02 +02:00 |
|
Christoph Langer
|
024d4eb8f4
|
8201247: Various cleanups in the attach framework
Reviewed-by: goetz, cjplummer
|
2018-04-11 09:47:41 +02:00 |
|
Robin Westberg
|
2dfa53af63
|
8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
Reviewed-by: erikj, ihse, kbarrett, dholmes
|
2018-04-09 10:09:38 +02:00 |
|
Claes Redestad
|
4d780ef52d
|
8199717: Avoid calculating primordial thread stack bounds on VM startup
Reviewed-by: dholmes, rehn, stuefe
|
2018-04-03 12:55:26 +02:00 |
|
Thomas Stuefe
|
3e603a776e
|
8191101: Show register content in hs-err file on assert
Reviewed-by: adinn, clanger, simonis
|
2018-03-30 06:31:16 +02:00 |
|
Daniel D. Daugherty
|
d2e9c712ad
|
8199813: SIGSEGV in ThreadsList::includes()
ThreadsListHandles cannot be used by JavaThreads that are not on the Threads list.
Reviewed-by: eosterlund, gthornbr, dholmes, rehn
|
2018-03-28 12:04:33 -04:00 |
|
Jesper Wilhelmsson
|
aa69f8c75c
|
Merge
|
2018-03-24 01:08:35 +01: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 |
|
Jesper Wilhelmsson
|
1155614f99
|
Merge
|
2018-03-20 04:36:44 +01: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 |
|
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 |
|
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
|
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 |
|
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 |
|
Thomas Stuefe
|
56d737d8c7
|
8198558: Windows does not build without precompiled headers
Reviewed-by: coleenp, mlarsson, lfoltan
|
2018-02-22 16:29:10 +01:00 |
|
Andrew Haley
|
f48f7c36d5
|
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
|
2018-02-16 09:43:26 +00:00 |
|
Robbin Ehn
|
5287d9a366
|
8197408: Bad pointer comparison and small cleanup in os_linux.cpp
Reviewed-by: bobv, stuefe
|
2018-02-27 14:15:30 +01:00 |
|
Thomas Stuefe
|
bc472b0530
|
8197827: [windows] Small cleanups after JDK-8185712
Reviewed-by: zgu, dholmes
|
2018-02-13 14:38:09 +01:00 |
|
Gerard Ziemski
|
28c9fe47bc
|
8193056: Title from build failure with Xcode 9.1
Included missing header explicitly.
Reviewed-by: coleenp, vlivanov
|
2018-02-20 16:18:25 -06:00 |
|
Stefan Karlsson
|
b9f2f3e199
|
8199275: Fix inclusions of allocation.inline.hpp
Reviewed-by: coleenp, kbarrett, dholmes
|
2018-03-08 09:56:29 +01:00 |
|
Thomas Stuefe
|
e01220f767
|
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
Reviewed-by: clanger, gtriantafill
|
2018-03-06 08:16:45 +01:00 |
|
Coleen Phillimore
|
2842bcc5c7
|
8199133: [BACKOUT] NMT: Enhance thread stack tracking
Reviewed-by: jwilhelm
|
2018-03-06 17:45:31 -05: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 |
|
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
|
f47021e2ab
|
8193373: Cleanup ElfFile and family
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
|
2018-02-14 17:20:59 -05:00 |
|
Calvin Cheung
|
a0c0b250cd
|
8193846: Obsolete the VM option UseUTCFileTimestamp
Also set the "expires in" version to 12
Reviewed-by: iklam, dholmes
|
2018-02-12 11:10:10 -08:00 |
|
Jesper Wilhelmsson
|
f4c6bc0030
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
Matthias Baesken
|
b68ed88ffb
|
8196062: Enable docker container related tests for linux ppc64le
Also fix cgroup subsystem recognition
Reviewed-by: goetz, dsamersoff, bobv
|
2018-02-07 16:16:50 +01:00 |
|
Christoph Langer
|
60f417575e
|
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
Reviewed-by: stuefe, dholmes
|
2018-02-07 16:03:12 +01:00 |
|
Robin Westberg
|
69c57791a4
|
8193308: Disallow installing user signal handlers for SIGBUS on OSX
Reviewed-by: stuefe, dholmes
|
2018-02-06 15:48:50 +01:00 |
|
Jesper Wilhelmsson
|
d7dd9d1027
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Lana Steuck
|
845f7823de
|
Merge
|
2018-02-09 02:23:34 +00:00 |
|
Arno Zeller
|
b0cb59ac31
|
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
Reviewed-by: dholmes, goetz, clanger
|
2018-02-07 09:18:13 +01:00 |
|
Zhengyu Gu
|
897d228899
|
8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
Create tracker in place to avoid additional locking
Reviewed-by: coleenp
|
2018-02-05 13:23:26 -05:00 |
|
Jesper Wilhelmsson
|
fc1b01b9a2
|
Merge
|
2018-01-13 02:56:22 +01:00 |
|
Coleen Phillimore
|
1c41d1d3e0
|
8130039: Move the platform-specific [OS]Semaphore code
8130038: Unify the semaphore usage in os_xxx.cpp
8194763: os::signal_lookup is unused
Reviewed-by: dholmes, kbarrett
|
2018-01-11 18:42:36 -05:00 |
|
Martin Doerr
|
201a232a23
|
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled.
Reviewed-by: rehn, goetz
|
2018-01-10 11:09:55 +01:00 |
|