Thomas Stuefe
|
d066f2b06c
|
8260030: Improve stringStream buffer handling
Reviewed-by: iklam, kbarrett
|
2021-01-22 09:00:56 +00:00 |
|
Thomas Stuefe
|
4dfd8cc4a6
|
8259897: gtest os.dll_address_to_function_and_library_name_vm fails on AIX
Reviewed-by: mdoerr
|
2021-01-21 10:30:36 +00:00 |
|
Thomas Stuefe
|
90c73d057d
|
8259569: gtest os.dll_address_to_function_and_library_name_vm fails
Reviewed-by: dcubed
|
2021-01-16 05:17:10 +00:00 |
|
Dong Bo
|
c6d798c25a
|
8259629: aarch64 builds fail after JDK-8258932
Reviewed-by: kvn
|
2021-01-13 00:30:58 +00:00 |
|
Dong Bo
|
ccac7aaea3
|
8258932: AArch64: Enhance floating-point Min/MaxReductionV with fminp/fmaxp
Reviewed-by: aph
|
2021-01-12 13:27:47 +00:00 |
|
Kim Barrett
|
2255ab7603
|
8258810: Improve enum traits
Reviewed-by: ayang, iklam, lfoltan
|
2021-01-12 03:38:54 +00:00 |
|
Daniel D. Daugherty
|
8dfc77bfa6
|
8259586: ProblemList dll_address_to_function_and_library_name
Reviewed-by: hseigel
|
2021-01-11 19:44:26 +00:00 |
|
Thomas Stuefe
|
e0d748d56f
|
8258606: os::print_signal_handlers() should resolve the function name of the handlers
Reviewed-by: dholmes, coleenp, gziemski
|
2021-01-11 09:06:40 +00:00 |
|
Ioi Lam
|
5ea960728c
|
8258459: Decouple gc_globals.hpp from globals.hpp
Reviewed-by: lfoltan, coleenp
|
2021-01-05 05:57:08 +00:00 |
|
Claes Redestad
|
9d160aa1b7
|
8257815: Replace global log2 functions with efficient implementations
Reviewed-by: kbarrett, stefank
|
2021-01-04 21:01:25 +00:00 |
|
Daniel D. Daugherty
|
172af1524d
|
8258284: clean up issues with nested ThreadsListHandles
Reviewed-by: eosterlund, rehn
|
2020-12-22 14:07:43 +00:00 |
|
Thomas Stuefe
|
853c04712d
|
8258469: Cleanup remaining safefetch test coding
Reviewed-by: coleenp, dholmes
|
2020-12-18 08:13:16 +00:00 |
|
Coleen Phillimore
|
6aa8eed352
|
8258415: gtest for committed memory leaks reservation
Reviewed-by: hseigel, stuefe
|
2020-12-17 13:35:09 +00:00 |
|
Ioi Lam
|
17ace8339d
|
8258074: Move some flags related to compiler to compiler_globals.hpp
Reviewed-by: kvn, coleenp
|
2020-12-16 04:36:43 +00:00 |
|
Ioi Lam
|
8bf46c7368
|
8258438: build error in test/hotspot/gtest/runtime/test_os.cpp
Reviewed-by: dcubed, tschatzl
|
2020-12-15 21:42:01 +00:00 |
|
Coleen Phillimore
|
c37eabe73b
|
8252148: vmError::controlled_crash should be #ifdef ASSERT and move tests to gtest
Reviewed-by: iklam, stuefe
|
2020-12-15 20:48:18 +00:00 |
|
Anton Kozlov
|
2273f9555a
|
8234930: Use MAP_JIT when allocating pages for code cache on macOS
Reviewed-by: stuefe, iklam, burban
|
2020-12-15 18:43:49 +00:00 |
|
Thomas Stuefe
|
568dc29b9a
|
8185734: [Windows] Structured Exception Catcher missing around gtest execution
Reviewed-by: dholmes, ihse
|
2020-12-15 09:02:46 +00:00 |
|
Thomas Stuefe
|
3ab1dfeb8f
|
8257828: SafeFetch may crash if invoked in non-JavaThreads
Reviewed-by: mdoerr, kbarrett, coleenp, dholmes
|
2020-12-15 07:00:54 +00:00 |
|
Jesper Wilhelmsson
|
381021aebf
|
Merge
|
2020-12-15 03:40:30 +00:00 |
|
Claes Redestad
|
e69ae07f08
|
8257985: count_trailing_zeros doesn't handle 64-bit values on 32-bit JVM
Reviewed-by: kbarrett
|
2020-12-14 11:59:05 +00:00 |
|
Ioi Lam
|
c30fff7c32
|
8257229: gtest death tests fail with unrecognized stderr output
Reviewed-by: coleenp, minqi
|
2020-12-14 07:00:40 +00:00 |
|
Markus Grönlund
|
e90d0d1da4
|
8258065: ProblemList JfrGTestAdaptiveSampling
Reviewed-by: iignatyev
|
2020-12-10 22:25:23 +00:00 |
|
Ioi Lam
|
80dac5a87c
|
8257912: Convert enum iteration to use range-based for loops
Reviewed-by: kbarrett, tschatzl, gziemski
|
2020-12-10 20:33:13 +00:00 |
|
Markus Grönlund
|
502a5241e5
|
8257602: Introduce JFR Event Throttling and new jdk.ObjectAllocationSample event (enabled by default)
Co-authored-by: Jaroslav Bachorik <jbachorik@openjdk.org>
Reviewed-by: egahlin, jbachorik
|
2020-12-10 12:33:48 +00:00 |
|
Marcus G K Williams
|
b977a7b8a5
|
8257989: Error in gtest os_page_size_for_region_unaligned after 8257588
Reviewed-by: stuefe
|
2020-12-09 18:59:09 +00:00 |
|
Gerard Ziemski
|
936a7acf32
|
8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests
Reviewed-by: dholmes
|
2020-12-08 15:49:11 +00:00 |
|
Thomas Stuefe
|
8e8e584552
|
8257588: Make os::_page_sizes a bitmask
Reviewed-by: tschatzl, stefank
|
2020-12-07 10:32:05 +00:00 |
|
Thomas Stuefe
|
b44a329f91
|
8256864: [windows] Improve tracing for mapping errors
Reviewed-by: iklam, rrich
|
2020-12-03 08:41:26 +00:00 |
|
Kim Barrett
|
3932527288
|
8257466: Improve enum iteration
Improve support for iteration on enums that are just range of values, without named enumerators.
Reviewed-by: iklam, lfoltan
|
2020-12-03 04:26:23 +00:00 |
|
Aleksey Shipilev
|
13bd2e82ca
|
8257396: AArch64 Zero build is broken after JDK-8252684
Reviewed-by: dholmes
|
2020-12-01 07:14:24 +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 |
|
Claes Redestad
|
9bcd2695c3
|
8257221: C2: RegMask::is_bound_set split set handling broken since JDK-8221404
Reviewed-by: kvn, neliasso
|
2020-11-30 08:18:32 +00:00 |
|
David Holmes
|
04eecf03eb
|
8257233: Windows x86 build is broken by JDK-8252684
Reviewed-by: mikael
|
2020-11-29 01:20:37 +00:00 |
|
Nick Gasson
|
c93f0a07c4
|
8252684: Move the AArch64 assember test under test/hotspot/gtest
Reviewed-by: aph
|
2020-11-28 15:37:18 +00:00 |
|
Claes Redestad
|
2d30a10138
|
8257069: C2: Clarify and sanity test RegMask/RegMaskIterator
Reviewed-by: jvernee, kvn
|
2020-11-26 13:42:55 +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 |
|
Per Liden
|
372595cca3
|
8256390: ZGC: Relocate in-place instead of having a heap reserve
Reviewed-by: stefank, eosterlund
|
2020-11-23 23:30:38 +00:00 |
|
Thomas Stuefe
|
fa75ad695c
|
8256725: Metaspace: better blocktree and binlist asserts
Reviewed-by: shade, rrich, lkorinth
|
2020-11-23 18:50:09 +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 |
|
Thomas Stuefe
|
02adaa5854
|
8255885: Metaspace: freelist commit counter is not updated when purging
Reviewed-by: coleenp, iklam
|
2020-11-20 06:52:21 +00:00 |
|
Stefan Johansson
|
b8244b606e
|
8236926: Concurrently uncommit memory in G1
Reviewed-by: ayang, tschatzl
|
2020-11-19 17:55:33 +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 |
|
Per Liden
|
9130ca4c73
|
8256401: ZGC: Improve ZList verification
Reviewed-by: ayang, stefank
|
2020-11-17 16:40:12 +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 |
|
Stefan Johansson
|
1d0bd50624
|
8254758: Change G1ServiceThread to be task based
Reviewed-by: ayang, iwalulya, tschatzl
|
2020-11-03 11:07:35 +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 |
|