Re: RFR: 8276628: Use blessed modifier order in serviceability code [v2]

2021-11-07 Thread Anirvan Sarkar
On Thu, 4 Nov 2021 17:36:52 GMT, Magnus Ihse Bursie  wrote:

>> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
>> scripts verifies that modifiers are in the "blessed" order, and fixes it 
>> otherwise. I have manually checked the changes made by the script to make 
>> sure they are sound.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Also update copyright year

> (And we _really_ ought to wrangle free some resources to write tooling for us 
> to do all the copyright dances...)

OpenJFX team seems to have a copyright update script[1].
Maybe @kevinrushforth can tell if it can be retrofitted and used by OpenJDK 
project.

[1] : 
https://bugs.openjdk.java.net/browse/JDK-8214793?focusedCommentId=14233661=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14233661

-

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code [v2]

2021-11-04 Thread David Holmes
On Thu, 4 Nov 2021 17:36:52 GMT, Magnus Ihse Bursie  wrote:

>> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
>> scripts verifies that modifiers are in the "blessed" order, and fixes it 
>> otherwise. I have manually checked the changes made by the script to make 
>> sure they are sound.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Also update copyright year

Good catch on copyright updates @plummercj ! We always have to update when we 
modify a file - the one exception is changing the wording of the copyright 
notice itself.

Looks good.

David

-

Marked as reviewed by dholmes (Reviewer).

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code [v2]

2021-11-04 Thread Chris Plummer
On Thu, 4 Nov 2021 17:36:52 GMT, Magnus Ihse Bursie  wrote:

>> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
>> scripts verifies that modifiers are in the "blessed" order, and fixes it 
>> otherwise. I have manually checked the changes made by the script to make 
>> sure they are sound.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Also update copyright year

Marked as reviewed by cjplummer (Reviewer).

-

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code [v2]

2021-11-04 Thread Magnus Ihse Bursie
> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
> scripts verifies that modifiers are in the "blessed" order, and fixes it 
> otherwise. I have manually checked the changes made by the script to make 
> sure they are sound.

Magnus Ihse Bursie has updated the pull request incrementally with one 
additional commit since the last revision:

  Also update copyright year

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6249/files
  - new: https://git.openjdk.java.net/jdk/pull/6249/files/cf5db105..8a5ff8a5

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=6249=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=6249=00-01

  Stats: 49 lines in 49 files changed: 0 ins; 0 del; 49 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6249.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6249/head:pull/6249

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code

2021-11-04 Thread Magnus Ihse Bursie
On Thu, 4 Nov 2021 15:59:48 GMT, Chris Plummer  wrote:

>> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
>> scripts verifies that modifiers are in the "blessed" order, and fixes it 
>> otherwise. I have manually checked the changes made by the script to make 
>> sure they are sound.
>
> Copyright updates?

@plummercj That's really kind of an edge case, considering the triviality of 
these changes. But yes, the norm in the JDK is to update the copyright year for 
all changes, so you're right, I should do that.

(And we *really* ought to wrangle free some resources to write tooling for us 
to do all the copyright dances...)

-

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code

2021-11-04 Thread Chris Plummer
On Thu, 4 Nov 2021 10:44:41 GMT, Magnus Ihse Bursie  wrote:

> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
> scripts verifies that modifiers are in the "blessed" order, and fixes it 
> otherwise. I have manually checked the changes made by the script to make 
> sure they are sound.

Copyright updates?

-

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code

2021-11-04 Thread Leonid Mesnik
On Thu, 4 Nov 2021 10:44:41 GMT, Magnus Ihse Bursie  wrote:

> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
> scripts verifies that modifiers are in the "blessed" order, and fixes it 
> otherwise. I have manually checked the changes made by the script to make 
> sure they are sound.

Marked as reviewed by lmesnik (Reviewer).

-

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


Re: RFR: 8276628: Use blessed modifier order in serviceability code

2021-11-04 Thread David Holmes
On Thu, 4 Nov 2021 10:44:41 GMT, Magnus Ihse Bursie  wrote:

> I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
> scripts verifies that modifiers are in the "blessed" order, and fixes it 
> otherwise. I have manually checked the changes made by the script to make 
> sure they are sound.

Looks fine to me.

Thanks,
David

-

Marked as reviewed by dholmes (Reviewer).

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


RFR: 8276628: Use blessed modifier order in serviceability code

2021-11-04 Thread Magnus Ihse Bursie
I ran bin/blessed-modifier-order.sh on source owned by serviceability. This 
scripts verifies that modifiers are in the "blessed" order, and fixes it 
otherwise. I have manually checked the changes made by the script to make sure 
they are sound.

-

Commit messages:
 - 8276628: Use blessed modifier order in serviceability code

Changes: https://git.openjdk.java.net/jdk/pull/6249/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=6249=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8276628
  Stats: 235 lines in 89 files changed: 0 ins; 0 del; 235 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6249.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6249/head:pull/6249

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