Thomas Stuefe
b44a329f91
8256864: [windows] Improve tracing for mapping errors
...
Reviewed-by: iklam, rrich
2020-12-03 08:41:26 +00:00
Coleen Phillimore
4db05e991b
8254042: gtest/GTestWrapper.java failed os.test_random
...
Reviewed-by: dholmes, stuefe, kbarrett
2020-11-30 12:48:17 +00:00
Thomas Stuefe
e56a8df8a0
8257042: [aix] Disable os.release_one_mapping_multi_commits_vm gtest
...
Reviewed-by: shade
2020-11-25 21:26:36 +00:00
Ralf Schmelter
26e6cb3eb9
8256489: Make gtest for long path names on Windows more resilient in the presence of virus scanners
...
Reviewed-by: dholmes, clanger
2020-11-25 13:16:36 +00:00
Patricio Chilano Mateo
aabc9ca266
8255678: Add Mutex::try_lock version without rank checks
...
Reviewed-by: dcubed, dholmes, coleenp
2020-11-23 15:41:19 +00:00
Patricio Chilano Mateo
342ccf6903
8256253: Defer Biased Locking obsoletion to JDK 18
...
Reviewed-by: dholmes, coleenp, dcubed, mdoerr
2020-11-19 14:12:41 +00:00
Thomas Stuefe
f626ed6a43
8255978: [windows] os::release_memory may not release the full range
...
Reviewed-by: iklam, minqi
2020-11-19 11:51:09 +00:00
Patricio Chilano Mateo
943acd22e5
8256276: Temporarily disable gtest special_flags
...
Reviewed-by: tschatzl, dcubed
2020-11-12 15:45:26 +00:00
Daniel D. Daugherty
2e19026d45
8253064: monitor list simplifications and getting rid of TSM
...
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Reviewed-by: eosterlund, rehn, coleenp
2020-11-11 16:20:11 +00:00
Thomas Stuefe
4031cb4190
8254189: Improve comments for StackOverFlow and fix in_xxx() functions
...
Reviewed-by: dholmes, gziemski
2020-10-29 06:30:03 +00:00
Thomas Stuefe
44e6820c37
8253650: Cleanup: remove alignment_hint parameter from os::reserve_memory
...
Reviewed-by: stefank, tschatzl
2020-10-01 12:09:59 +00:00
Stefan Karlsson
625a9352bf
8253638: Cleanup os::reserve_memory and remove MAP_FIXED
...
Reviewed-by: stuefe, iklam
2020-09-28 06:30:09 +00:00
Kim Barrett
af8c678038
8247910: Improve alignment and power-of-2 utilities using C++14
...
8238956: Replace powerOfTwo::max_value with std::numeric_limits
Reviewed-by: tschatzl, stefank
2020-09-15 04:34:49 +00:00
Coleen Phillimore
b978ebee46
8244386: convert runtime/Safepoint/AssertSafepointCheckConsistency tests to gtest
...
Reviewed-by: stuefe, lfoltan, dcubed
2020-08-26 07:55:05 -04:00
Patric Hedlin
195c45a0e1
8245226: Clean-up FlagSetting and remove misuse
...
Reviewed-by: neliasso, dholmes
2020-02-24 14:06:01 +01:00
Thomas Schatzl
0963050548
8246557: test_os_linux.cpp uses NULL instead of MAP_FAILED to check for failed mmap call
...
Reviewed-by: sjohanss, stefank
2020-06-05 10:44:24 +02:00
Claes Redestad
23d6a788b4
8241371: Refactor and consolidate package_from_name
...
Reviewed-by: iklam, lfoltan
2020-03-23 23:18:42 +01:00
Richard Reingruber
4f20fa5246
8239854: Non-PCH gtest build fails after JDK-8239235 due to a missing include
...
Reviewed-by: shade, mdoerr
2020-02-24 12:04:37 +01:00
Claes Redestad
289513cc2b
8239235: Examine SignatureStream performance after consolidation
...
Reviewed-by: lfoltan, coleenp
2020-02-24 10:20:35 +01:00
David Holmes
5013cf6e0c
8235966: Process obsolete flags less aggressively
...
Reviewed-by: dcubed, iignatyev
2020-01-23 21:14:16 -05:00
Leo Korinth
48615b4ca9
8233029: Obsolete flag GCTaskTimeStampEntries
...
Reviewed-by: kbarrett, tschatzl
2019-11-25 08:11:24 +01:00
Aleksey Shipilev
c1474ca64b
8231930: Windows build fails after JDK-8191521
...
Reviewed-by: dholmes, clanger
2019-10-07 15:00:24 +02:00
Ralf Schmelter
98a2c05b5d
8191521: handle long relative path specified in -Xbootclasspath/a on windows
...
Reviewed-by: ccheung, clanger
2019-10-01 14:09:44 +02:00
Stefan Karlsson
7384f6cdcf
8224599: Remove globals_ext.hpp
...
Reviewed-by: coleenp, kvn, gziemski, ehelin
2019-09-04 11:05:20 +02:00
Daniel D. Daugherty
9b992ead1e
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
...
Reviewed-by: kbarrett, dholmes
2019-08-28 10:56:50 -04:00
Stefan Karlsson
e1aca70a1c
8229836: Remove include of globals.hpp from allocation.hpp
...
Reviewed-by: coleenp, kbarrett
2019-08-26 09:13:38 +02:00
Stefan Karlsson
4914e0ee95
8224203: Remove need to specify type when using FLAG_SET macros
...
Reviewed-by: rehn, pliden, coleenp
2019-05-22 13:06:31 +02:00
Coleen Phillimore
fbafef11c0
8222811: Consolidate MutexLockerEx and MutexLocker
...
Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
2019-04-25 10:56:31 -04:00
Kim Barrett
e7e00f7ae0
8221102: Allow GC threads to participate in threads claiming protocol
...
Expand claim counter from 1bit to uintx, with rare overflow handling.
Reviewed-by: tschatzl, rkennke
2019-04-02 13:08:38 -04:00
Thomas Stuefe
914ce13a0c
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
...
Reviewed-by: clanger, shade
2019-02-28 14:22:03 +01:00
Aleksey Shipilev
9f533b678e
8217994: os::print_hex_dump should be more resilient against unreadable memory
...
Reviewed-by: zgu, stuefe, lucy
2019-01-30 19:45:10 +01:00
Igor Ignatyev
bf800514ff
8213337: windows-x64-slowdebug build is broken by 8177708
...
Reviewed-by: dholmes
2018-11-02 23:44:45 -07:00
Igor Ignatyev
de6f5b33ed
8177708: Convert TestReserveMemorySpecial_test to Gtest
...
Reviewed-by: gziemski, vlivanov
2018-11-02 16:26:11 -07:00
Igor Ignatyev
65091f8c6d
8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
...
Reviewed-by: kvn, tschatzl
2018-08-01 10:04:08 -07:00
Patricio Chilano Mateo
2d1029c256
8171157: Convert ObjectMonitor_test to GTest
...
Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer.
Reviewed-by: dcubed, hseigel
2018-07-27 16:29:36 -04:00
Thomas Stuefe
765618a8ab
8202772: NMT thread stack tracking causes crashes on AIX
...
Reviewed-by: goetz, zgu
2018-06-13 06:35:04 +02:00
Aleksey Shipilev
aef2df31e6
8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
...
Reviewed-by: eosterlund, stuefe
2018-05-05 18:55:31 +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
Gerard Ziemski
edc81d17e1
8202150: [REDO] Split globals.hpp to factor out the Flag class
...
Factored out Flag out go globals, renamed to JVMFlag
Reviewed-by: coleenp, dholmes, kvn
2018-04-26 11:19:05 -05:00
Gerard Ziemski
816e2e5fe0
8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
...
Backed out JDK-8081519
Reviewed-by: kvn
2018-04-23 14:51:16 -05:00
Gerard Ziemski
60723b7e3d
8081519: Split globals.hpp to factor out the Flag class
...
Factored out Flag out go globals, renamed to JVMFlag
Reviewed-by: coleenp, dholmes, kvn
2018-04-23 10:59:39 -05:00
Coleen Phillimore
2842bcc5c7
8199133: [BACKOUT] NMT: Enhance thread stack tracking
...
Reviewed-by: jwilhelm
2018-03-06 17:45:31 -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
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
Stefan Karlsson
f1540011d0
8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
...
Reviewed-by: eosterlund, coleenp, zgu
2018-02-21 12:40:05 +01:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Yasumasa Suenaga
c4706f598d
8151815: Could not parse core image with JSnap
...
Reviewed-by: dholmes, sspitsyn
2017-10-21 07:00:23 +09:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00