The class `GzipRandomAccess` is used to parse heap dump file generated from
`jcmd`/`jmap` tools when testing.
It has the limitation that only gzip file which has "blocksize" header field
could be sucessfully parsed.
We think this class can be removed for 2 reasons:
1. The gzip heap dump file gene
Partition safepoint checking and nonchecking lock ranks. The nonchecking locks
are always lower ranked than the safepoint checking locks because they cannot
block.
This moves some leaf locks to 'nosafepoint' rank and corrects relative ranking.
Tested with tier1-6 and built and run tier1 tests w
This change removes the special ranking and folds it into nosafepoint. You
have to look at commit #3 to see this actual part of the change that doesn't
include JDK-8273915.
This passes tier1-6 also.
-
Commit messages:
- Remove "special" rank.
- Partition safepoint checking and no
On Mon, 13 Sep 2021 17:12:49 GMT, Markus Grönlund wrote:
>> Greetings,
>>
>> Object.finalize() was deprecated in JDK9. There is an ongoing effort to
>> replace and mitigate Object.finalize() uses in the JDK libraries; please see
>> https://bugs.openjdk.java.net/browse/JDK-8253568 for more info
On Thu, 16 Sep 2021 21:20:00 GMT, Chris Plummer wrote:
> Trivial change to add an internal API that is useful when debugging. Only
> included in debug builds, and has no impact on debug agent functionality.
Marked as reviewed by kevinw (Committer).
-
PR: https://git.openjdk.java.n
On Fri, 17 Sep 2021 12:02:32 GMT, Coleen Phillimore wrote:
>> Markus Grönlund has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - remove rehashing and rely on default grow_hint for table resize
>> - mtStatistics
>
> src/hotspot/share/runt
Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
`JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
The output from the agent library is in `UTF-8` so it succeeded before the JEP
has been implemented, as System.out used `UTF-8` converter. After t
The changes fixes discovered issues with getEventSetForThreadStartDeath method
and its callers:
- getEventSetForThreadStartDeath must resume suspended thread(s), otherwise it
can never get desired event;
- callers should not call addCountFilter;
also simplifies getEventSetForThreadStartDeath.
--
On Thu, 16 Sep 2021 01:08:45 GMT, Naoto Sato wrote:
> Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
>
> `JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
> The output from the agent library is in `UTF-8` so it succeeded before the
> JEP has
On Thu, 16 Sep 2021 01:08:45 GMT, Naoto Sato wrote:
> Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
>
> `JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
> The output from the agent library is in `UTF-8` so it succeeded before the
> JEP has
On Fri, 17 Sep 2021 20:07:13 GMT, Alex Menkov wrote:
> The changes fixes discovered issues with getEventSetForThreadStartDeath
> method and its callers:
> - getEventSetForThreadStartDeath must resume suspended thread(s), otherwise
> it can never get desired event;
> - callers should not call ad
On Thu, 16 Sep 2021 01:08:45 GMT, Naoto Sato wrote:
> Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
>
> `JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
> The output from the agent library is in `UTF-8` so it succeeded before the
> JEP has
On Thu, 16 Sep 2021 21:20:00 GMT, Chris Plummer wrote:
> Trivial change to add an internal API that is useful when debugging. Only
> included in debug builds, and has no impact on debug agent functionality.
Hi Kevin,
It looks good and trivial.
Thanks,
Serguei
-
Marked as reviewed
On Fri, 17 Sep 2021 01:51:26 GMT, Lin Zang wrote:
>> This PR rewrite the implementation of the HeapHprofBinWriter, which could
>> simplify the logic of current implementation.
>> please see detail description at
>> https://bugs.openjdk.java.net/browse/JDK-8269685.
>
> Lin Zang has updated the p
On Fri, 3 Sep 2021 22:08:20 GMT, Chris Plummer wrote:
> > Chris, do you think I should give the Chinese and Japanese localizations a
> > shot? I do actually know a little Chinese, but the Japanese would basically
> > just be whatever Google Translate says. Or maybe during the CSR review
> > so
On Wed, 15 Sep 2021 00:34:08 GMT, Leonid Mesnik wrote:
> 8273921: Refactor NSK/JDI tests to create thread using factory
I've gotten through about 1/3 of the test plus the new files, so thought I'd
pass along my comments so far. Overall it looks good though.
test/hotspot/jtreg/vmTestbase/nsk/jd
16 matches
Mail list logo