Eliminate use of <atomic> in HotSpot tests

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 23
    • Component/s: hotspot
    • svc

      There are a number of HotSpot tests that use the <atomic> standard library header, contrary to HotSpot guidelines and practice. These should be updated to not do so.

      ./serviceability/jvmti/SuspendWithCurrentThread/libSuspendWithCurrentThread.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/FollowReferences/libVThreadStackRefTest.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/InterruptThreadTest/libInterruptThreadTest.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/RawMonitorTest/libRawMonitorTest.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp:#include <atomic>
      ./serviceability/jvmti/vthread/VThreadUnsupportedTest/libVThreadUnsupportedTest.cpp:#include <atomic>
      ./vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/libforceEarlyReturn002a.cpp:#include <atomic>
      ./vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp:#include <atomic>

            Assignee:
            Unassigned
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: