On Wed, 24 May 2023 14:40:21 GMT, Paul Hohensee <[email protected]> wrote:
>> Please review this addition to com.sun.management.ThreadMXBean that returns
>> the total number of bytes allocated on the Java heap since JVM launch by
>> both terminated and live threads.
>>
>> Because this PR adds a new interface method, I've updated the JMM_VERSION to
>> 4, but would be happy to update it to 3_1 instead.
>
> Paul Hohensee has updated the pull request incrementally with 63 additional
> commits since the last revision:
>
> - 8304074: Change UnsupportedOperationException in javadoc comment to {@code
> UnsupportedOperationException}
> - 8306507: [linux] Print number of memory mappings in error reports
>
> Reviewed-by: adinn, sgehwolf
> - 8300086: Replace NULL with nullptr in share/c1/
>
> Reviewed-by: thartmann, chagedorn
> - 8308465: Reduce memory accesses in AArch64 MD5 intrinsic
>
> Reviewed-by: aph, phh
> - 8302218: CHeapBitMap::free frees with incorrect size
>
> Reviewed-by: aboldtch, iklam, tschatzl
> - 8308388: Update description of SourceVersion.RELEASE_21
>
> Reviewed-by: iris
> - 8307190: Refactor ref_at methods in Constant Pool
>
> Reviewed-by: coleenp, iklam
> - 8308458: Windows build failure with disassembler.cpp(792): warning C4267:
> '=': conversion from 'size_t' to 'int'
>
> Reviewed-by: jiefu
> - 8308034: Some CDS tests need to use @requires vm.flagless
>
> Reviewed-by: iklam
> - 8307573: Implementation of JEP 449: Deprecate the Windows 32-bit x86 Port
> for Removal
>
> Reviewed-by: erikj
> - ... and 53 more: https://git.openjdk.org/jdk/compare/7ee35da0...638756de
Yes, it seems to have happened when I did a merge of this branch with jdk
master, which latter must have been in a strange state. Unfortunately, git
merge didn't complain at all, so I didn't check before pushing.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13814#issuecomment-1561553206