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

Test runtime/cds/appcds/sharedStrings/InternSharedString.java fails after JDK-8311538

XMLWordPrintable

    • 22
    • b20

      test result: Error. Error evaluating expression: invalid boolean value: `null' for expression `vm.opt.UseLargePages'

      Suggested fix:

       It looks like the annotation should change from
       * @requires vm.gc == null & !vm.opt.UseLargePages
      to
       * @requires vm.gc == null & vm.opt.UseLargePages == null

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: