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

Replace mtNone with actual values, when known

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • hotspot

      In https://bugs.openjdk.org/browse/JDK-8344883 we removed the default parameter value for mem_tag and forced in all the code to use an explicit value, i.e. mtNone.

      We now will have to try and do our best to find actual values to replace all of the remaining mtNones.

      Stefan recommended in https://github.com/openjdk/jdk/pull/24282 to change all mtNone to mtTest (mostly in gtests, which on surface seems very reasoanble), but that actually caused the build to break, and if I remember correctly even if we get the build to work there will be bunch of tests that will fail on top of that, we will need to proceed with caution.

            gziemski Gerard Ziemski
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: