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

Lanai: Fail gracefully if we don't have java.home property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4
    • tbd
    • 17
    • client-libs
    • 2d

    Description

      In MTLGraphicsConfig we does not handle if java.home is missing

      private static final String mtlShadersLib = AccessController.doPrivileged(
                  (PrivilegedAction<String>) () ->
                          System.getProperty("java.home", "") + File.separator

      Attachments

        Activity

          People

            avu Alexey Ushakov
            avu Alexey Ushakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: