RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap (original) (raw)
Thomas Stüfe thomas.stuefe at gmail.com
Mon Mar 5 18:47:39 UTC 2018
- Previous message (by thread): RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
- Next message (by thread): RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Erik,
Looks good :)
..Thomas
On Mon 5. Mar 2018 at 17:44, Erik Helin <erik.helin at oracle.com> wrote:
Hi all,
this tiny patch cleans up the visibility for members in G1CollectedHeap a bit. There is no need for protected members, I also removed two unnecessary virtual modifiers. Issue: https://bugs.openjdk.java.net/browse/JDK-8199024 Patch: http://cr.openjdk.java.net/~ehelin/8199024/00/ Testing: - make run-test-tier1 on Linux, macOS, Windows (x86-64) and Solaris (SPARC and x86-64) Thanks, Erik -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20180305/2262766d/attachment.htm>
- Previous message (by thread): RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
- Next message (by thread): RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]