Sonia Zaldana Calles
|
3328b4ecf2
|
8343700: ceil_log2 should not loop endlessly
Reviewed-by: shade, kbarrett, aph, stuefe
|
2024-11-19 19:13:09 +00:00 |
|
Gerard Ziemski
|
eabfc6e4d9
|
8337563: NMT: rename MEMFLAGS to MemTag
Reviewed-by: dholmes, coleenp, jsjolen
|
2024-09-17 19:59:06 +00:00 |
|
David Holmes
|
5b7bb40d1f
|
8325002: Exceptions::fthrow needs to ensure it truncates to a valid utf8 string
Reviewed-by: djelinski, stuefe
|
2024-07-30 22:35:28 +00:00 |
|
Kim Barrett
|
25c3845be2
|
8333133: Simplify QuickSort::sort
Reviewed-by: shade, dholmes
|
2024-06-26 05:15:36 +00:00 |
|
Thomas Stuefe
|
e22fc121ae
|
8333775: Small improvement to outputStream auto-indentation mode
Reviewed-by: jsjolen, mbaesken
|
2024-06-10 12:33:32 +00:00 |
|
Thomas Stuefe
|
bf7f1c41cc
|
8333211: NMT Reports: replace manual indentation handling with auto indent
Reviewed-by: jsjolen, asmehra
|
2024-06-07 07:34:58 +00:00 |
|
David Holmes
|
ca9390755b
|
8256828: ostream::print_cr() truncates buffer in copy-through case
Reviewed-by: stuefe, matsaave
|
2024-06-06 00:15:43 +00:00 |
|
Johan Sjölen
|
0f4154a9e9
|
8331193: Return references when possible in GrowableArray
Reviewed-by: stefank, kbarrett, epeter
|
2024-06-04 10:53:26 +00:00 |
|
Ioi Lam
|
ac86f59e4f
|
8330532: Improve line-oriented text parsing in HotSpot
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: matsaave, jsjolen
|
2024-05-09 07:43:03 +00:00 |
|
Aleksey Shipilev
|
cff841f1de
|
8328934: Assert that ABS input and output are legal
Reviewed-by: aph, dlong
|
2024-04-30 09:13:12 +00:00 |
|
Coleen Phillimore
|
7734466c46
|
8325871: Move StringTable and SymbolTable rehashing calls
Reviewed-by: eosterlund, aboldtch
|
2024-03-18 14:42:03 +00:00 |
|
Matias Saavedra Silva
|
d74b907d20
|
8327093: Add truncate function to BitMap API
Reviewed-by: aboldtch, iklam
|
2024-03-11 16:34:46 +00:00 |
|
Coleen Phillimore
|
c1281e6b45
|
8324678: Replace NULL with nullptr in HotSpot gtests
Reviewed-by: kbarrett, dholmes, jwaters
|
2024-01-29 17:12:13 +00:00 |
|
Coleen Phillimore
|
2865afe759
|
8323685: PrintSystemDictionaryAtExit has mutex rank assert
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: tschatzl, ayang
|
2024-01-19 16:54:03 +00:00 |
|
Afshin Zafari
|
14557e72ef
|
8314502: Change the comparator taking version of GrowableArray::find to be a template method
Reviewed-by: jsjolen, sspitsyn, stefank
|
2023-11-23 22:16:57 +00:00 |
|
Thomas Stuefe
|
8555e0f6c4
|
8319318: bufferedStream fixed case can be removed
Reviewed-by: dholmes
|
2023-11-08 06:23:39 +00:00 |
|
Thomas Stuefe
|
a0d0f21f08
|
8314752: Use google test string comparison macros
Reviewed-by: coleenp, kbarrett
|
2023-08-23 05:26:05 +00:00 |
|
Oli Gillespie
|
4b2703ad39
|
8313678: SymbolTable can leak Symbols during cleanup
Reviewed-by: coleenp, dholmes, shade
|
2023-08-14 15:58:03 +00:00 |
|
Kim Barrett
|
34f4d7f4ad
|
8304759: Add BitMap iterators
Reviewed-by: stefank, aboldtch, tschatzl
|
2023-03-29 17:18:16 +00:00 |
|
Kim Barrett
|
501b606816
|
8298725: Add BitMap support for reverse iteration
Reviewed-by: stefank, aboldtch, tschatzl
|
2023-03-24 18:17:45 +00:00 |
|
Kim Barrett
|
2d0d057d66
|
8304016: Add BitMap find_last suite of functions
Reviewed-by: stefank, aboldtch
|
2023-03-20 19:23:38 +00:00 |
|
Kim Barrett
|
2116928528
|
8303900: Rename BitMap search functions
Reviewed-by: stefank, aboldtch
|
2023-03-10 21:16:56 +00:00 |
|
Justin King
|
a9dba56568
|
8300783: Consolidate byteswap implementations
Reviewed-by: kbarrett, kvn
|
2023-03-09 19:39:07 +00:00 |
|
Kim Barrett
|
008c5eb4dd
|
8303621: BitMap::iterate should support lambdas and other function objects
Reviewed-by: aboldtch, tschatzl, stefank
|
2023-03-07 12:59:26 +00:00 |
|
Afshin Zafari
|
4fe99da74f
|
8151413: os::allocation_granularity/page_size and friends return signed values
Reviewed-by: stefank, ccheung, ysr
|
2023-02-07 14:08:01 +00:00 |
|
Justin King
|
03a9a88efb
|
8300265: Remove metaprogramming/isSigned.hpp
Reviewed-by: kbarrett, tschatzl
|
2023-01-23 16:03:28 +00:00 |
|
Leo Korinth
|
506c818689
|
8296401: ConcurrentHashTable::bulk_delete might miss to delete some objects
Reviewed-by: rehn, iwalulya, aboldtch
|
2023-01-16 16:36:36 +00:00 |
|
Xue-Lei Andrew Fan
|
38cfc59172
|
8299378: sprintf is deprecated in Xcode 14
Reviewed-by: kbarrett, dholmes
|
2023-01-03 22:44:14 +00:00 |
|
Thomas Stuefe
|
f729f5b6d0
|
8298298 : NMT: count deltas are printed with 32-bit signed size
Reviewed-by: shade, dholmes
|
2022-12-09 17:46:28 +00:00 |
|
Stefan Karlsson
|
df6cf1e41d
|
8296886: Fix various include sort order issues
Reviewed-by: kbarrett, dholmes, stuefe
|
2022-11-24 15:06:19 +00:00 |
|
Stefan Karlsson
|
196d0210df
|
8297020: Rename GrowableArray::on_stack
Reviewed-by: stuefe, coleenp
|
2022-11-16 11:01:39 +00:00 |
|
Stefan Karlsson
|
bfc5816595
|
8295475: Move non-resource allocation strategies out of ResourceObj
Reviewed-by: coleenp, stuefe, rehn, dholmes
|
2022-11-10 08:31:37 +00:00 |
|
Xin Liu
|
1b94ae13d3
|
8296139: Make GrowableBitMap the base class of all implementations
Reviewed-by: aboldtch, stefank, simonis
|
2022-11-09 19:51:54 +00:00 |
|
Stefan Karlsson
|
8ee0f7d598
|
8296231: Fix MEMFLAGS for CHeapBitMaps
Reviewed-by: coleenp, dholmes
|
2022-11-04 09:36:26 +00:00 |
|
Ivan Walulya
|
1a58cb1c02
|
8233697: CHT: Iteration parallelization
Reviewed-by: tschatzl, rehn
|
2022-11-02 11:38:45 +00:00 |
|
Kim Barrett
|
3a873d3c5b
|
8295808: GrowableArray should support capacity management
Reviewed-by: aboldtch, tschatzl, sspitsyn
|
2022-10-25 17:42:48 +00:00 |
|
Thomas Stuefe
|
ec2981b83b
|
8293711: Factor out size parsing functions from arguments.cpp
Reviewed-by: dholmes, jsjolen
|
2022-10-17 12:44:51 +00:00 |
|
Stefan Karlsson
|
6bd2794175
|
8293304: Replace some usages of INTPTR_FORMAT with PTR_FORMAT
Reviewed-by: kbarrett, coleenp
|
2022-09-08 13:37:06 +00:00 |
|
John R Rose
|
8d3399bf5f
|
8292758: put support for UNSIGNED5 format into its own header file
Reviewed-by: dlong, coleenp
|
2022-09-08 07:36:53 +00:00 |
|
Coleen Phillimore
|
5934669ca8
|
8292383: Create a SymbolHandle type to use for ResourceHashtable
Reviewed-by: iklam, hseigel
|
2022-09-07 14:50:58 +00:00 |
|
Stefan Karlsson
|
98ce45ff74
|
8292981: Unify and restructure integer printing format specifiers
Reviewed-by: kbarrett, dholmes
|
2022-09-02 06:52:35 +00:00 |
|
Johan Sjölén
|
69448f9c1a
|
8292679: Simplify thread creation in gtest and port 2 tests to new way
Reviewed-by: rehn, coleenp, stuefe
|
2022-08-24 15:50:21 +00:00 |
|
Coleen Phillimore
|
f5b3618c42
|
8291970: Add TableStatistics get function to ResourceHashtable
Reviewed-by: iklam, ccheung
|
2022-08-09 11:59:02 +00:00 |
|
Coleen Phillimore
|
617a196fd3
|
8290812: Add a test for ResourceHashtable
Reviewed-by: stuefe, iklam
|
2022-08-04 22:42:41 +00:00 |
|
Thomas Schatzl
|
95e3190d96
|
8210708: Use single mark bitmap in G1
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Reviewed-by: iwalulya, ayang
|
2022-07-07 15:46:05 +00:00 |
|
Thomas Stuefe
|
688712f75c
|
8289633: Forbid raw C-heap allocation functions in hotspot and fix findings
Reviewed-by: kbarrett, dholmes
|
2022-07-05 04:26:45 +00:00 |
|
Coleen Phillimore
|
270cf67e5f
|
8288752: Split thread implementation files
Reviewed-by: dholmes, rehn, iklam
|
2022-06-22 12:49:25 +00:00 |
|
Jie Fu
|
a113e166e9
|
8287830: gtest fails to compile after JDK-8287661
Reviewed-by: shade
|
2022-06-04 06:47:29 +00:00 |
|
Aleksey Shipilev
|
625821dae7
|
8287661: Fix and improve BitMap::print_on(outputStream*)
Reviewed-by: stefank
|
2022-06-03 07:24:42 +00:00 |
|
Roman Kennke
|
abfd2f98dc
|
8283710: JVMTI: Use BitSet for object marking
Reviewed-by: stuefe, coleenp
|
2022-04-11 14:50:29 +00:00 |
|