Ioi Lam
|
03a4df0acd
|
8244778: Archive full module graph in CDS
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
|
2020-09-13 14:45:12 +00:00 |
|
Thomas Stuefe
|
6df465de73
|
8251257: NMT: jcmd VM.native_memory scale=1 crashes target VM
Reviewed-by: zgu, dholmes
|
2020-08-09 09:20:02 +02:00 |
|
Igor Ignatyev
|
dc91b06661
|
8244614: cleanup keywords used/available in hotspot testbase
Reviewed-by: coleenp, mseledtsov
|
2020-06-08 21:27:22 -07:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Zhengyu Gu
|
0cf828153c
|
8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
Reviewed-by: stuefe
|
2020-05-06 16:02:10 -04:00 |
|
Igor Ignatyev
|
46fe7e303b
|
8243945: use driver mode in runtime tests
Reviewed-by: dholmes, dcubed, gziemski
|
2020-04-29 19:51:45 -07:00 |
|
Igor Ignatyev
|
70e632d5ec
|
8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests
Reviewed-by: dholmes, stefank
|
2020-04-28 19:57:02 -07:00 |
|
Igor Ignatyev
|
c73934d8c8
|
8242311: use reproducible random in hotspot runtime tests
Reviewed-by: iklam, mseledtsov
|
2020-04-13 12:32:57 -07:00 |
|
Mikael Vidstedt
|
3318314c7c
|
8237589: Fix copyright header formatting
Reviewed-by: jjg, serb, iris, jwilhelm
|
2020-01-21 14:23:01 -08:00 |
|
Ioi Lam
|
d1ad0eaf8f
|
8233826: Change CDS dumping tty->print_cr() to unified logging
Reviewed-by: coleenp, dholmes, jiangli
|
2019-12-19 23:04:49 -08:00 |
|
David Holmes
|
9555be71a5
|
8235965: Tests using ThreadLocalHandshakes need to stop using it as it no longer exists
Reviewed-by: iignatyev, jiefu
|
2019-12-15 21:56:17 -05:00 |
|
Zhengyu Gu
|
63b2ab296f
|
8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
Reviewed-by: stuefe, minqi
|
2019-11-26 09:27:16 -05:00 |
|
Coleen Phillimore
|
14ea8f5c59
|
8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
Reduce number of threads and iterate rather than sleep.
Reviewed-by: zgu, dholmes
|
2019-05-28 06:42:32 -04:00 |
|
Vladimir Kozlov
|
e9c523ae5f
|
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
|
2019-05-01 12:31:29 -07:00 |
|
David Holmes
|
d7097cb0f4
|
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
Reviewed-by: cjplummer, zgu
|
2019-04-08 17:30:18 -04:00 |
|
Zhengyu Gu
|
1f230335e2
|
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
Reviewed-by: shade, coleenp
|
2019-02-08 14:03:09 -05:00 |
|
Harold Seigel
|
ac22352b49
|
8217660: Refactor module related locked_create_entry_or_null() functions
Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan
|
2019-01-24 09:38:50 -05:00 |
|
Harold Seigel
|
a4a38e6f44
|
8214840: runtime/NMT/MallocStressTest.java timed out
Add volatile to declaration of static field shared by multiple threads
Reviewed-by: dcubed, dholmes, coleenp
|
2018-12-07 08:16:50 -05:00 |
|
Harold Seigel
|
6d25f18bad
|
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
Handle OutOfMemoryError exception to prevent test aborting
Reviewed-by: zgu, dholmes
|
2018-11-26 09:46:20 -05:00 |
|
Zhengyu Gu
|
44ddbe3370
|
8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
Fix possible negative size and index that can cause the test to fail
Reviewed-by: stuefe, shade
|
2018-11-20 20:09:11 -05:00 |
|
Goetz Lindenmaier
|
51f697962c
|
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on
Reviewed-by: mdoerr, ghaug
|
2018-08-28 17:03:16 +02:00 |
|
Zhengyu Gu
|
c9d506055c
|
8208499: NMT: Missing memory tag for Safepoint polling page
Added missing memory tag and cleanup memory type enum
Reviewed-by: shade, coleenp
|
2018-07-31 07:35:16 -04:00 |
|
Thomas Stuefe
|
d9b3c3203e
|
8201572: Improve Metaspace Statistics
Reviewed-by: adinn, zgu
|
2018-04-24 18:06:32 +02:00 |
|
Vladimir Kozlov
|
6b886727ca
|
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
|
2018-03-22 16:39:02 -07:00 |
|
Zhengyu Gu
|
d6bd698077
|
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
|
2018-03-19 08:31:57 -04:00 |
|
Stefan Karlsson
|
08193e2dfb
|
8198225: os::attempt_reserve_memory_at records memory as committed
Reviewed-by: shade, zgu, stuefe
|
2018-02-21 12:40:07 +01: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 |
|
Zhengyu Gu
|
934390b571
|
8196923: [REDO] NMT: Report array class count in NMT summary
Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
|
2018-02-08 13:21:22 -05:00 |
|
Jesper Wilhelmsson
|
dd416bbf33
|
8196924: [BACKOUT] NMT: Report array class count in NMT summary
Reviewed-by: dholmes
|
2018-02-07 03:43:29 +01:00 |
|
Zhengyu Gu
|
41ace19206
|
8193184: NMT: Report array class count in NMT summary
Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
|
2018-02-06 08:24:36 -05:00 |
|
Jesper Wilhelmsson
|
39c3127dc1
|
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: stefank
|
2018-01-30 16:26:40 +01:00 |
|
Stefan Karlsson
|
4f190cacf6
|
8196217: NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: zgu, pliden, coleenp
|
2018-01-29 15:11:33 +01:00 |
|
Igor Ignatyev
|
71a40bce38
|
8186635: ClassFileInstaller should be run as a driver
Reviewed-by: dholmes
|
2018-01-17 21:44:44 -08:00 |
|
Stefan Karlsson
|
e8a8207852
|
8194925: NMT: SummarySanityCheck test can't parse values > max_jint
Reviewed-by: shade, zgu
|
2018-01-12 13:56:05 +01:00 |
|
Daniel Stewart
|
99cb8d9af1
|
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
Reviewed-by: dholmes, zgu
|
2018-01-11 20:25:13 -05:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|