Volker Simonis
|
a343fa8766
|
8275865: Print deoptimization statistics in product builds
Reviewed-by: thartmann, kvn
|
2021-10-28 12:40:30 +00:00 |
|
Zhengyu Gu
|
135cf3c94d
|
8275439: Remove PrintVtableStats
Reviewed-by: coleenp, dholmes
|
2021-10-20 11:46:13 +00:00 |
|
Yumin Qi
|
f741e4ca74
|
8264735: Make dynamic dump repeatable
Reviewed-by: ccheung, iklam
|
2021-07-07 19:41: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 |
|
Guoxiong Li
|
cd678a383f
|
8268368: Adopt cast notation for JavaThread conversions
Reviewed-by: dholmes, stefank
|
2021-06-23 02:21:24 +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 |
|
Yumin Qi
|
2066f497b9
|
8266764: [REDO] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: ccheung, iklam
|
2021-05-16 02:26:46 +00:00 |
|
Kim Barrett
|
be0a655208
|
8254598: StringDedupTable should use OopStorage
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: Zhengyu Gu <zgu@openjdk.org>
Reviewed-by: coleenp, iklam, tschatzl, ayang
|
2021-05-14 18:38:58 +00:00 |
|
Yumin Qi
|
04fad70437
|
8266765: [BACKOUT] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: ccheung
|
2021-05-07 23:49:00 +00:00 |
|
Yumin Qi
|
8b37d48770
|
8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive
Reviewed-by: iklam, ccheung
|
2021-05-04 17:18:43 +00:00 |
|
Vladimir Kozlov
|
694acedf18
|
8264805: Remove the experimental Ahead-of-Time Compiler
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
|
2021-04-27 01:12:18 +00:00 |
|
Ioi Lam
|
95f0fd6c4d
|
8265696: Move CDS sources to src/hotspot/shared/cds
Reviewed-by: erikj, dholmes, stuefe
|
2021-04-23 04:13:02 +00:00 |
|
Yi Yang
|
440c34a62b
|
8264644: Add PrintClassLoaderDataGraphAtExit to print the detailed CLD graph
Reviewed-by: coleenp, dholmes, shade
|
2021-04-12 08:23:20 +00:00 |
|
Yi Yang
|
666fd62ee8
|
8264881: Remove the old development option MemProfiling
Reviewed-by: dholmes, coleenp, shade
|
2021-04-09 06:23:12 +00:00 |
|
Ioi Lam
|
17202c89d5
|
8264748: Do not include arguments.hpp from compilerDefinitions.hpp
Reviewed-by: gziemski, stefank
|
2021-04-07 05:37:37 +00:00 |
|
Ioi Lam
|
c3abdc9aad
|
8264797: Do not include klassVtable.hpp from instanceKlass.hpp
Reviewed-by: coleenp, stefank
|
2021-04-07 03:44:56 +00:00 |
|
Lutz Schmidt
|
268d9b7982
|
8261447: MethodInvocationCounters frequently run into overflow
Reviewed-by: thartmann, mdoerr, kvn, iveresov
|
2021-03-03 20:04:31 +00:00 |
|
Ioi Lam
|
0f8be6e433
|
8261868: Reduce inclusion of metaspace.hpp
Reviewed-by: stuefe, ccheung
|
2021-02-25 04:31:12 +00:00 |
|
Ioi Lam
|
235da6aa04
|
8261672: Reduce inclusion of classLoaderData.hpp
Reviewed-by: lfoltan, coleenp
|
2021-02-13 07:13:22 +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 |
|
Thomas Stuefe
|
ddd2951ba9
|
8260571: Add PrintMetaspaceStatistics to print metaspace statistics upon VM exit
Reviewed-by: iklam
|
2021-02-02 07:36:09 +00:00 |
|
Ioi Lam
|
492bebc7aa
|
8258004: Remove unnecessary inclusion of vm_version.hpp
Reviewed-by: dholmes, stefank
|
2021-01-19 04:32:51 +00:00 |
|
Harold Seigel
|
38a1201746
|
8258912: Remove JVM options CountJNICalls and CountJVMCalls
Reviewed-by: coleenp, lfoltan, shade
|
2021-01-14 15:04:31 +00:00 |
|
Ioi Lam
|
d4282b0cfc
|
8257731: Remove excessive include of stubRoutines.hpp
Reviewed-by: coleenp, kvn
|
2020-12-10 23:57:35 +00:00 |
|
Ioi Lam
|
02a0a027f4
|
8257563: Remove excessive include of klass.inline.hpp
Reviewed-by: dholmes, stuefe, stefank
|
2020-12-03 01:34:04 +00:00 |
|
Yumin Qi
|
cdf9cd8afa
|
8255784: appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java test failed resulting in VM crash
Reviewed-by: ccheung, iklam
|
2020-11-03 20:50:51 +00:00 |
|
Nick Gasson
|
50357d136a
|
8254723: add diagnostic command to write Linux perf map file
Reviewed-by: ysuenaga, sspitsyn
|
2020-11-03 01:37:57 +00:00 |
|
Claes Redestad
|
f7c59c661c
|
8255231: Avoid upcalls when initializing the statSampler
Reviewed-by: iklam, dholmes
|
2020-10-27 10:31:21 +00:00 |
|
Ioi Lam
|
a098037375
|
8254365: ciMethod.hpp should not include methodHandles.hpp
Reviewed-by: dholmes, coleenp
|
2020-10-14 04:59:52 +00:00 |
|
David Holmes
|
976acddeb5
|
8252406: Introduce Thread::as_Java_thread() convenience function
Reviewed-by: shade, coleenp, kbarrett, dcubed
|
2020-09-11 01:31:32 +00:00 |
|
Coleen Phillimore
|
9798a0846b
|
8249837: Avoid direct or implicit Thread::current() calls when we already have a current thread variable
Add current thread OR remove unneeded HandleMark
Reviewed-by: kvn, dholmes
|
2020-07-30 10:41:31 -04:00 |
|
Doug Simon
|
4e962f9675
|
8248321: [JVMCI] improve libgraal logging and fatal error handling
Reviewed-by: kvn, never
|
2020-07-02 18:02:20 +02: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 |
|
Gerard Ziemski
|
b467629bd6
|
8223261: JDK-8189208 followup - remove JDK_GetVersionInfo0 and the supporting code
Removed JDK_GetVersionInfo
Reviewed-by: redestad, dholmes, mchung, clanger
|
2019-12-10 12:50:50 -06:00 |
|
Yasumasa Suenaga
|
a05b6ae866
|
8233785: Incorrect JDK version is reported in hs_err log
Reviewed-by: dholmes, stuefe
|
2019-11-13 10:27:06 +09:00 |
|
Mark Reinhold
|
d83df45396
|
8232080: jlink plugins for vendor information and run-time options
Reviewed-by: ihse, alanb, kvn, bobv, mchung
|
2019-10-29 08:26:55 -07:00 |
|
Xin Liu
|
1ad5c5bfb7
|
8165056: move JIT Compiler related files from runtime/ to compiler/ directory
Reviewed-by: kvn, coleenp, dholmes
|
2019-10-09 12:43:32 -07:00 |
|
Martin Doerr
|
d2611c4e2c
|
8227692: Remove develop feature PrintMallocStatistics
Reviewed-by: coleenp, dcubed
|
2019-07-19 10:18:48 +02:00 |
|
Leonid Mesnik
|
8c40b77cd8
|
8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash
Reviewed-by: thartmann, sspitsyn
|
2019-06-07 12:26:50 -07:00 |
|
Calvin Cheung
|
72dc5721e0
|
8207812: Implement Dynamic CDS Archive
Improve the usability of AppCDS
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: acorn, jiangli, mseledtsov
|
2019-05-17 08:29:55 -07:00 |
|
Gerard Ziemski
|
22bf018812
|
8189208: Cleanup ancient argument processing code
Remove bits thread_park_blocker, post_vm_init_hook_enabled and pending_list_uses_discovered_fields
Reviewed-by: hseigel, dholmes
|
2019-05-09 12:04:20 -05:00 |
|
Stefan Karlsson
|
c90f3ee68b
|
8223624: Cleanup includes of universe.hpp
Reviewed-by: coleenp, lkorinth
|
2019-05-09 14:28:30 +02:00 |
|
David Holmes
|
e0dcd3200a
|
8222534: VerifyBeforeExit is not honored when System.exit is called
Reviewed-by: coleenp, rehn
|
2019-05-06 21:23:23 -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 |
|
Coleen Phillimore
|
ccb2e9d925
|
8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
Fixed use cases in code except CMS.
Reviewed-by: rehn, dcubed
|
2019-04-29 16:01:52 -04: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 |
|
Claes Redestad
|
560928deee
|
8218753: Obsolete nonproduct flag ProfilerCheckIntervals
Reviewed-by: dholmes, coleenp
|
2019-02-14 11:33:45 +01:00 |
|
Robbin Ehn
|
046a1f0ff7
|
8218041: Assorted wrong/missing includes
Reviewed-by: dholmes, kbarrett, stefank, shade
|
2019-01-31 10:31:39 +01:00 |
|
Claes Redestad
|
e3a3ae7f23
|
8216424: Remove TimeLivenessAnalysis
Reviewed-by: kvn, thartmann
|
2019-01-13 12:50:05 +01:00 |
|
Claes Redestad
|
9f24c65113
|
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: neliasso, thartmann
|
2019-01-08 16:09:54 +01:00 |
|