RFR (M): 8201247: Various cleanups in the attach framework
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Apr 11 07:56:22 UTC 2018
Hi Christoph,
I'm familiar with the non-system includes in hotspot,
there mostly a total alphabetical ordering is followed, like in
http://hg.openjdk.java.net/jdk/hs/file/0d8ed8b2ac4f/src/hotspot/cpu/x86/c1_CodeStubs_x86.cpp
> It is. However, I have put "subdirs" first. That is, the includes from sys/*
Also, that's not true, see the first file in your webrev, which is sorted as I would expect:
http://cr.openjdk.java.net/~clanger/webrevs/8201247.0/src/hotspot/os/aix/attachListener_aix.cpp.html
while this sorts as you state:
http://cr.openjdk.java.net/~clanger/webrevs/8201247.0/src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c.html
Is there a different pattern followed in hotspot and jdk coding?
In case you resort them (have fun :) ), no new webrev is needed.
Best regards,
Goetz.
> -----Original Message-----
> From: Langer, Christoph
> Sent: Mittwoch, 11. April 2018 09:45
> To: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>; serviceability-
> dev at openjdk.java.net
> Cc: hotspot-dev at openjdk.java.net
> Subject: RE: RFR (M): 8201247: Various cleanups in the attach framework
>
> Hi Goetz,
>
> thanks for the review.
>
> > You say you are sorting the includes, but in the VirtualMachineImpl.c
> > files the order is changed, but according to which order? It's
> > not alphabetical as in other files.
>
> It is. However, I have put "subdirs" first. That is, the includes from sys/*
> come first (in alphabetical order).
>
> Best regards
> Christoph
More information about the serviceability-dev
mailing list