[PATCH] 8246633: Improve the performance of ObjectInputStream.resolveClass(ObjectStreamClass)

Daniel Fuchs daniel.fuchs at oracle.com
Tue Jun 9 17:18:43 UTC 2020


Hi Peter,

This is not a review. I second Roger's observations.

On 05/06/2020 00:08, Peter Kessler OS wrote:
> Tested with `make run-test-tier1` on Linux (CentOS 7) on both aarch64 and x86_64.  I had one failure on each of the runs

The code you are proposing to change affects RMI and JMX too.
For an initial evaluation of the potential damage you will need to
test at least with jdk_core and jdk_svc (and if that's successful
then probably some of the lower tiers too):

$ jtreg  -verbose:summary -a -ea -esa -agentvm -conc:8 -ignore:quiet 
-timeout:2  -exclude:./test/jdk/ProblemList.txt -jdk:<tested-jdk> 
./test/jdk/:jdk_core ./test/jdk/:jdk_svc


best regards,

-- daniel


More information about the core-libs-dev mailing list