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
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
- relates to
-
JDK-8311538 CDS InternSharedString test fails on huge pages host - cannot find shared string
- Closed