Yumin Qi
3bbda04f98
Merge
2015-01-27 20:02:35 -08:00
Alejandro Murillo
1f33087085
Merge
2015-01-27 10:11:22 -08:00
Christian Tornqvist
fa47cc3e21
8071530: Update OS detection code to reflect Windows 10 version change
...
Reviewed-by: sla, mgronlun
2015-01-27 05:51:00 -08:00
Alejandro Murillo
bbd13b5561
Merge
2015-01-22 22:42:31 -08:00
Ivan Gerasimov
878f630fe0
8069048: (process) Suspend finishing threads when process exits [win]
...
Reviewed-by: dholmes, dcubed
2015-01-19 11:35:15 +03:00
Matthias Baesken
21cd501d27
8069590: AIX port of "8050807: Better performing performance data handling"
...
Co-authored-by: Martin Doerr <martin.doerr@sap.com>
Reviewed-by: simonis, goetz
2015-01-13 16:09:52 +01:00
Jaroslav Bachorik
48639428ce
8068976: Remove JSDT implementation
...
Reviewed-by: sla, mchung, dholmes
2015-01-12 14:05:16 +01:00
Thomas Stuefe
3bd56fc1a6
8065895: Synchronous signals during error reporting may terminate or hang VM process
...
Reviewed-by: dholmes, gziemski
2015-02-04 18:47:42 -05:00
Max Ockner
91dbd4f088
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
...
Cleaned up unused arguments in os::free and it's callers.
Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes
2014-12-01 12:16:15 -05:00
Jesper Wilhelmsson
3c3e60d5be
Merge
2014-11-26 18:01:10 +01:00
Ivan Gerasimov
5ffd65a731
8064694: Kitchensink: WaitForMultipleObjects failed in hotspot\src\os\windows\vm\os_windows.cpp: 3844
...
Increase the timeout in debug builds; raise the priority of exiting threads
Reviewed-by: dcubed, dholmes
2014-11-25 14:16:32 +03:00
Gerald Thornbrugh
3f915eeafd
8050807: Better performing performance data handling
...
Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene
2014-11-17 15:51:46 -05:00
Gunter Haug
8e5771854a
8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX
...
Reviewed-by: dholmes, simonis
2014-11-13 16:58:56 +01:00
Staffan Larsen
c217bdda86
Merge
2014-11-17 09:36:40 +01:00
Daniel D. Daugherty
b259ede692
8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
...
8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files.
Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
2014-11-13 10:39:35 -08:00
Jesper Wilhelmsson
c72d5c48e2
Merge
2014-11-13 12:29:09 +01:00
Jiangli Zhou
75778598e2
Merge
2014-11-06 01:31:31 +00:00
Chris Plummer
7a414a2c7d
8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
...
Fixed by removing all code related to LowMemoryProtection, which removed offending code.
Reviewed-by: dholmes, minqi
2014-11-05 13:00:59 -08:00
Christian Tornqvist
f048251de8
8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
...
Update use of GetVersionEx to get correct Windows version in hs_err files
Reviewed-by: dcubed, gtriantafill
2014-11-03 11:34:13 -08:00
Goetz Lindenmaier
0aa09022fa
8062370: Various minor code improvements
...
A lot of fixes useful to improve the code quality.
Reviewed-by: coleenp, dholmes
2014-10-29 10:13:24 +01:00
Ivan Gerasimov
14e05b4858
8059533: (process) Make exiting process wait for exiting threads [win]
...
Reviewed-by: dholmes, dcubed
2014-10-29 09:53:56 -07:00
Daniel D. Daugherty
0d3acc8838
8061552: Contended Locking speedup PlatformEvent unpark bucket
...
JEP-143/JDK-8046133 - optimization #2 - speedup PlatformEvent unpark bucket.
Co-authored-by: Dave Dice <dave.dice@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Reviewed-by: acorn, dice, dholmes
2014-10-29 09:19:59 -07:00
Erik Helin
0e54928686
8061467: Bad page size passed to setup_large_pages() on Solaris
...
Reviewed-by: tschatzl, mgerdin
2014-11-05 16:39:10 +01:00
Frederic Parain
209ffcd9a5
8061618: Removed unused networking functions from os class
...
Reviewed-by: lfoltan, hseigel, dholmes
2014-10-22 02:31:25 -07:00
Jesper Wilhelmsson
2616e09389
Merge
2014-11-17 21:32:32 +01:00
Stefan Karlsson
d326162380
8064580: Move INCLUDE_CDS include section to the end of the include list
...
Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
2014-11-11 17:05:33 +01:00
Stefan Karlsson
95704b233c
8064811: Use THREAD instead of CHECK_NULL in return statements
...
Reviewed-by: coleenp, simonis, dholmes
2014-11-14 09:47:09 +01:00
Thomas Stuefe
51866388d1
7102541: RFE: os::set_native_thread_name() cleanups
...
Implement os::set_native_thread_name() on windows, linux
Reviewed-by: sla, ctornqvi, simonis
2014-10-13 22:11:39 +02:00
Serguei Spitsyn
99096d6e68
8059904: libjvm_db.c warnings in solaris/sparc build with SS
...
Fix warnings by correcting the cast of pointers returned from calloc()
Reviewed-by: dholmes
2014-10-09 16:56:27 -07:00
Frederic Parain
94af790733
8057777: Cleanup of old and unused VM interfaces
...
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:45:58 -07:00
Chris Plummer
db57351f43
8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
...
Removed PerfMemory::backing_store_filename() API since it is not used anywhere.
Reviewed-by: sla, hseigel
2014-10-03 13:56:18 -07:00
Jesper Wilhelmsson
f9b921bd25
Merge
2014-09-22 16:22:21 +02:00
Niclas Adlertz
37c8ef911c
Merge
2014-09-19 17:14:13 +02:00
Jesper Wilhelmsson
e97944b0b1
Merge
2014-09-18 19:41:50 +02:00
Tobias Hartmann
cd01de591a
8015774: Add support for multiple code heaps
...
Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
2014-09-17 08:00:07 +02:00
Tom Rodriguez
98b5d14523
8054174: minor buglet in computation of end of pc descs in libjvm_db.c
...
Fixed scopes_pcs_end calculation
Reviewed-by: sspitsyn, sla
2014-09-11 03:13:29 -07:00
Daniel D. Daugherty
e7bc11f7b1
Merge
2014-09-10 17:06:36 -07:00
Daniel D. Daugherty
5e63b8cfc4
8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
...
Reviewed-by: fparain, sspitsyn, coleenp
2014-09-10 11:52:16 -06:00
Daniel D. Daugherty
e1a36d62a0
8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket
...
Reviewed-by: fparain, sspitsyn, coleenp
2014-09-10 11:48:20 -06:00
Ivan Gerasimov
497f5c44a6
8057744: (process) Synchronize exiting of threads and process [win]
...
Reviewed-by: dholmes, dcubed, sla
2014-09-10 09:52:41 -07:00
Yumin Qi
9b0811172b
8056930: Output host info under some condition for core dump
...
Output host name after java crashed for debug version.
Reviewed-by: dholmes, ccheung
2014-09-08 22:48:09 -07:00
Fredrik Arvidsson
07001d0332
8056242: Add function to return structured information about loaded libraries
...
Return structured information about loaded libraries.
Reviewed-by: sla, dsamersoff
2014-09-03 14:43:49 +02:00
Fredrik Arvidsson
cd4f6c4f45
8055755: Information about loaded dynamic libraries is wrong on MacOSX
...
The information about loaded dynamic libraries printed in hs_err_pid files or by running the jcmd VM.dynlib is partly incorrect. The address printed in front of the library file name is wrong.
Reviewed-by: sla, gziemski, gtriantafill
2014-08-28 10:28:21 +02:00
Jesper Wilhelmsson
66abbc4862
Merge
2014-09-18 18:19:44 +02:00
Ivan Gerasimov
8d7b009834
8055338: (process) Add instrumentation to help diagnose JDK-6573254
...
Reviewed-by: dcubed, ohair, iklam, dholmes, sspitsyn, sla
2014-08-21 16:32:36 -07:00
Zhengyu Gu
181ebe98ef
8055236: Deadlock during NMT2 shutdown on Windows
...
Removed MemTracker::shutdown() call to avoid deadlock
Reviewed-by: minqi, ctornqvi
2014-08-20 15:58:45 -04:00
Zoltan Majo
a3cfb42ca7
Merge
2015-11-02 14:34:07 +00:00
Dmitry Dmitriev
8f6db1e1a7
8141042: Typos and refactoring in Compiler constraints functions
...
Reviewed-by: vlivanov, zmajo, kvn
2015-11-02 11:32:26 +03:00
Thomas Stuefe
c230209787
8140645: Recent Developments for AIX
...
Port recent developments from SAP for AIX to the OpenJDK
Reviewed-by: goetz
2015-10-30 12:36:54 +01:00
David Holmes
fee39c63e6
8129526: Solaris: clean up another remnant of interruptible I/O
...
Reviewed-by: fparain, dcubed
2015-10-30 00:23:07 -04:00