Roger Riggs

Results 4 issues of Roger Riggs

Process.waitFor() throws IllegalThreadStateException when a process returns an exit code of 259. As described in the bug report, `waitFor()` should not be sensitive to the exit value. Previously, it erroneously...

rfr
core-libs

The issue reported a ClassCastException "cannot assign instance of java.util.CollSer to field of type java.util.Map" while deserializing an object referring to an immutable Map that contained a reference to a...

ready
rfr
core-libs

Serialization and deerialization of value classes. For java.base value classes migrated from identity classes: - Must be annotated with jdk.internal.MigratedValueClass (in tests too) - Must have a constructor or static...

rfr
merge-conflict

Apply jtreg 7.5 LIBRARY.properties for jdk repo. Also update to use Jtreg 7.5 for testing. The test library `test/lib` sets enablePreview = false to allow most tests to continue to...

build
core-libs
compiler