JDK-8156579 : Two JavaBeans tests failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-05-09
  • Updated: 2021-01-04
  • Resolved: 2016-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u270Fixed 9 b124Fixed
Related Reports
Duplicate :  
Relates :  
Description
java/beans/XMLDecoder/8028054/TestConstructorFinder.java
java/beans/XMLDecoder/8028054/TestMethodFinder.java

Comments
I see the backport to 8u271, but what is really backported here? Moreover, both tests pass in 8u without this patch.
27-08-2020

"-addmods" was added to the tests, which depends from the non-default modules. Note that right now the jtreg will skip these tests, because of CODETOOLS-7901671 [1], it will be fixed in jtreg 4.2b03 [1] https://bugs.openjdk.java.net/browse/CODETOOLS-7901671
20-05-2016

The number of modules are not loaded by default, the test should use -addmods
20-05-2016