[jdk17u-dev] Integrated: 8261404: Class.getReflectionFactory() is not thread-safe

María Arias de Reyna duke at openjdk.org
Mon Jan 29 14:43:46 UTC 2024


On Mon, 22 Jan 2024 15:43:54 GMT, María Arias de Reyna <duke at openjdk.org> wrote:

> This is my first contribution. I am backporting https://bugs.openjdk.org/browse/JDK-8261404
> 
> Tier1 tests are passing on my computer, with the exception of one that was failing before trying to apply the changes:
> 
> 
> Finished running test 'jtreg:test/lib-test:tier1'
> Test report is stored in build/linux-x86_64-server-release/test-results/jtreg_test_lib_test_tier1
> 
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR   
>    jtreg:test/hotspot/jtreg:tier1                     1957  1957     0     0   
>>> jtreg:test/jdk:tier1                               2094  2093     1     0 <<
>    jtreg:test/langtools:tier1                         4238  4238     0     0   
>    jtreg:test/jaxp:tier1                                 0     0     0     0   
>    jtreg:test/lib-test:tier1                            27    27     0     0   
> ==============================
> TEST FAILURE

This pull request has now been integrated.

Changeset: d7c67fc3
Author:    María Arias de Reyna <ariasdereyna at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/d7c67fc3e892c8c5636247cd75b30fdf85d402be
Stats:     7 lines in 1 file changed: 2 ins; 1 del; 4 mod

8261404: Class.getReflectionFactory() is not thread-safe

Backport-of: 905b7639424a0fa80f81f734f6fdae1b5018a14a

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/2153


More information about the jdk-updates-dev mailing list