Re: RFR: 8288840: StructureViolationException should not link to fork method

2022-06-21 Thread Mandy Chung
On Tue, 21 Jun 2022 11:20:49 GMT, Alan Bateman wrote: > StructureViolationException has a `@see` link to a fork method that does not > throw this exception. The link should be removed for JDK 19. We'll add the > link back once the JEP for Extent-Local Variables is integrated. Marked as reviewe

Re: RFR: 8288840: StructureViolationException should not link to fork method

2022-06-21 Thread Paul Sandoz
On Tue, 21 Jun 2022 11:20:49 GMT, Alan Bateman wrote: > StructureViolationException has a `@see` link to a fork method that does not > throw this exception. The link should be removed for JDK 19. We'll add the > link back once the JEP for Extent-Local Variables is integrated. Marked as reviewe

RFR: 8288840: StructureViolationException should not link to fork method

2022-06-21 Thread Alan Bateman
StructureViolationException has a `@see` link to a fork method that does not throw this exception. The link should be removed for JDK 19. We'll add the link back once the JEP for Extent-Local Variables is integrated. - Commit messages: - Initial commit Changes: https://git.openjdk