Update CLI tests on RTM options to reflect changes from JDK-8054376

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 8u40
    • Affects Version/s: 8u40
    • Component/s: hotspot
    • b02
    • generic

        JDK-8054376 will make following options 'product':
        - UseRTMLocking;
        - UseRTMDeopt;
        - RTMRetryCount.

        Following tests have to be updated to reflect that change:
        compiler/rtm/cli/TestRTMRetryCountOption.java
        compiler/rtm/cli/TestUseRTMDeoptOnSupportedConfig.java
        compiler/rtm/cli/TestUseRTMDeoptOnUnsupportedConfig.java
        compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java
        compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java
        compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java
        compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java

        I think it will be enough to copy the same tests from JDK 9 workspace, where corresponding options were 'product' from the beginning.

              Assignee:
              Filipp Zhinkin
              Reporter:
              Filipp Zhinkin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: