Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8169328

Change hotspot tests to use new --add-opens options

XMLWordPrintable

      Jon and I have done a bulk update on regression tests except hotspot to use the new @modules syntax:

         @modules m Simple dependence on public API for m
         @modules m/p --add-exports m/p=ALL-UNNAMED
         @modules m/p:open --add-opens m/p=ALL=UNNAMED
         @modules m/p:+open --add-exports m/p=ALL-UNNAMED --add-opens m/p=ALL=UNNAMED

      Can you update the hotspot tests from :private to :open or :+open if the test requires both static references and deep reflection acces?

      jtreg nightly has this support already.

      Mandy

            gtriantafill George Triantafillou (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: