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

--disable-hotspot-gtest not working on Solaris

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • infrastructure
    • None
    • b126

      On Solaris, the configure test for libstlport.so.1 isn't disabled by --disable-hotspot-gtest. So if libstlport.so.1 isn't present, the build will break during configuration even if we set --disable-hotspot-gtest.

      The fix is trivial - just guard the test for libstlport.so.1 by "x$BUILD_GTEST" = "xtrue".

            simonis Volker Simonis
            simonis Volker Simonis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: