On Fri, 24 Jul 2026 17:11:08 GMT, Phil Race <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Error->RuntimeException
>
> test/jdk/javax/swing/JInternalFrame/Test6505027.java line 87:
>
>> 85: frame.setSelected(true);
>> 86: } catch (PropertyVetoException ex) {
>> 87: throw new Error("could not select internal frame", ex);
>
> can we please use RuntimeException instead of Error - here and elsewhere.
Since it was already using Error I used that to have consistency..Anyway,
updated to use RTE
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32019#discussion_r3651907769