Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic

2022-07-28 Thread Axel Boldt-Christmas
On Wed, 27 Jul 2022 12:55:04 GMT, Axel Boldt-Christmas wrote: > The proposal is to encapsulate the nmethod mark for deoptimization logic in > one place and only allow access to the `mark_for_deoptimization` from a > closure object: > ```C++ > class DeoptimizationMarkerClosure : StackObj { > pub

RFR: 8291508: Fix some tests with "requires vm.continuations"

2022-07-28 Thread Ao Qi
`vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/TestDescription.java`, `vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineVirtual/StressRedefineVirtual.java`, `java/beans/XMLDecoder/8028054/TestConstructorFinder.java` and `java/beans/XMLDecoder/8028054/TestMethodFinder.java` are added or modifie

Re: [jdk19] RFR: 8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10 [v3]

2022-07-28 Thread Naoto Sato
On Tue, 26 Jul 2022 20:31:44 GMT, Alisen Chung wrote: >> open l10n msg drop >> All tests passed. > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > removed localized files from base - src/jdk.localedata/share/classes/sun/uti

Re: RFR: 8290525: Move HeapRegion::_compaction_top to G1FullCollector [v2]

2022-07-28 Thread Sangheon Kim
On Thu, 21 Jul 2022 08:02:05 GMT, Thomas Schatzl wrote: >> Hi all, >> >> can I have reviews for this change that moves >> `HeapRegion::_compaction_top` into the `G1FullCollector` class; my reasoning >> is that these values are transient temporary values only ever useful for the >> full coll