LABEL REPORT: google-interest

This report shows bugs with the given label, along with their backporting status.

Report generated: Fri Apr 19 10:31:16 CEST 2024

Minimal actionable level to display: NONE

client-libs/java.awt

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8263142 Delete unused entry points in libawt/libawt_xawt/libawt_headless

core-libs/java.io:serialization

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8309688 Data race on java.io.ClassCache$CacheRef.strongReferent

core-libs/java.lang

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8194653 Deadlock involving FileSystems.getDefault and System.loadLibrary call

core-libs/java.lang.module

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8209003 Consolidate use of empty collections in java.lang.module
JDK-8214858 Improve module graph archiving

core-libs/java.net

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8224248 test/jdk/java/net/InetAddress/CheckJNI.java assumes 127.0.0.1 is available
JDK-8220083 Remove hard-coded 127.0.0.1 loopback address in JDK networking tests
JDK-8220575 Correctly format test URI's that contain a retrieved IPv6 address
JDK-8220673 Add test library support for determining platform IP support
JDK-8223652 Rename IPSupport.skipIfCurrentConfigurationIsInvalid()
JDK-8224018 test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java assume IPv4 is available
JDK-8224014 Don't run test/jdk/java/net/NetworkInterface/IPv4Only.java in IPv6 only environment
JDK-8224256 test/jdk/java/security/SecureClassLoader/DefineClass.java hardcodes 127.0.0.1
JDK-8224081 SOCKS v4 tests require IPv4

core-libs/java.nio

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8224019 test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java assumes IPv4 is always available
JDK-8229887 (zipfs) zip file corruption when replacing an existing STORED entry

core-libs/java.time

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8247706 Unintentional use of new Date(year...) with absolute year
JDK-8212970 TZ database in "vanguard" format support

core-libs/java.util.jar

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8231490 Ugly racy writes to ZipUtils.defaultBuf
JDK-8246129 ZIP entries created for DOS epoch include local timezone metadata

core-svc/tools

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8303937 Corrupted heap dumps due to missing retries for os::write()

hotspot/gc

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8267562 G1: Missing BOT in Open Archive regions causes long pauses
JDK-8245511 G1 adaptive IHOP does not account for reclamation of humongous objects by young GC
JDK-8310176 JDK 11 G1 crash during full GC with +UseStringDeduplication
JDK-8240556 Abort concurrent mark after effective eager reclamation of humongous objects
JDK-8210708 Use single mark bitmap in G1
JDK-8297247 Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1

hotspot/jvmti

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8319935 Ensure only one JvmtiThreadState is created for one JavaThread associated with attached native thread
JDK-8210926 vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
JDK-8247615 Initialize the bytes left for the heap sampler
JDK-8312174 missing JVMTI events from vthreads parked during JVMTI attach

hotspot/runtime

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8209545 Simplify HeapShared::archive_module_graph_objects
JDK-8209657 Refactor filemap.hpp to simplify integration with Serviceability Agent
JDK-8209826 Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
JDK-8209120 Archive the Integer.IntegerCache
JDK-8268364 jmethod clearing should be done during unloading
JDK-8314139 TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
JDK-8225498 Thread stack size issue caused by large TLS size
JDK-8225035 Thread stack size issue caused by large TLS size
JDK-8231630 Optimize boot loader with no bootclasspath append entry
JDK-8268088 Clarify Method::clear_jmethod_ids() related comments in ClassLoaderData::~ClassLoaderData()
JDK-8316961 Fallback implementations for 64-bit Atomic::{add,xchg} on 32-bit platforms
JDK-8206309 Tier1 SA tests fail
JDK-8210523 runtime/appcds/cacheObject/DifferentHeapSizes.java crash
JDK-8212205 VM asserts after CDS archive has been unmapped
JDK-8213574 Deadlock in string table expansion when dumping lots of CDS classes
JDK-8213898 CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region
JDK-8213231 ThreadSnapshot::_threadObj can become stale
JDK-8257673 Build fails without shenandoahgc after JDK-8257563
JDK-8316468 os::write incorrectly handles partial write
JDK-8202035 Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module
JDK-8207263 Store the Configuration for system modules into CDS archive
JDK-8206115 Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
JDK-8209389 SIGSEGV in WalkOopAndArchiveClosure::do_oop_work
JDK-8209385 CDS runtime classpath checking is too strict when only classes from the system modules are archived
JDK-8209647 constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
JDK-8208658 Make CDS archived heap regions usable even if compressed oop encoding has changed
JDK-8208061 runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
JDK-8209971 TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1
JDK-8210289 ArchivedKlassSubGraphInfoRecord is incomplete
JDK-8210388 Use hash table to store archived subgraph_info records
JDK-8206009 Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
JDK-8212200 assert(on_stack()) failed when shared java.lang.object is redefined by JVMTI agent
JDK-8213250 CDS archive creation aborts due to metaspace object allocation failure
JDK-8213563 appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error
JDK-8213713 Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces
JDK-8213275 runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails with ClassNotFoundException: jdk.internal.vm.PostVMInitHook
JDK-8214388 CDS dumping fails with java heap fragmentation
JDK-8227123 Assertion failure when setting SymbolTableSize larger than 2^17 (131,072)
JDK-8230674 Heap dumps should exclude dormant CDS archived objects of unloaded classes
JDK-8241071 Generation of classes.jsa with -Xshare:dump is not deterministic
JDK-8203382 Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
JDK-8210864 Reduce the use of metaspaceShared.hpp
JDK-8210875 Refactor CompactHashtable
JDK-8212995 Place the Integer.IntegerCache and cached Integer objects in the closed archive heap region
JDK-8213439 Run class initialization for boot loader classes with registered subgraph archiving entry field during CDS dump time
JDK-8213033 Archive remaining primitive box caches
JDK-8214086 [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
JDK-8221918 runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
JDK-8230011 Consolidate duplicated classpath parsing code in classLoader.cpp
JDK-8227370 Remove SharedPathsMiscInfo
JDK-8230168 Use ClasspathStream for FileMapInfo::create_path_array
JDK-8231895 Avoid String allocations in JVM_FindLoadedClass
JDK-8239070 Memory leak when unsuccessfully mapping in archive regions
JDK-8260933 runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java fails without CompactStrings
JDK-8290900 Build failure with Clang 14+ due to function warning attribute
JDK-8292695 SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
JDK-8268416 Clarify invalid method and field ID in JNI specification

hotspot/svc

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8315149 Add hsperf counters for CPU time of internal GC threads

hotspot/svc-agent

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8205534 Remove SymbolTable dependency from serviceability agent

security-libs

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8280546 Remove hard-coded 127.0.0.1 loopback address

security-libs/javax.crypto

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8178374 Problematic ByteBuffer handling in CipherSpi.bufferCrypt method

security-libs/javax.smartcardio

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8304845 Update PCSC-Lite for Suse Linux to 1.9.9 and fix incomplete license wording

tools/jshell

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
JDK-8210527 JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack

tools/jtharness

Fix Versions Bug Synopsis
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
CODETOOLS-7902698 Collision of zero timestamp as a special value with use in filesystems