eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 720 forks source link

OpenJ9AttachProvider reports name "IBM" #2014

Open pshipton opened 6 years ago

pshipton commented 6 years ago

Ideally IBM should not be returned for OpenJ9.

https://github.com/eclipse/openj9/blob/0d97342b7dd23e1af34962e8d71b75e37f0d0131/jcl/src/jdk.attach/share/classes/com/ibm/tools/attach/attacher/OpenJ9AttachProvider.java#L187-L190

fjeremic commented 6 years ago

Sounds like this should be moved to an org/openj9/tools/attach/attacher/OpenJ9AttachProvider.java and the name updated?