On Tue, 8 Nov 2022 16:41:07 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
>> Ryan Wallace has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains seven additional >> commits since the last revision: >> >> - Merge branch 'master' into 8294526 >> - Merge branch 'master' into 8294526 >> - Merge branch 'master' into 8294526 >> - 8294526: SubjectCodeSource is no longer referenced >> - Merge branch 'master' into 8294526 >> - Merge branch 'openjdk:master' into 8294526 >> - 8294526: SubjectCodeSource is no longer used, removing class and all >> references > > test/jdk/sun/security/provider/PolicyFile/Comparator.java line 36: > >> 34: * >> 35: * Note: SubjectCodeSource removed, but PolicyFile might have the same >> problem. Keep the test as-is >> 36: * > > I may have the note in a bug description instead. Is it safe to remove this > test and related files? @XueleiFan I have removed the Test and related policy files (Comparator.Combined.Policy/ Comparator.Comparator.Policy/Comparator.Principal.Policy), is this what you were expecting? I can confirm I am still getting a successful test run. ------------- PR: https://git.openjdk.org/jdk/pull/10550