Justin King
71a64a1b7a
8299399: Remove metaprogramming/isArray.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:34:44 +00:00
Justin King
532ccdb61a
8299396: Remove metaprogramming/removeExtent.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:33:44 +00:00
Justin King
9d3d03997e
8299402: Remove metaprogramming/isVolatile.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:16:26 +00:00
Justin King
d812022890
8299398: Remove metaprogramming/isConst.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 12:00:39 +00:00
Fei Gao
ba942c24e8
8298244: AArch64: Optimize vector implementation of AddReduction for floating point
...
Reviewed-by: aph, xgong
2022-12-19 01:11:19 +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
Y. Srinivas Ramakrishna
c16eb89ce0
8298138: Shenandoah: HdrSeq asserts "sub-bucket index (512) overflow for value ( 1.00)"
...
Reviewed-by: rkennke, shade
2022-12-08 21:54:16 +00:00
Johan Sjölen
165dcdd27d
8297718: Make NMT free:ing protocol more granular
...
Reviewed-by: stuefe, gziemski
2022-12-08 12:32:59 +00:00
Afshin Zafari
bd381886e0
8297766: Remove UseMallocOnly development option
...
Reviewed-by: coleenp, stuefe, dholmes
2022-12-05 13:31:15 +00:00
Bhavana Kilambi
54e6d6aaeb
8293488: Add EOR3 backend rule for aarch64 SHA3 extension
...
Reviewed-by: haosun, njian, eliu, aturbanov, ngasson
2022-11-29 17:17:15 +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
Gerard Ziemski
ccc6e16918
8291067: macOS should use O_CLOEXEC instead of FD_CLOEXEC
...
Reviewed-by: dcubed, dholmes, stuefe
2022-11-22 16:30:24 +00:00
Christian Hagedorn
8b8d8481bc
8293422: DWARF emitted by Clang cannot be parsed
...
Reviewed-by: tschatzl, ihse, stuefe
2022-11-21 12:58:45 +00:00
Bhavana Kilambi
891c706a10
8295276: AArch64: Add backend support for half float conversion intrinsics
...
Reviewed-by: ngasson, aph, njian
2022-11-21 09:56:38 +00:00
Thomas Stuefe
0a3b0fc8ad
8296784: Provide clean mallinfo/mallinfo2 wrapper for Linux glibc platforms
...
Reviewed-by: rkennke, mbaesken
2022-11-19 18:06:48 +00:00
Thomas Stuefe
251e065a17
8296764: NMT: reduce loads in os::malloc
...
Reviewed-by: adinn, iklam
2022-11-19 14:45:45 +00:00
Thomas Stuefe
0845b39caf
8296796: Provide clean, platform-agnostic interface to C-heap trimming
...
Reviewed-by: dholmes, rkennke
2022-11-19 11:52:55 +00:00
Stefan Karlsson
373e52c0ab
8296785: Use realloc for CHeap-allocated BitMaps
...
Reviewed-by: stuefe, aboldtch
2022-11-17 21:23:27 +00:00
Stefan Karlsson
813b223a6b
8296926: Sort include lines of files in the include/ directory
...
Reviewed-by: kbarrett, erikj, lkorinth
2022-11-16 12:51:26 +00:00
Stefan Karlsson
196d0210df
8297020: Rename GrowableArray::on_stack
...
Reviewed-by: stuefe, coleenp
2022-11-16 11:01:39 +00:00
Thomas Stuefe
657a0b2f15
8295865: Several issues with os::realloc
...
Reviewed-by: dholmes, jsjolen
2022-11-12 05:51:50 +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
Johan Sjölen
4a0093ccc4
8294362: UL: Replace the internal usage of manual buffers with stringStream in LogSelection
...
Reviewed-by: dholmes, rehn
2022-11-09 10:55:08 +00:00
Ivan Walulya
dd5d4df5b6
8295658: G1: Refactor G1SegmentedArray to indicate that it is an allocator
...
Reviewed-by: tschatzl, sjohanss
2022-11-08 09:02:11 +00:00
Matias Saavedra Silva
ba303c048e
8295893: Improve printing of Constant Pool Cache Entries
...
Reviewed-by: dholmes, coleenp, iklam
2022-11-07 16:15:09 +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
Thomas Stuefe
cf121df17e
8295889: NMT preinit code does not handle allocation errors
...
Reviewed-by: dholmes, mbaesken
2022-10-26 08:35:05 +00:00
Kim Barrett
3a873d3c5b
8295808: GrowableArray should support capacity management
...
Reviewed-by: aboldtch, tschatzl, sspitsyn
2022-10-25 17:42:48 +00:00
Ioi Lam
89dafc002f
8292699: Improve printing of classes in native debugger
...
Reviewed-by: coleenp
2022-10-24 22:17:51 +00:00
Johan Sjölen
89a94d0502
8293873: Centralize the initialization of UL
...
Reviewed-by: stuefe, rehn
2022-10-24 09:12:59 +00:00
Kim Barrett
1164258ec7
8295124: Atomic::add to pointer type may return wrong value
...
Reviewed-by: tschatzl, coleenp
2022-10-20 22:24:53 +00:00
Kim Barrett
028e8b3d5e
8137022: Concurrent refinement thread adjustment and (de-)activation suboptimal
...
8155996: Improve concurrent refinement green zone control
8134303: Introduce -XX:-G1UseConcRefinement
Reviewed-by: sjohanss, tschatzl, iwalulya, ayang
2022-10-20 20:29:19 +00:00
Aleksey Shipilev
b06f1b149c
8294594: Fix cast-function-type warnings in signal handling code
...
Reviewed-by: dholmes, kbarrett
2022-10-18 08:45:28 +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
Kim Barrett
94a9b048af
8295013: OopStorage should derive from CHeapObjBase
...
Reviewed-by: stefank, tschatzl
2022-10-11 23:17:31 +00:00
Xin Liu
bf79f99c0c
8292989: Avoid dynamic memory in AsyncLogWriter
...
Reviewed-by: jsjolen, stuefe
2022-09-15 18:32:21 +00:00
Hao Sun
cbee0bc9ef
8292587: AArch64: Support SVE fabd instruction
...
Reviewed-by: njian, fgao, ngasson
2022-09-13 02:19:02 +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
Jatin Bhateja
38377d5eb7
8291649: multiple tests failing with -Xcomp after JDK-8290034
...
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kbarrett, jrose
2022-08-31 05:02:56 +00:00
Erik Österlund
054c23f484
8290025: Remove the Sweeper
...
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
2022-08-25 09:48:55 +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
Christian Hagedorn
13c0369646
8242181: [Linux] Show source information when printing native stack traces in hs_err files
...
Reviewed-by: erikj, tschatzl, stuefe, ihse
2022-08-24 06:44:06 +00:00
Bhavana Kilambi
07c797720d
8290249: Vectorize signum on AArch64
...
Reviewed-by: aph, ngasson
2022-08-22 09:01:08 +00:00
Kim Barrett
f85411f24a
8292458: Atomic operations on scoped enums don't build with clang
...
Reviewed-by: eosterlund, stefank
2022-08-19 01:49:52 +00:00
Harold Seigel
0d96546ab9
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
...
Reviewed-by: coleenp, stuefe
2022-08-17 19:56:14 +00:00
Thomas Stuefe
1c1c4410b2
8292072: NMT: repurpose Tracking overhead counter as global malloc counter
...
Reviewed-by: iklam, clanger
2022-08-13 18:40:29 +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
Ioi Lam
b6b0317f83
8290840: Refactor the "os" class
...
Reviewed-by: dholmes, gziemski, stuefe, stefank
2022-08-04 01:20:29 +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
Xiaohong Gong
a79ce4e748
8286941: Add mask IR for partial vector operations for ARM SVE
...
Reviewed-by: kvn, jbhateja, njian, ngasson
2022-07-07 08:14:21 +00:00
Thomas Stuefe
569de453c3
8289620: gtest/MetaspaceUtilsGtests.java failed with unexpected stats values
...
Reviewed-by: coleenp
2022-07-07 05:30:10 +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
Eric Liu
86c9241cce
8287028: AArch64: [vectorapi] Backend implementation of VectorMask.fromLong with SVE2
...
Reviewed-by: xgong, ngasson
2022-06-14 03:38:42 +00:00
Severin Gehwolf
e0baf012b1
8287007: [cgroups] Consistently use stringStream throughout parsing code
...
Reviewed-by: iklam
2022-06-13 15:14:51 +00:00
Kim Barrett
04f02ac6b2
8214976: Warn about uses of functions replaced for portability
...
Reviewed-by: dholmes, tschatzl, coleenp
2022-06-08 19:16:46 +00:00
Jatin Bhateja
f347ff9986
8283894: Intrinsify compress and expand bits on x86
...
Reviewed-by: psandoz, sviswanathan, jrose, kvn
2022-06-06 00:37:54 +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
Jatin Bhateja
6f6486e977
8284960: Integration of JEP 426: Vector API (Fourth Incubator)
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Joshua Zhu <jzhu@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Reviewed-by: ngasson, vlivanov, mcimadamore, jlahoda, kvn
2022-05-31 16:02:09 +00:00
Johan Sjölén
b2ba9fc9f6
8286180: Enable construction of LogStreamImpl from LogMessageImpl
...
Reviewed-by: dholmes, stefank
2022-05-30 16:53:35 +00:00
Alexey Ivanov
e0d361cea9
8284191: Replace usages of 'a the' in hotspot and java.base
...
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
2022-05-24 11:25:13 +00:00
Aleksey Shipilev
63cace759e
8286660: codestrings gtest fails on AArch64: "udf" in padding
...
Reviewed-by: ngasson, aph
2022-05-17 08:47:45 +00:00
Albert Mingkun Yang
8daf08dbc4
8286628: Remove unused BufferNode::Allocator::flush_free_list
...
Reviewed-by: kbarrett, tschatzl
2022-05-13 11:59:23 +00:00
Eric Liu
e9f45bb270
8282966: AArch64: Optimize VectorMask.toLong with SVE2
...
Reviewed-by: xgong, ngasson
2022-05-12 01:15:16 +00:00
Albert Mingkun Yang
89de756ffb
8286387
: Remove unused FreeListAllocator::reduce_free_list
...
Reviewed-by: kbarrett, tschatzl
2022-05-11 15:06:14 +00:00
Leo Korinth
b490a58ed8
8283899: Revert 8284190 after fix of 8281297
...
Reviewed-by: kbarrett
2022-05-09 07:24:12 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Johan Sjölén
d9541c5e9f
8276202: LogFileOutput.invalid_file_vm asserts when being executed from a read only working directory
...
Reviewed-by: dholmes, stuefe
2022-04-30 08:00:26 +00:00
Ioi Lam
4714fdcd6a
8285279: ArgumentsTest.set_numeric_flag_double_vm fails on some locales (again)
...
Reviewed-by: dholmes
2022-04-27 04:58:13 +00:00
Eric Liu
d3ea4b7bb4
8283435: AArch64: [vectorapi] Optimize SVE lane/withLane operations for 64/128-bit vector sizes
...
Reviewed-by: njian, ngasson
2022-04-27 01:22:27 +00:00
Andrew Haley
a7b5157375
8282541: AArch64: Auto-vectorize Math.round API
...
Reviewed-by: njian, ngasson, adinn
2022-04-26 13:43:12 +00:00
Thomas Stuefe
bdf8a2a205
8283326: Implement SafeFetch statically
...
Reviewed-by: dholmes, mdoerr, akozlov, lucy
2022-04-15 10:39:19 +00:00
Roman Kennke
abfd2f98dc
8283710: JVMTI: Use BitSet for object marking
...
Reviewed-by: stuefe, coleenp
2022-04-11 14:50:29 +00:00
Ioi Lam
e29707493e
8284181: ArgumentsTest.set_numeric_flag_double_vm fails on some locales
...
Reviewed-by: stuefe
2022-04-04 20:08:07 +00:00
Daniel D. Daugherty
afd0f5a904
8284190: disable G1RegionToSpaceMapper.largeStressAdjacent_vm on windows
...
Reviewed-by: tschatzl
2022-04-01 20:26:34 +00:00
Xiaohong Gong
05ea7a51e1
8282431: AArch64: Add optimized rules for masked vector multiply-add/sub for SVE
...
Reviewed-by: njian, ngasson
2022-04-01 09:33:46 +00:00
Ioi Lam
49fcc7a5c3
8283013: Simplify Arguments::parse_argument()
...
Reviewed-by: dholmes, ccheung
2022-03-31 15:46:34 +00:00
Thomas Stuefe
2e9fd56524
8283670: gtest os.release_multi_mappings_vm is still racy
...
Reviewed-by: mdoerr, dholmes
2022-03-29 07:09:27 +00:00
Tyler Steele
d5f9059032
8283695: [AIX] Build failure due to name conflict in test_arguments.cpp
...
Reviewed-by: iklam, stuefe
2022-03-26 07:37:42 +00:00
Thomas Stuefe
78ef2fdef6
8283562: JDK-8282306 breaks gtests on zero
...
Reviewed-by: shade
2022-03-23 12:55:28 +00:00
Johannes Bechberger
999da9bfc5
8282306: os::is_first_C_frame(frame*) crashes on invalid link access
...
Reviewed-by: stuefe, mdoerr
2022-03-21 15:49:59 +00:00
Ioi Lam
b004fb0550
8282773: Refactor parsing of integer VM options
...
Reviewed-by: dholmes, kbarrett
2022-03-17 17:50:20 +00:00
Ivan Walulya
a5ebcc0c04
8282072: G1: Rename CardSetPtr to CardSetContainerPtr
...
Reviewed-by: ayang, tschatzl
2022-03-17 08:54:29 +00:00
Thomas Stuefe
5c187e34a5
8282593: JDK-8281472 breaks 32-bit builds and gtests
...
Reviewed-by: jiefu, dholmes
2022-03-03 13:25:10 +00:00
Ivan Walulya
341c8bd7f2
8267834: Refactor G1CardSetAllocator and BufferNode::Allocator to use a common base class
...
Reviewed-by: kbarrett, tschatzl
2022-03-01 14:14:47 +00:00
Harold Seigel
a95edee634
8281472: JVM options processing silently truncates large illegal options values
...
Reviewed-by: dholmes, iklam
2022-03-01 13:21:57 +00:00
Coleen Phillimore
c7cd1487fe
8282240: Add _name field to Method for NOT_PRODUCT only
...
Reviewed-by: pchilanomate, hseigel
2022-02-28 20:31:41 +00:00
Daniel Jeliński
23995f822e
8281525: Enable Zc:strictStrings flag in Visual Studio build
...
Reviewed-by: dholmes, ihse
2022-02-24 18:18:52 +00:00
Alan Hayward
6fab8a2d6a
8277204: Implement PAC-RET branch protection on Linux/AArch64
...
Reviewed-by: erikj, ihse, adinn, ngasson
2022-02-24 16:38:56 +00:00
Xiaohong Gong
1eec16b47b
8281803: AArch64: Optimize masked vector NOT/AND_NOT for SVE
...
Reviewed-by: aph, njian
2022-02-17 05:44:12 +00:00
Thomas Stuefe
f07b816523
8280940: gtest os.release_multi_mappings_vm is racy
...
Reviewed-by: dcubed, sjohanss
2022-02-14 16:41:47 +00:00
David Holmes
84868e39be
8281275: Upgrading from 8 to 11 no longer accepts '/' as filepath separator in gc paths
...
Reviewed-by: shade, dcubed
2022-02-10 23:23:48 +00:00
Stefan Karlsson
61794c5039
8280817: Clean up and unify empty VM operations
...
Reviewed-by: shade, coleenp
2022-01-31 12:30:09 +00:00
Thomas Stuefe
cab590517b
8280583: Always build NMT
...
Reviewed-by: shade, ihse, zgu
2022-01-27 09:18:17 +00:00
Thomas Stuefe
2155afe2a8
8280503: Use allStatic.hpp instead of allocation.hpp where possible
...
Reviewed-by: dholmes, iklam
2022-01-25 09:15:11 +00:00
Gerard Ziemski
d1efb0cc56
8267341: macos attempt_reserve_memory_at(arg1, arg2, true) failure
...
Reviewed-by: dcubed, dholmes
2022-01-19 22:34:54 +00:00
Harold Seigel
96114315cf
8279936: Change shared code to use os:: system API's
...
Reviewed-by: dholmes, kbarrett
2022-01-19 13:51:23 +00:00
Jesper Wilhelmsson
4f607f2ada
Merge
2021-12-27 01:22:11 +00:00
Eric Liu
6588bedc19
8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() test fail
...
Reviewed-by: njian, kvn
2021-12-24 03:10:41 +00:00
Xin Liu
7aff03aee1
8267517: async logging for stdout and stderr
...
Reviewed-by: dholmes, ysuenaga
2021-12-23 20:25:08 +00:00
Albert Mingkun Yang
3f41fdecdb
8279063: Consolidate push and push_if_necessary in PreservedMarks
...
Reviewed-by: rkennke, mli, tschatzl
2021-12-22 13:44:20 +00:00
Fei Gao
c442587f1e
8277619: AArch64: Incorrect parameter type in Advanced SIMD Copy assembler functions
...
Reviewed-by: aph, pli
2021-12-15 02:26:40 +00:00
Vishal Chand
adf39522c1
8277372: Add getters for BOT and card table members
...
Reviewed-by: tschatzl, sjohanss, ayang
2021-12-06 15:28:20 +00:00
Ivan Walulya
ad51d06925
8277789: G1: G1CardSetConfiguration prefixes num_ and max_ used interchangeably
...
Reviewed-by: mli, tschatzl
2021-11-29 13:10:06 +00:00
Hamlin Li
e9b36a8316
8276670: G1: Rename G1CardSetFreePool and related classes
...
Reviewed-by: tschatzl, ayang
2021-11-27 00:46:09 +00:00
Thomas Stuefe
cf7adae633
8275320: NMT should perform buffer overrun checks
...
8275320: NMT should perform buffer overrun checks
8275301: Unify C-heap buffer overrun checks into NMT
Reviewed-by: simonis, zgu
2021-11-24 12:12:23 +00:00
Thomas Schatzl
ce0f00f66e
8276093: Improve naming in closures to iterate over card sets
...
Reviewed-by: sjohanss, ayang
2021-11-18 16:59:41 +00:00
Fei Gao
81938001f9
8274179: AArch64: Support SVE operations with encodable immediates
...
Reviewed-by: aph, ngasson
2021-11-18 02:41:27 +00:00
Paul Sandoz
a59c9b2ac2
8271515: Integration of JEP 417: Vector API (Third Incubator)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Jie Fu <jiefu@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Rado Smogura <mail@smogura.eu>
Reviewed-by: kvn, sviswanathan, ngasson
2021-11-15 21:48:38 +00:00
Thomas Schatzl
1830b8da90
8275056: Virtualize G1CardSet containers over heap region
...
Reviewed-by: sjohanss, ayang
2021-11-15 18:09:32 +00:00
Hamlin Li
ed7ecca401
8254739: G1: Optimize evacuation failure for regions with few failed objects
...
Reviewed-by: tschatzl, ayang
2021-11-05 23:24:45 +00:00
Daniel D. Daugherty
92d2176362
8273967: gtest os.dll_address_to_function_and_library_name_vm fails on macOS12
...
Reviewed-by: stuefe, gziemski
2021-11-05 17:04:39 +00:00
Leo Korinth
323d201795
8275506: Rename allocated_on_stack to allocated_on_stack_or_embedded
...
Reviewed-by: stuefe
2021-11-05 09:25:21 +00:00
Thomas Stuefe
b889f2a88a
8276175: codestrings.validate_vm gtest still broken on ppc64 after JDK-8276046
...
Reviewed-by: mdoerr
2021-11-02 13:04:09 +00:00
Thomas Stuefe
e89b2c040c
8276086: Increase size of metaspace mappings
...
Reviewed-by: goetz, mdoerr
2021-10-29 09:44:48 +00:00
Thomas Stuefe
157e1d5073
8275856: Remove MetaspaceHandleDeallocations debug switch
...
Reviewed-by: coleenp, iklam
2021-10-29 04:26:56 +00:00
Thomas Stuefe
c9e65f8ef9
8275440: Remove VirtualSpaceList::is_full()
...
Reviewed-by: coleenp
2021-10-29 03:48:45 +00:00
Daniel D. Daugherty
e6fa5fa37e
8276063: ProblemList gtest dll_address_to_function_and_library_name on macosx-generic
...
Reviewed-by: tschatzl
2021-10-27 14:24:02 +00:00
Thomas Stuefe
809488bf38
8276046: codestrings.validate_vm gtest fails on ppc64, s390
...
Reviewed-by: shade, mdoerr
2021-10-27 13:40:51 +00:00
Wang Huang
9f75d5ce50
8259948: Aarch64: Add cast nodes for Aarch64 Neon backend
...
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Wu Yan <wuyan@openjdk.org>
Co-authored-by: Miao Zhuojun <mouzhuojun@huawei.com>
Reviewed-by: aph, eliu, njian
2021-10-27 05:32:50 +00:00
Daniel D. Daugherty
7addcd7cfb
8276034: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64
...
Reviewed-by: prr
2021-10-26 22:03:18 +00:00
Hamlin Li
5dab76b939
8275381: G1: refactor 2 constructors of G1CardSetConfiguration
...
Reviewed-by: tschatzl, ayang
2021-10-25 01:03:51 +00:00
Per Liden
54b8870766
8275035: Clean up worker thread infrastructure
...
Reviewed-by: stefank, ayang
2021-10-14 14:05:36 +00:00
Nick Gasson
333c4692d8
8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE
...
Reviewed-by: dholmes, tschatzl
2021-10-14 09:35:48 +00:00
TatWai Chong
8b1b6f9fb3
8269559: AArch64: Implement string_compare intrinsic in SVE
...
Reviewed-by: ngasson, aph
2021-10-14 05:27:12 +00:00
Thomas Stuefe
83c3771929
8273881: Metaspace: test repeated deallocations
...
Reviewed-by: dholmes, shade
2021-10-11 15:48:10 +00:00
Coleen Phillimore
6364719cd1
8274004: Change 'nonleaf' rank name
...
8273956: Add checking for rank values
Reviewed-by: dholmes, pchilanomate
2021-10-08 12:23:19 +00:00
Coleen Phillimore
b8af6a9bfb
8273917: Remove 'leaf' ranking for Mutex
...
Reviewed-by: eosterlund, dholmes
2021-10-06 12:14:33 +00:00
Kim Barrett
c80a612709
8273381: Assert in PtrQueueBufferAllocatorTest.stress_free_list_allocator_vm
...
Reviewed-by: sjohanss, tschatzl
2021-10-06 11:14:26 +00:00
Coleen Phillimore
90a5ae802e
8274282: Clarify special wait assert
...
Reviewed-by: dholmes, pchilanomate
2021-10-05 15:13:54 +00:00
Jesper Steen Møller
c57a6c62ba
8274265: Suspicious string concatenation in logTestUtils.inline.hpp
...
Reviewed-by: clanger, mbaesken
2021-09-28 18:22:15 +00:00
Coleen Phillimore
d098751366
8273916: Remove 'special' ranking
...
Reviewed-by: dholmes, pchilanomate
2021-09-23 11:21:02 +00:00
Ningsheng Jian
9d3379b975
8267356: AArch64: Vector API SVE codegen support
...
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xuejin He <xhe@openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: aph, ngasson
2021-09-23 02:58:59 +00:00
Patric Hedlin
c9de80635e
8274039: codestrings gtest fails when hsdis is present
...
Reviewed-by: shade
2021-09-22 14:20:17 +00:00
Coleen Phillimore
111d5e1a93
8273915: Create 'nosafepoint' rank
...
Reviewed-by: dholmes, iklam
2021-09-21 11:37:49 +00:00
Thomas Stuefe
6642d2eb8b
8273783: Simplify Metaspace arena guard handling
...
Reviewed-by: coleenp, lucy
2021-09-21 06:27:32 +00:00
Magnus Ihse Bursie
ed7789d6a0
8256977: Bump minimum GCC from 5.x to 6 for JDK
...
Reviewed-by: erikj, shade
2021-09-14 11:29:16 +00:00
Per Liden
3884580591
8273597: Rectify Thread::is_ConcurrentGC_thread()
...
Reviewed-by: stefank, coleenp
2021-09-14 10:28:31 +00:00
Yasumasa Suenaga
8d73ee684a
8273471: Add foldmultilines to UL for stdout/err
...
Reviewed-by: dholmes, iklam
2021-09-14 05:12:36 +00:00
Ioi Lam
9f86082fd5
8273610: LogTestFixture::restore_config() should not restore options
...
Reviewed-by: ysuenaga, dholmes
2021-09-13 01:57:04 +00:00
Per Liden
185eacacdd
8273545: Remove Thread::is_GC_task_thread()
...
Reviewed-by: stefank, coleenp, shade
2021-09-09 19:19:39 +00:00
Martin Doerr
f6cc1732f4
8273539: [PPC64] gtest build error after JDK-8264207
...
Reviewed-by: shade, stuefe
2021-09-09 10:48:02 +00:00
Aleksey Shipilev
a522d6b53c
8273376: Zero: Disable vtable/itableStub gtests
...
Reviewed-by: jiefu, stuefe
2021-09-07 08:52:53 +00:00
Patric Hedlin
7bd4f496b4
8264207: CodeStrings does not honour fixed address assumption.
...
Reviewed-by: redestad, neliasso
2021-09-06 14:43:54 +00:00
Coleen Phillimore
98b9d98032
8272797: Mutex with rank safepoint_check_never imply allow_vm_block
...
Reviewed-by: dholmes, pchilanomate
2021-08-30 14:47:24 +00:00
Coleen Phillimore
b92214a8d0
8272480: Remove Mutex::access rank
...
Reviewed-by: dholmes, eosterlund
2021-08-27 13:51:39 +00:00
Coleen Phillimore
2ef6871118
8272447: Remove 'native' ranked Mutex
...
Reviewed-by: stuefe, pchilanomate
2021-08-25 13:25:34 +00:00
Thomas Stuefe
d06d0b9e9d
8272112: Arena code simplifications
...
Reviewed-by: kbarrett, coleenp
2021-08-13 06:38:08 +00:00
David Holmes
843943c204
8263567: gtests don't terminate the VM safely
...
Reviewed-by: stuefe, dcubed
2021-08-09 20:59:22 +00:00
Daniel D. Daugherty
d62fbea7b4
8271898: disable os.release_multi_mappings_vm on macOS-X64
...
Reviewed-by: kbarrett
2021-08-04 21:06:23 +00:00
Thomas Stuefe
eec64f5587
8256844: Make NMT late-initializable
...
Reviewed-by: coleenp, zgu
2021-08-04 12:19:02 +00:00
Coleen Phillimore
f15d6cbcaf
8271506: Add ResourceHashtable support for deleting selected entries
...
Reviewed-by: iklam, stuefe
2021-08-03 17:20:25 +00:00
Thomas Stuefe
cd7e30ef84
8271242: Add Arena regression tests
...
Reviewed-by: mseledtsov, coleenp
2021-07-30 16:42:40 +00:00
Ioi Lam
357947acd8
8270061: Change parameter order of ResourceHashtable
...
Reviewed-by: coleenp, stuefe
2021-07-28 20:39:16 +00:00
Thomas Stuefe
45d277feb0
8270308: Arena::Amalloc may return misaligned address on 32-bit
...
Reviewed-by: coleenp, kbarrett
2021-07-27 04:21:56 +00:00
Coleen Phillimore
286106dd2a
8271219: [REDO] JDK-8271063 Print injected fields for InstanceKlass
...
Reviewed-by: dcubed, fparain
2021-07-23 20:52:45 +00:00
Daniel D. Daugherty
ec71e2d891
8271221: [BACKOUT] JDK-8271063 Print injected fields for InstanceKlass
...
Reviewed-by: coleenp
2021-07-23 15:53:49 +00:00
Coleen Phillimore
9b27df6a4f
8271063: Print injected fields for InstanceKlass
...
Reviewed-by: fparain, hseigel, yyang
2021-07-23 12:23:12 +00:00
Kim Barrett
0cc4bb729e
8270870: Simplify G1ServiceThread
...
Reviewed-by: tschatzl, iwalulya
2021-07-23 12:14:45 +00:00
Xiaohong Gong
ea77ef8348
8269725: AArch64: Add VectorMask query implementation for NEON
...
Reviewed-by: aph
2021-07-16 01:54:10 +00:00
David Holmes
770e2aa3c6
8215948: [TESTBUG] gtest pseudo-JavaThreads could be more regular JavaThreads
...
Reviewed-by: coleenp, pchilanomate
2021-07-14 01:05:10 +00:00
TatWai Chong
e54585be57
8268363: AArch64: Implement string_indexof_char intrinsic in SVE
...
Reviewed-by: aph, njian
2021-07-08 02:29:17 +00:00
Jesper Wilhelmsson
03d54e6ef1
Merge
2021-06-28 23:00:32 +00:00
Xin Liu
09bb84685f
8267952: async logging supports to dynamically change tags and decorators
...
Reviewed-by: dholmes, phh
2021-06-28 18:17:45 +00:00
Patricio Chilano Mateo
2fd7943ec1
8256425: Obsolete Biased Locking in JDK 18
...
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +00:00
Kim Barrett
0c693e2f03
8268290: Improve LockFreeQueue<> utility
...
Reviewed-by: iwalulya, tschatzl
2021-06-22 17:43:59 +00:00
Thomas Schatzl
cd20c01942
8268458: Add verification type for evacuation failures
...
Reviewed-by: kbarrett, iwalulya
2021-06-21 11:12:29 +00:00
Thomas Schatzl
1692fd2eba
8017163: G1: Refactor remembered sets
...
8048504: G1: Investigate replacing the coarse and fine grained data structures in the remembered sets
6949259: G1: Merge sparse and fine remembered set hash tables
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: sjohanss, iwalulya
2021-06-21 10:06:05 +00:00
Eric Liu
9cfd560bb1
8267663: [vector] Add unsigned comparison operators on AArch64
...
Reviewed-by: aph
2021-06-09 09:30:09 +00:00
Robbin Ehn
2bfd708e92
8266557: assert(SafepointMechanism::local_poll_armed(_handshakee)) failed: Must be
...
Reviewed-by: pchilanomate, dcubed
2021-06-09 07:21:37 +00:00
Stefan Johansson
5df25dc088
8266807: Windows os_windows-gtest broken for UseLargePages
...
Reviewed-by: iwalulya, ayang, tschatzl
2021-05-31 12:51:21 +00:00
Xin Liu
41185d38f2
8229517: Support for optional asynchronous/buffered logging
...
Reviewed-by: ysuenaga, simonis, stuefe, phh, dholmes, ayang
2021-05-27 16:35:24 +00:00
Dong Bo
123cdd1fbd
8264973: AArch64: Optimize vector max/min/add reduction of two integers with NEON pairwise instructions
...
Reviewed-by: njian, aph
2021-05-25 02:17:19 +00:00
Thomas Stuefe
9820f3d480
8267371: Concurrent gtests take too long
...
Reviewed-by: shade, gziemski
2021-05-19 17:55:05 +00:00
Gerard Ziemski
237fee8bbd
8267339: Temporarily disable os.release_multi_mappings_vm on macOS x64
...
Reviewed-by: hseigel, dcubed
2021-05-19 16:42:10 +00:00
Ivan Walulya
70f6c67051
8233380: CHT: Node allocation and freeing
...
Reviewed-by: rehn, tschatzl
2021-05-19 08:01:35 +00:00
Gerard Ziemski
fadf58043c
8262952: [macos_aarch64] os::commit_memory failure
...
Reviewed-by: stuefe, aph
2021-05-18 14:44:12 +00:00
Thomas Stuefe
da7c846a8c
8264408: test_oopStorage no longer needs to disable some tests on WIN32
...
Reviewed-by: shade, tschatzl
2021-05-18 08:52:39 +00:00
Thomas Stuefe
554caf33a0
8251392: Consolidate Metaspace Statistics
...
Reviewed-by: coleenp, zgu
2021-05-18 06:35:17 +00:00
Ivan Walulya
2313a2187a
8266637: CHT: Add insert_and_get method
...
Reviewed-by: tschatzl, rehn
2021-05-17 09:41:45 +00:00
David Holmes
02f895c5f6
8252685: APIs that require JavaThread should take JavaThread arguments
...
Reviewed-by: coleenp, sspitsyn, kvn, iklam
2021-05-17 04:05:44 +00:00
Thomas Stuefe
f3fb5a4524
8266942: gtest/GTestWrapper.java os.iso8601_time_vm failed
...
Reviewed-by: dcubed
2021-05-15 05:20:01 +00:00
Ivan Walulya
dcf250d5d4
8233378: CHT: Fast reset
...
Reviewed-by: tschatzl, rehn
2021-05-12 09:07:01 +00:00
Thomas Stuefe
74fecc070a
8266503: [UL] Make Decorations safely copy-able and reduce their size
...
Reviewed-by: simonis, ysuenaga
2021-05-07 14:04:27 +00:00
Thomas Schatzl
14f0afe811
8214237: Join parallel phases post evacuation
...
Reviewed-by: iwalulya, sjohanss
2021-05-07 11:38:29 +00:00
Stefan Johansson
2798b0d98a
8266349: Pass down requested page size to reserve_memory_special
...
Reviewed-by: stuefe, mgkwill
2021-05-07 11:33:10 +00:00
Thomas Stuefe
94c6177f24
8266536
: Provide a variant of os::iso8601_time which works with arbitrary timestamps
...
Reviewed-by: xliu, simonis, ysuenaga
2021-05-07 09:47:46 +00:00
Stefan Johansson
141cc2f2a3
8261527: Record page size used for underlying mapping in ReservedSpace
...
Reviewed-by: rkennke, iwalulya
2021-05-04 09:00:10 +00:00
Thomas Schatzl
c76ce28754
8265842: G1: Introduce API to run multiple separate tasks in a single gangtask
...
Reviewed-by: lkorinth, ayang, sjohanss, iwalulya
2021-04-29 14:44:14 +00:00
Coleen Phillimore
222f9f07d1
8265682: G1: Mutex::_name dangling in HeapRegionRemSet references after JDK-8264146
...
Reviewed-by: dholmes, sjohanss
2021-04-26 14:23:08 +00:00
Robbin Ehn
86bd44fe80
8257831: Suspend with handshakes
...
Reviewed-by: dcubed, rrich, dholmes, pchilanomate, sspitsyn
2021-04-22 10:30:47 +00:00
Jie Fu
a22ad03b25
8264983: Add gtest for JDK-8264008
...
Reviewed-by: stuefe
2021-04-20 22:49:01 +00:00
Aleksey Shipilev
66f89870f2
8265298: Hard VM crash when deadlock between "access" and higher ranked lock is detected
...
Reviewed-by: pchilanomate, dholmes
2021-04-17 06:21:19 +00:00
Anton Kozlov
283d64f815
8262896: [macos_aarch64] Crash in jni_fast_GetLongField
...
Reviewed-by: aph, dholmes
2021-04-13 22:34:28 +00:00
Mikael Vidstedt
fced0f08bf
8265113: ProblemList gtest/GTestWrapper.java:os.release_multi_mappings on macosx-aarch64
...
Reviewed-by: stuefe, akozlov, dcubed
2021-04-13 15:10:58 +00:00
Stefan Johansson
f2f7aa3bec
8262291: Refactor reserve_memory_special_huge_tlbfs
...
Reviewed-by: iwalulya, stuefe
2021-04-13 08:59:09 +00:00
Ioi Lam
627ad9fe22
8262328: Templatize JVMFlag boilerplate access methods
...
Reviewed-by: dholmes, gziemski
2021-04-10 15:39:27 +00:00
Xiaohong Gong
e89542fbe6
8264352: AArch64: Optimize vector "not/andNot" for NEON and SVE
...
Reviewed-by: aph, njian
2021-04-08 06:14:52 +00:00
Kim Barrett
22b20f8e92
8264424: Support OopStorage bulk allocation
...
Reviewed-by: ayang, tschatzl
2021-04-07 19:43:19 +00:00
Daniel D. Daugherty
f259eeaf65
8264393: JDK-8258284 introduced dangling TLH race
...
Reviewed-by: dholmes, rehn, eosterlund
2021-04-03 19:06:34 +00:00
Ningsheng Jian
0935eaa4b4
8264409: AArch64: generate better code for Vector API allTrue
...
Reviewed-by: adinn, pli
2021-04-02 09:31:20 +00:00
Ioi Lam
5858399062
8264285: Clean the modification of ccstr JVM flags
...
Reviewed-by: dholmes, coleenp
2021-04-01 18:25:14 +00:00
Man Cao
e2ec997b55
8263551: Provide shared lock-free FIFO queue implementation
...
Create a generalized lock-free queue implementation based on G1DirtyCardQueueSet::Queue.
Reviewed-by: kbarrett, iwalulya
2021-03-31 18:29:37 +00:00
Kim Barrett
bb354b9d1c
8264166: OopStorage should support specifying MEMFLAGS for allocations
...
Reviewed-by: tschatzl, stefank
2021-03-26 07:44:22 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Stefan Karlsson
a79f095697
8263721: Unify oop casting
...
Reviewed-by: kbarrett, coleenp
2021-03-24 10:28:38 +00:00
David Holmes
c6d74bd933
8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonitor and related code
...
Reviewed-by: coleenp, pchilanomate, dcubed, cjplummer, sspitsyn
2021-03-10 22:33:56 +00:00
Anton Kozlov
0bc45625b0
8263068: Rename safefetch.hpp to safefetch.inline.hpp
...
Reviewed-by: stefank
2021-03-09 08:19:59 +00:00
Mikhailo Seledtsov
9221540e2a
8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
...
Reviewed-by: iignatyev, coleenp, stuefe
2021-03-08 20:09:59 +00:00
Albert Mingkun Yang
9730266d02
8262973: Verify ParCompactionManager instance in PCAdjustPointerClosure
...
Reviewed-by: kbarrett, tschatzl
2021-03-05 08:49:08 +00:00
Hao Sun
84c93d5a18
8257137: Revise smov and umov in aarch64 assembler
...
Reviewed-by: aph, njian
2021-03-04 03:19:15 +00:00
Thomas Stuefe
f5ab7f688c
8262472: Buffer overflow in UNICODE::as_utf8 for zero length output buffer
...
Reviewed-by: dholmes, iklam
2021-03-02 04:28:48 +00:00
Xin Liu
7603278164
8260198: TypeInstPtr::dump2() emits multiple lines if Verbose is set
...
Reviewed-by: thartmann
2021-02-26 10:46:43 +00:00
Ioi Lam
0f8be6e433
8261868: Reduce inclusion of metaspace.hpp
...
Reviewed-by: stuefe, ccheung
2021-02-25 04:31:12 +00:00
Anton Kozlov
b955f85e03
8261075: Create stubRoutines.inline.hpp with SafeFetch implementation
...
Reviewed-by: dcubed, stuefe, stefank
2021-02-17 08:10:32 +00:00
Ioi Lam
82028e70d1
8260012: Reduce inclusion of collectedHeap.hpp and heapInspection.hpp
...
Reviewed-by: stefank, tschatzl
2021-02-04 04:05:33 +00:00
Ioi Lam
ffbcf1b0a7
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
...
Reviewed-by: lfoltan, hseigel, dholmes, stuefe
2021-02-02 23:40:29 +00:00
Thomas Stuefe
b7b391b2ac
8260625: Rename MetaspaceExpand_lock
...
Reviewed-by: shade
2021-01-29 15:33:00 +00:00
Ioi Lam
5898ab6545
8259894: refactor parts of jvm.h into jvm_io.h and jvm_constants.h
...
Reviewed-by: dholmes, coleenp
2021-01-25 08:00:40 +00:00
Ioi Lam
aa57d07ce8
8259214: MetaspaceClosure support for Arrays of MetaspaceObj
...
Reviewed-by: fparain, ccheung
2021-01-22 22:47:08 +00:00
Kim Barrett
a97f3c18d5
8258853: Support separate function declaration and definition with ENABLE_IF-based SFINAE
...
Add ENABLE_IF_SDEFN, unit tests
Reviewed-by: jrose, eosterlund
2021-01-22 14:44:35 +00:00
Kim Barrett
7ed8ba1ca0
8256814: WeakProcessorPhases may be redundant
...
Remove WeakProcessorPhase, adding scoped enum categories to OopStorageSet.
Reviewed-by: stefank, tschatzl, rkennke
2021-01-22 13:12:39 +00:00
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