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

Stop including osThread_os.hpp in the middle of the OSThread class

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • None
    • b19

      Some HotSpot files have an interesting include pattern where the platform dependent code is included straight into the class containing the shared implementation.

      This has various interesting effects to the code layout and readability of the code. I propose that we stop doing this and instead clearly separate the shared code and the platform specific code in separate classes. This then allows us to use the standard include patterns that we use for most of our code.

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: