jdk icon indicating copy to clipboard operation
jdk copied to clipboard

JDK main-line development https://openjdk.org/projects/jdk

Results 832 jdk issues
Sort by recently updated
recently updated
newest added

This is referenced in Java Bug Database as - [JDK-8292276 : Missing color names in CSS](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) This is tracked in JBS as - [JDK-8292276 : Missing color names in CSS](https://bugs.openjdk.java.net/browse/JDK-8292276)...

rfr
client

When the world was still young, the sweeper was built to unload bad smelling nmethods. While it has been going through various revisions, the GCs got support for class unloading,...

ready
rfr
hotspot

The problem is that after [JDK-8281962](https://bugs.openjdk.org/browse/JDK-8292327) we call `fill()` unconditionally (and before calling `Inflater::inflate()`) in `InflaterInputStream::read()` if `Inflater::needsInput()` is true. This misses the case where the native inflater has consumed...

rfr
core-libs

This change converts the PlaceholderTable to ResourceHashtable. It's much like the ResolutionErrorTable conversion. This change has been performance tested with the previous set of testing with no regression. It's also...

ready
rfr
hotspot

Enable CDS for zero builds. `java --version` is about 2x faster now. ``` $ perf stat -r 40 ./images/jdk/bin/java -Xshare:off -version 0.034645 +- 0.000044 seconds time elapsed ( +- 0.13%...

ready
rfr
build
hotspot

It's a bit shorter and clearer. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain...

ready
rfr
serviceability
core-libs
client

Second attempt at resolving [JDK-8292016](https://bugs.openjdk.org/browse/JDK-8292016) with a less intrusive approach this time Side note: While it might be preferred to remove this entirely, other areas of the JDK also use...

rfr
hotspot
core-libs

Please review this fix for JDK-8292054. The existing regression test for JDK-8285792, test/hotspot/jtreg/runtime/posixSig/TestPosixSig.java, intermittently fails because it depends on periodic calls to JVM function os::run_periodic_checks(). This fix replaces test TestPosixSig.java...

rfr
hotspot-runtime

These changes reduce the default run time from about 1 day 22 hours to about 6 hours with good stability we can use in weekly testing. --------- ### Progress -...

rfr
core-libs

Can I please get a review of this change which proposes to fix https://bugs.openjdk.org/browse/JDK-8290041? As noted by the reporter, the current implementation is buggy since the calculation can result in...

rfr
core-libs