Windows: Improving common cross-platform code

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • None
    • b09
    • windows

      The Windows-x86 code base can be made more readable and simpler in the following three areas:

      - Atomics: Hotspot doesn't make use of existing intrinsics provided by MSVC and Win32, even ones available since Windows XP.
      - Exception handling: there is some code repetition which, even if functional, is subpar.
      - Frames: we can use the existing os::fetch_frame_from_context to simplify the code and reduce frame parsing logic duplication.


            Assignee:
            Ludovic Henry
            Reporter:
            Bernhard Urban-Forster
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: