On Tue, 1 Dec 2020 12:02:57 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8256718: Obsolete the long term deprecated and aliased Trace flags > > src/hotspot/share/runtime/arguments.cpp line 617: > >> 615: #ifndef PRODUCT >> 616: // These options are removed in jdk9. Remove this code for jdk10. >> 617: static AliasedFlag const removed_develop_logging_flags[] = { > > I think this removed_develop_logging_flags infrastructure should be removed. done. ------------- PR: https://git.openjdk.java.net/jdk/pull/1525