[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2021-02-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2021-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 soheil rahsaz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 --- Comment #4 from Mark Thomas --- The JNDI lookup must be happening on the ForkJoin Thread. The JNDI depends on the TCCL being set and it is no longer set on a ForkJoin thread (to avoid the memory leak). I'll confirm the

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 Behrooz Nobakht changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 --- Comment #1 from Behrooz Nobakht --- Adding more context into this: The reason for this change seems to be this JDK bug: https://bugs.java.com/view_bug.do?bug_id=JDK-8172726 -- You are receiving this mail because: You

[Bug 62224] SafeForkJoinWorkerThreadFactory breaks class loading on org.apache.naming.java.javaURLContextFactory

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62224 Behrooz Nobakht changed: What|Removed |Added CC||nob...@gmail.com