Integrated: 8281267: VM HeapDumper dumps array classes several times

2022-02-18 Thread Alex Menkov
On Tue, 8 Feb 2022 16:49:41 GMT, Alex Menkov wrote: > ClassLoaderDataGraph::classes_do description says: > // Walking classes through the ClassLoaderDataGraph include array classes. > So do_load_class callback should not dump arrays for the classes and dumper > doesn't need to call Universe::bas

Re: RFR: 8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition

2022-02-18 Thread Sergey Bylokhov
On Tue, 11 Jan 2022 14:21:06 GMT, zzambers wrote: >> @zzambers please integrate this (see bot comment above) and I'll sponsor the >> push for you. > > @jerboaa @sspitsyn @alexmenkov thanks for help and reviews @zzambers do you plan to backport these changes to the old releases and to the jdk8

RFR: 8281614: serviceability/sa/ClhsdbFindPC.java fails with java.lang.RuntimeException: 'In code in NMethod for jdk/test/lib/apps/LingeredApp.steadyState' missing from stdout/stderr

2022-02-18 Thread Chris Plummer
This test has 4 test cases/modes: two core files test cases and two process. Each runs with and w/o `-Xcomp`. The `-Xcomp` test cases are not suppose to run when `-XX:+DeoptimizeALot` is used, because the test does some checks that assume certain methods will be compiled. This is handled by addi