Re: RFR: 8264028: Typo in javax.management.relation.RelationService::purgeRelations

2021-03-23 Thread Hao Sun
On Tue, 23 Mar 2021 11:35:45 GMT, 赵延 wrote: >> Hi, I have submitted the bug for it: >> https://bugs.openjdk.java.net/browse/JDK-8264028 -- please change the PR >> synopsis to "8264028: Typo in >> javax.management.relation.RelationService::purgeRelations" to get it >> properly hooked to PR me

Re: RFR: 8264028: Typo in javax.management.relation.RelationService::purgeRelations

2021-03-23 Thread Hao Sun
On Wed, 3 Mar 2021 16:52:36 GMT, Dalibor Topic wrote: >> 8264028: Typo in javax.management.relation.RelationService::purgeRelations > > Hi, please contact me at dalibor.to...@oracle.com so that I can validate your > OCA. Hi. Just a reminder for you that the copyright year should be updated to 2

Integrated: 8257928: Test image build failure with clang-10 due to -Wmisleading-indentation

2020-12-22 Thread Hao Sun
On Wed, 9 Dec 2020 07:11:53 GMT, Hao Sun wrote: > Flag '-Wmisleading-indentation' was introduced since clang-10 [1] and > gcc-6 [2]. Putting the code with proper indentations would suppress this > warning. > > The main reason why test image build with gcc succeeds

RFR: 8257928: Test image build failure with clang-10 due to -Wmisleading-indentation

2020-12-08 Thread Hao Sun
Flag '-Wmisleading-indentation' was introduced since clang-10 [1] and gcc-6 [2]. Putting the code with proper indentations would suppress this warning. The main reason why test image build with gcc succeeds is that, clang and gcc might behave differently for some corner cases under '-Wmisleading-i