RFR: JDK-8280583: Always build NMT [v2]

Thomas Stuefe stuefe at openjdk.java.net
Thu Jan 27 09:21:38 UTC 2022


On Wed, 26 Jan 2022 08:26:27 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with 15 additional commits since the last revision:
>> 
>>  - 8280377: MethodHandleProxies does not correctly invoke default methods with varags
>>    
>>    Reviewed-by: alanb
>>  - 8213905: reflection not working for type annotations applied to exception types in the inner class constructor
>>    
>>    Reviewed-by: jlahoda
>>  - 8279242: Reflection newInstance() error message when constructor has no access modifiers could use improvement
>>    
>>    Reviewed-by: iris, dholmes, mchung
>>  - 8269542: JDWP: EnableCollection support is no longer spec compliant after JDK-8255987
>>    8258071: Fix for JDK-8255987 can be subverted with ObjectReference.EnableCollection
>>    
>>    Reviewed-by: dholmes, pliden
>>  - 8280166: Extend java/lang/instrument/GetObjectSizeIntrinsicsTest.java test cases
>>    
>>    Reviewed-by: sspitsyn, lmesnik
>>  - 8280041: Retry loop issues in java.io.ClassCache
>>    
>>    Co-authored-by: Peter Levart <plevart at openjdk.org>
>>    Reviewed-by: rkennke, rriggs, plevart
>>  - 8280168: Add Objects.toIdentityString
>>    
>>    Reviewed-by: alanb, mchung, rriggs, smarks
>>  - 8279946: (ch) java.nio.channels.FileChannel tryLock and write methods are missing @throws NonWritableChannelException
>>    
>>    Reviewed-by: alanb
>>  - 8280396: G1: Full gc mark stack draining should prefer to make work available to other threads
>>    
>>    Reviewed-by: sjohanss, ayang
>>  - 8280414: Memory leak in DefaultProxySelector
>>    
>>    Reviewed-by: dfuchs
>>  - ... and 5 more: https://git.openjdk.java.net/jdk/compare/a19176e6...44478392
>
> There is some major weirdness in this PR: it includes a lot of unrelated changes. Consider rebasing to current master and force-pushing?

Thanks @shipilev, @magicus and @zhengyu123 !

-------------

PR: https://git.openjdk.java.net/jdk/pull/7213



More information about the build-dev mailing list