-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Insights: openjdk/jdk
Overview
-
0 Active issues
-
- 0 Merged pull requests
- 82 Open pull requests
- 0 Closed issues
- 0 New issues
82 Pull requests opened by 60 people
-
8356157: Remove retry loop in collect of SerialHeap and ParallelScavengeHeap
#25032 opened
May 5, 2025 -
8341544: Does Mutex need to also add a fence()
#25033 opened
May 5, 2025 -
8308854: G1 archive region allocation may expand/shrink the heap above/below -Xms
#25036 opened
May 5, 2025 -
8356255: Add Stable Field Updaters to allow efficient lazy field evaluations
#25040 opened
May 5, 2025 -
8356193: Remove tests from ProblemList-enable-preview.txt fixed by JDK-8344706
#25042 opened
May 5, 2025 -
8347408: Create an internal method handle adapter for system calls with errno
#25043 opened
May 5, 2025 -
8356137: GifImageDecode can produce opaque image when disposal method changes
#25044 opened
May 5, 2025 -
8355393: Create a Test case to have special cases coverage for currency.getInstance()
#25057 opened
May 6, 2025 -
8355094: Performance drop in auto-vectorized kernel due to split store
#25065 opened
May 6, 2025 -
8345067: C2: enable implicit null checks for ZGC reads
#25066 opened
May 6, 2025 -
8356277: containers/docker/TestPids.java: Limit value 19128 is not accepted as unlimited
#25067 opened
May 6, 2025 -
8344270: Update tier1_common and hotspot_misc groups to better organize hotspot non-component tests
#25070 opened
May 6, 2025 -
8356173: Remove ThreadCritical
#25072 opened
May 6, 2025 -
8354872: Clarify java.lang.Process resource cleanup
#25073 opened
May 6, 2025 -
8351993: VectorShuffle access to and from MemorySegments
#25075 opened
May 7, 2025 -
8356320: GifImageDecoder can produce wrong image when GCE changes transparent pixel index
#25076 opened
May 7, 2025 -
8356165: System.in in jshell replace supplementary characters with ??
#25079 opened
May 7, 2025 -
8356328: Some C2 IR nodes miss size_of() function
#25081 opened
May 7, 2025 -
8355644: Optimize Math.cbrt for AArch64 platforms with an intrinsic implementation
#25085 opened
May 7, 2025 -
8350596: [Linux] Increase default MaxRAMPercentage for containerized workloads
#25086 opened
May 7, 2025 -
8356383: Hotspot tool for visualizing compilation timelines
#25089 opened
May 7, 2025 -
8354323: Safeguard SwitchBootstraps.typeSwitch when used outside the compiler
#25090 opened
May 7, 2025 -
8355515: Clarify the purpose of forcePass() and forceFail() methods
#25091 opened
May 7, 2025 -
8356390: Rename ResolvedIndyEntry::set_flags to set_has_appendix
#25092 opened
May 7, 2025 -
8356395: Spec needs to be clarified for InterfaceAddress.getBroadcast() method
#25095 opened
May 7, 2025 -
8355585: Aarch64: Add aarch64 backend for Float16 vector operations
#25096 opened
May 7, 2025 -
7046003: Default value of Authenticator.getRequestingURL() is not specified
#25097 opened
May 7, 2025 -
8351232: NPE: Cannot invoke "getDeclarationAttributes" because "sym" is null
#25098 opened
May 7, 2025 -
8356281: Fix for TestFPComparison failure due to incorrect result
#25101 opened
May 7, 2025 -
8356127: (fs) UnixFileSystemProvider.implDelete could save a syscall in some cases
#25107 opened
May 7, 2025 -
8356087: Problematic KeyInfo check using key algorithm in P11SecretKeyFactory class
#25108 opened
May 7, 2025 -
8354083: Support --add-reads with -XX:+AOTClassLinking
#25109 opened
May 8, 2025 -
8356455: ZGC: Replace ZIntrusiveRBTree with IntrusiveRBTree
#25112 opened
May 8, 2025 -
8355360: -d option of jwebserver command should accept relative paths
#25113 opened
May 8, 2025 -
8356372: JVMTI heap sampling not working properly with outside TLAB allocations
#25114 opened
May 8, 2025 -
8353835: Implement JEP xxx: Prepare to Make Final Mean Final
#25115 opened
May 8, 2025 -
8354799: ZipInputStream doesn't verify CRC for ZIP entry with empty file data
#25116 opened
May 8, 2025 -
Make ClassLoaderData::_deallocate_list an object
#25117 opened
May 8, 2025 -
8336906: C2: assert(bb->is_reachable()) failed: getting result from unreachable basicblock
#25118 opened
May 8, 2025 -
8356486: ReverseOrderListView should override reversed() to return `base`
#25120 opened
May 8, 2025 -
8356447: Change default for EagerJVMCI to true
#25121 opened
May 8, 2025 -
8356171: Increase timeout for testcases as preparation for change of default timeout factor
#25122 opened
May 8, 2025 -
8177100: APIs duplicated in JavaDoc
#25123 opened
May 8, 2025 -
8356548: Avoid using ASM to parse latest class files in tests
#25124 opened
May 8, 2025 -
8356560: GHA: Add macOS Windows ARM64 testing
#25125 opened
May 8, 2025 -
8356588: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3
#25132 opened
May 8, 2025 -
8348351: Improve lazy initialization of the available currencies set
#25134 opened
May 8, 2025 -
8356595: Convert -Xlog:cds to -Xlog:aot
#25136 opened
May 9, 2025 -
8355563: VectorAPI: Refactor current implementation of subword gather load API
#25138 opened
May 9, 2025 -
8356631: OopHandle replacement methods should not be called on empty handles
#25139 opened
May 9, 2025 -
8355488: Add stress mode for C2 loop peeling
#25140 opened
May 9, 2025 -
8355708: Two Float16 IR tests fail after JDK-8345125
#25141 opened
May 9, 2025 -
8356192: [PPC64] AOTAdapterCaching: SIGSEGV after 8350209
#25143 opened
May 9, 2025 -
RISC-V: enable hotspot/jtreg/compiler/vectorapi/VectorFusedMultiplyAddSubTest.java
#25145 opened
May 9, 2025 -
8347570: Configure fails on macOS if directory name do not have correct case
#25146 opened
May 9, 2025 -
8354674: AArch64: Intrinsify Unsafe::setMemory
#25147 opened
May 9, 2025 -
8356644: Update encoding declaration to UTF-8
#25148 opened
May 9, 2025 -
8353638: C2: deoptimization and re-execution cycle with StringBuilder
#25149 opened
May 9, 2025 -
8351958: Some compile commands should be made diagnostic
#25150 opened
May 9, 2025 -
8347608: Optimize Java implementation of ML-KEM
#25151 opened
May 9, 2025 -
8356649: Update JCStress test suite
#25152 opened
May 9, 2025 -
8356551: Javac rejects receiver parameter in constructor of local class in early construction context
#25153 opened
May 9, 2025 -
8356420: Provide examples on wrapping System.in
#25155 opened
May 9, 2025 -
8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS
#25156 opened
May 9, 2025 -
8356192: Enable AOT code caching only on supported platforms
#25158 opened
May 9, 2025 -
8356656: Drop unused DEVKIT_HOME from jib-profiles.js
#25159 opened
May 9, 2025 -
8356657: Use stable source-date for cmp-baseline jib profiles
#25160 opened
May 9, 2025 -
8351415: (fs) Path::toAbsolutePath should specify if an absolute path has a root component
#25161 opened
May 9, 2025 -
8356606: (fs) PosixFileAttributes.permissions() implementations should return an EnumSet
#25162 opened
May 9, 2025 -
8356107: [java.lang] Use @requires tag instead of exiting based on os.name or separatorChar property
#25163 opened
May 9, 2025 -
8356667: GenShen: Eliminate races with ShenandoahFreeSet::available()
#25165 opened
May 9, 2025 -
Some code simplifications for basic BigIntegers' bit operations
#25166 opened
May 10, 2025 -
8344159: Add lint warnings for unnecessary warning suppression
#25167 opened
May 10, 2025 -
8356686: doc/building.html is not up to date after JDK-8301971
#25168 opened
May 10, 2025 -
8356689: Make HotSpot Style Guide change process more prominent
#25169 opened
May 10, 2025 -
8356693: AOT assembly phase fails with -javaagent
#25170 opened
May 11, 2025 -
8355236: AOT Assembly crash with unregistered class and -Xlog:cds+resolve=trace
#25171 opened
May 11, 2025 -
8356700: Declare incompressible scope in fill_words / zero_memory assembler routines
#25172 opened
May 11, 2025 -
Optimize BigDecimal.valueOf(double)
#25173 opened
May 11, 2025 -
8356694: Removed unused subclass audits in ObjectInput/OutputStream
#25174 opened
May 12, 2025 -
8356702: CTW: Update modules
#25175 opened
May 12, 2025
157 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
8298420: PEM API: Implementation (Preview)
#17543 commented on
May 11, 2025 • 187 new comments -
8344942: Template-Based Testing Framework
#24217 commented on
May 7, 2025 • 57 new comments -
8356049: Need a simple way to play back a sound clip
#24991 commented on
May 11, 2025 • 46 new comments -
8351568: Improve source code documentation for PhaseCFG::insert_anti_dependences
#24926 commented on
May 9, 2025 • 41 new comments -
8353197: Document preconditions for JavaLangAccess methods
#24982 commented on
May 9, 2025 • 38 new comments -
8337789: JEP 509: JFR CPU-Time Profiling (Experimental)
#20752 commented on
May 8, 2025 • 33 new comments -
8317453: NMT: Performance benchmarks are needed to measure speed and memory
#23786 commented on
May 8, 2025 • 28 new comments -
8345431: Detect duplicate entries in jar files with jar --validate
#24430 commented on
May 7, 2025 • 24 new comments -
8342692: C2: long counted loop/long range checks: don't create loop-nest for short running loops
#21630 commented on
May 9, 2025 • 22 new comments -
8315066: Add unsigned bounds and known bits to TypeInt/Long
#17508 commented on
May 5, 2025 • 15 new comments -
8353578: Refactor existing usage of internal HKDF impl to use the KDF API
#24393 commented on
May 10, 2025 • 15 new comments -
8355798: Implement JEP 514: Ahead-of-Time Command Line Ergonomics
#24942 commented on
May 7, 2025 • 14 new comments -
8355726: LinkedBlockingDeque fixes and improvements
#24925 commented on
May 9, 2025 • 12 new comments -
8349151: Refactor test/java/security/cert/CertificateFactory/slowstream.sh to java test
#23394 commented on
May 9, 2025 • 12 new comments -
8354242: VectorAPI: combine vector not operation with compare
#24674 commented on
May 9, 2025 • 11 new comments -
8355452: GHA: Test jtreg tier1 on linux-x64 static-jdk
#24992 commented on
May 6, 2025 • 10 new comments -
8342486: Implement JEP 505: Structured Concurrency (Fifth Preview)
#21934 commented on
May 8, 2025 • 10 new comments -
8347515: C2: assert(!success || (C->macro_count() == (old_macro_count - 1))) failed: elimination must have deleted one node from macro list
#24890 commented on
May 9, 2025 • 10 new comments -
8354556: Expand value-based class warnings to java.lang.ref API
#24746 commented on
May 11, 2025 • 10 new comments -
8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks
#24018 commented on
May 9, 2025 • 9 new comments -
8347555: [REDO] C2: implement optimization for series of Add of unique value
#23506 commented on
May 5, 2025 • 9 new comments -
8338977: Parallel: Improve heap resizing heuristics
#25000 commented on
May 11, 2025 • 8 new comments -
8350203: [macos] Newlines and tabs are not ignored when drawing text to a Graphics2D object
#23665 commented on
May 11, 2025 • 8 new comments -
8356080: Address post-integration comments for Stable Values
#25004 commented on
May 9, 2025 • 7 new comments -
8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same
#24431 commented on
May 7, 2025 • 7 new comments -
8336470: Source launcher should work with service loader SPI in unnamed module
#20193 commented on
May 10, 2025 • 7 new comments -
8348828: Windows dll loading now resolves symlinks
#24694 commented on
May 9, 2025 • 7 new comments -
8354555: Add generic JFR events for TaskTerminator
#24676 commented on
May 8, 2025 • 7 new comments -
8355638: Allow -Xlog:aot to be used as an alias for -Xlog:cds when using AOT cache
#24895 commented on
May 9, 2025 • 6 new comments -
8353184: ZGC: Simplify and correct tlab_used() tracking
#24814 commented on
May 9, 2025 • 6 new comments -
8354724: Methods in java.io.Reader to read all characters and all lines
#24728 commented on
May 12, 2025 • 6 new comments -
8303904: [macos]Transparent Windows Paint Wrong (Opaque, Pixelated) w/o Volatile Buffering
#23430 commented on
May 6, 2025 • 6 new comments -
8354560: Exponentially delay subsequent native thread creation in case of EAGAIN
#24682 commented on
May 8, 2025 • 6 new comments -
8343829: Unify decimal and hexadecimal parsing in FloatingDecimal
#22737 commented on
May 10, 2025 • 6 new comments -
8354968: Replace unicode sequences in comment text with UTF-8 characters
#24727 commented on
May 9, 2025 • 5 new comments -
8351996: Behavioral updates for ClassValue::remove
#24043 commented on
May 10, 2025 • 5 new comments -
8355646: Optimize ObjectMonitor::exit
#24927 commented on
May 7, 2025 • 5 new comments -
8332947: [macos] OpenURIHandler events not received when AWT is embedded in another toolkit
#24379 commented on
May 9, 2025 • 4 new comments -
8341346: Add support for exporting TLS Keying Material
#24976 commented on
May 10, 2025 • 4 new comments -
8150564: Migrate useful ExtendedRobot methods into awt.Robot
#22044 commented on
May 8, 2025 • 4 new comments -
8353642: Deprecate URL::getPermission method and networking permission classes for removal
#24592 commented on
May 9, 2025 • 4 new comments -
8352533: Report useful IOExceptions when jspawnhelper fails
#24149 commented on
May 6, 2025 • 4 new comments -
8355003: Implement JEP 515: Ahead-of-Time Method Profiling
#24886 commented on
May 9, 2025 • 4 new comments -
8334016: Make PrintNullString.java automatic
#24501 commented on
May 9, 2025 • 4 new comments -
8356027: Print enhanced compilation timings
#24984 commented on
May 10, 2025 • 4 new comments -
8355746: Start of release updates for JDK 26
#25008 commented on
May 10, 2025 • 3 new comments -
8316694: Implement relocation of nmethod within CodeCache
#23573 commented on
May 8, 2025 • 3 new comments -
8354024: [JMH] Create ephemeral UnixDomainSocketAddress provider with thread-safe close semantics
#24568 commented on
May 9, 2025 • 3 new comments -
Add generic Pair utility class with full test coverage for DSA convenience.
#25020 commented on
May 6, 2025 • 3 new comments -
8351950: C2: masked vector MIN/MAX AVX512: SIGFPE / no valid evex tuple_table entry
#25021 commented on
May 12, 2025 • 3 new comments -
8341184: Clean up the interaction between the launcher native code and the LauncherHelper
#21256 commented on
May 7, 2025 • 2 new comments -
8356057: PrintingProcessor (-Xprint) does not print type variable bounds and type annotations for Object supertypes
#25002 commented on
May 5, 2025 • 2 new comments -
8355022: Implement JEP 506: Scoped Values
#24923 commented on
May 11, 2025 • 2 new comments -
8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value
#23947 commented on
May 6, 2025 • 2 new comments -
8350765: Need to pin when accessing thread container from virtual thread
#23810 commented on
May 10, 2025 • 2 new comments -
8347491: IllegalArgumentationException thrown by ThreadPoolExecutor doesn't have a useful message
#23050 commented on
May 6, 2025 • 2 new comments -
8139228: JFileChooser renders file names as HTML document
#24439 commented on
May 8, 2025 • 2 new comments -
8353888: Implement JEP 510: Key Derivation Function API
#24520 commented on
May 9, 2025 • 2 new comments -
8354887: Preserve runtime blobs in AOT code cache
#25019 commented on
May 8, 2025 • 2 new comments -
8354908: javac mishandles supplementary character in character literal
#24964 commented on
May 5, 2025 • 2 new comments -
8355992: Add unsignedMultiplyExact and *powExact methods to Math and StrictMath
#25003 commented on
May 8, 2025 • 1 new comment -
8355481: Clean up MHN_copyOutBootstrapArguments
#24825 commented on
May 9, 2025 • 1 new comment -
8325859: potential information loss during type inference
#25011 commented on
May 10, 2025 • 1 new comment -
8352565: Add native method implementation of Reference.get()
#24315 commented on
May 9, 2025 • 1 new comment -
Bsm refactor
#24878 commented on
May 7, 2025 • 1 new comment -
8353686: Optimize Math.cbrt for x86 64 bit platforms
#24470 commented on
May 7, 2025 • 1 new comment -
8352149: Test java/awt/Frame/MultiScreenTest.java generates too many frames on Linux
#24752 commented on
May 9, 2025 • 1 new comment -
8356000: C1/C2-only modes use 2 compiler threads on low CPU count machines
#24972 commented on
May 5, 2025 • 1 new comment -
8355756: G1HeapSizingPolicy::full_collection_resize_amount should consider allocation size
#24944 commented on
May 5, 2025 • 1 new comment -
[PATCH] Remove unnecessary Map.containsKey from X11GraphicsEnvironment.initDevices
#24907 commented on
May 5, 2025 • 1 new comment -
8356128: Correct documentation for --linux-package-deps
#23638 commented on
May 5, 2025 • 1 new comment -
8351661: NMT: VMATree should support separate call-stacks for reserve and commit operations
#24028 commented on
May 9, 2025 • 1 new comment -
8349288: runtime/os/windows/TestAvailableProcessors.java fails on localized Windows platform
#23536 commented on
May 8, 2025 • 1 new comment -
8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset
#23986 commented on
May 6, 2025 • 1 new comment -
8351230: Collections.synchronizedList returns a list that is not thread-safe
#24990 commented on
May 5, 2025 • 1 new comment -
8349563: Improve AbsNode::Value() for integer types
#23685 commented on
May 12, 2025 • 1 new comment -
8272875: Change the default key manager to PKIX
#24756 commented on
May 5, 2025 • 0 new comments -
8355938: Addressed rare lost unpark bug 8074773 by pre-loading LockSupport.class
#24952 commented on
May 9, 2025 • 0 new comments -
8354767: Test crashed: assert(increase < max_live_nodes_increase_per_iteration) failed: excessive live node increase in single iteration of IGVN: 4470 (should be at most 4000)
#24960 commented on
May 8, 2025 • 0 new comments -
8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
#24751 commented on
May 9, 2025 • 0 new comments -
8355536: Create version constants to model preview language and vm features
#25017 commented on
May 5, 2025 • 0 new comments -
8356102: TestJcmdOutput, JcmdWithNMTDisabled and DumpSharedDictionary hs/tier1 tests fail on static-jdk
#25018 commented on
May 12, 2025 • 0 new comments -
8355954: File.delete removes read-only files (win)
#24977 commented on
May 7, 2025 • 0 new comments -
8354944: Remove unnecessary PartiallyOrderedSet.nodes
#24699 commented on
May 5, 2025 • 0 new comments -
8355953: Add unit testing for internal jrtfs class prior to Valhalla work
#24962 commented on
May 7, 2025 • 0 new comments -
8347901: C2 should remove unused leaf / pure runtime calls
#24966 commented on
May 10, 2025 • 0 new comments -
8356130: Improper Implementation of hasNext method in ArrayList Class
#25027 commented on
May 6, 2025 • 0 new comments -
8355078: java.awt.Color.createContext() uses unnecessary synchronization
#24771 commented on
May 9, 2025 • 0 new comments -
8355177: Speed up StringBuilder::append(char[]) via Unsafe::copyMemory
#24773 commented on
May 10, 2025 • 0 new comments -
8356605: JRSUIControl.hashCode and JRSUIState.hashCode can use Long.hasCode
#24989 commented on
May 9, 2025 • 0 new comments -
8353113: Peer supported certificate signature algorithms are not being checked with default SunX509 key manager
#25016 commented on
May 9, 2025 • 0 new comments -
8355692: Refactor stream indentation
#24917 commented on
May 8, 2025 • 0 new comments -
8355698: JDK not supporting sleef could cause exception at runtime after JDK-8353786
#24914 commented on
May 7, 2025 • 0 new comments -
8352075: Perf regression accessing fields
#24847 commented on
May 12, 2025 • 0 new comments -
8354969: Add strdup function for ResourceArea
#24998 commented on
May 9, 2025 • 0 new comments -
8355570: [s390x] Update -march to z13 generation
#24869 commented on
May 5, 2025 • 0 new comments -
8343739: Test java/awt/event/KeyEvent/ExtendedKeyCode/ExtendedKeyCodeTest.java failed: Wrong extended key code
#24885 commented on
May 12, 2025 • 0 new comments -
8356175: Remove unnecessary Map.get from XWM.getInsets
#24906 commented on
May 12, 2025 • 0 new comments -
8077587: BigInteger Roots
#24898 commented on
May 10, 2025 • 0 new comments -
8349847: Support configuring individual lint categories as errors
#23622 commented on
May 9, 2025 • 0 new comments -
8349535: Refactor ./pkcs11/Provider/MultipleLogins.sh to java test
#23590 commented on
May 7, 2025 • 0 new comments -
8349638: Build libjdwp with SIZE optimization
#23563 commented on
May 8, 2025 • 0 new comments -
8249824: s/n/w/p/https/HttpsURLConnection/CloseKeepAliveCached.java uses @ignore w/o bugid
#23469 commented on
May 8, 2025 • 0 new comments -
8342095: Add autovectorizer support for subword vector casts
#23413 commented on
May 12, 2025 • 0 new comments -
8345826: Do not automatically resolve jdk.internal.vm.ci when libgraal is used
#23408 commented on
May 6, 2025 • 0 new comments -
8349138: Optimize Math.copySign API for Intel e-core targets
#23386 commented on
May 6, 2025 • 0 new comments -
8348760: RadioButton is not shown if JRadioButtonMenuItem is rendered with ImageIcon in WindowsLookAndFeel
#23324 commented on
May 7, 2025 • 0 new comments -
Refactor FloatingDecimal
#23311 commented on
May 7, 2025 • 0 new comments -
8348410: Preview flag not checked during compilation resulting in runtime crash
#23303 commented on
May 7, 2025 • 0 new comments -
8347291: Exhaustive switch over a generic sealed abstract class
#23286 commented on
May 8, 2025 • 0 new comments -
8348278: Trim InitialRAMPercentage to improve startup in default modes
#23262 commented on
May 5, 2025 • 0 new comments -
8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops
#23057 commented on
May 8, 2025 • 0 new comments -
8353741: Eliminate table lookup in UUID.toString
#22928 commented on
May 8, 2025 • 0 new comments -
8345538: Robot.mouseMove doesn't clamp bounds on macOS when trying to move mouse off screen
#22781 commented on
May 8, 2025 • 0 new comments -
Store deferred locals in frame
#22091 commented on
May 7, 2025 • 0 new comments -
8343249: [Windows] Implement SpinPause
#21781 commented on
May 5, 2025 • 0 new comments -
8342682: Errors related to unused code on Windows after 8339120 in dt_shmem jdwp security and jpackage
#21616 commented on
May 8, 2025 • 0 new comments -
8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded
#20504 commented on
May 6, 2025 • 0 new comments -
8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava
#20317 commented on
May 6, 2025 • 0 new comments -
8336881: [Linux] Support for hierarchical limits for Metrics
#20280 commented on
May 8, 2025 • 0 new comments -
8162500: Receiver annotations of inner classes of local classes not found at runtime
#20200 commented on
May 8, 2025 • 0 new comments -
8333664: Decouple command line parsing and package building in jpackage
#19668 commented on
May 10, 2025 • 0 new comments -
8333282: Better warning if newly build JDK fails to run
#19484 commented on
May 8, 2025 • 0 new comments -
8328821: Map.of() derived view collection mutators should throw UnsupportedOperationException
#18522 commented on
May 5, 2025 • 0 new comments -
8322174: RISC-V: C2 VectorizedHashCode RVV Version
#17413 commented on
May 6, 2025 • 0 new comments -
8321266: Add diagnostic RSS threshold
#16938 commented on
May 6, 2025 • 0 new comments -
8315487: Security Providers Filter
#15539 commented on
May 8, 2025 • 0 new comments -
8266431: Dual-Pivot Quicksort improvements (Radix sort)
#13568 commented on
May 7, 2025 • 0 new comments -
8353950: Clipboard interaction on Windows is unstable
#24614 commented on
May 6, 2025 • 0 new comments -
8349716: IllegalAccessError when Proxy methods return object of a package-private type
#24611 commented on
May 12, 2025 • 0 new comments -
8354447: Missing test for retroactive @SuppressWarnings("dangling-doc-comments") behavior
#24600 commented on
May 9, 2025 • 0 new comments -
KLUT
#24587 commented on
May 9, 2025 • 0 new comments -
8348611: Eliminate DeferredLintHandler and emit warnings after attribution
#24584 commented on
May 10, 2025 • 0 new comments -
8354115: NMT: VMATree should not accept `uncommit` a `released` region
#24572 commented on
May 8, 2025 • 0 new comments -
8354138: LinkedBlockingDeque allows us to exceed size with addAll()
#24538 commented on
May 7, 2025 • 0 new comments -
8350457: Implement Compact Object Headers (Production)
#24522 commented on
May 5, 2025 • 0 new comments -
8354060: LinkedBlockingDeque.clear() should preserve weakly-consistent iterators
#24488 commented on
May 5, 2025 • 0 new comments -
8353500: [s390x] Intrinsify Unsafe::setMemory
#24480 commented on
May 12, 2025 • 0 new comments -
8353795: Add Writer.of(StringBuilder)
#24469 commented on
May 7, 2025 • 0 new comments -
8353551: C2: Constant folding for ReverseBytes nodes
#24382 commented on
May 12, 2025 • 0 new comments -
8346719: Add relaunchers to the static JDK image for missing executables
#24380 commented on
May 9, 2025 • 0 new comments -
8352251: Implement JEP 518: JFR Cooperative Sampling
#24296 commented on
May 11, 2025 • 0 new comments -
8324751: C2 SuperWord: Aliasing Analysis runtime check
#24278 commented on
May 9, 2025 • 0 new comments -
8352755: Misconceptions about j.text.DecimalFormat digits during parsing
#24265 commented on
May 8, 2025 • 0 new comments -
8344116: C2: remove slice parameter from LoadNode::make
#24258 commented on
May 6, 2025 • 0 new comments -
8236073: G1: Use SoftMaxHeapSize to guide GC heuristics
#24211 commented on
May 9, 2025 • 0 new comments -
8355003: Implement Ahead-of-Time Method Profiling
#24210 commented on
May 8, 2025 • 0 new comments -
8343618: Stack smashing in awt_InputMethod.c on Linux s390x
#24197 commented on
May 8, 2025 • 0 new comments -
8352635: Improve inferencing of Float16 operations with constant inputs
#24179 commented on
May 12, 2025 • 0 new comments -
8352407: PixelInterleavedSampleModel with unused components throws RasterFormatException: Incorrect pixel stride
#24111 commented on
May 9, 2025 • 0 new comments -
8350050: Shenandoah: evaluate & potentially deprecate ShenandoahPacing
#24002 commented on
May 7, 2025 • 0 new comments -
8350920: Allow inherited member summaries to be viewed inline
#23967 commented on
May 9, 2025 • 0 new comments -
Stalling mode by default
#23960 commented on
May 5, 2025 • 0 new comments -
8249825: Tests sun/security/ssl/SSLSocketImpl/SetClientMode.java and NonAutoClose.java marked with @ignore
#23898 commented on
May 8, 2025 • 0 new comments -
8350482: [s390x] Relativize esp in interpreter frames
#23724 commented on
May 9, 2025 • 0 new comments -
8350212: Track source end positions of declarations that support @SuppressWarnings
#23669 commented on
May 9, 2025 • 0 new comments -
8347606: Optimize Java implementation of ML-DSA
#23642 commented on
May 6, 2025 • 0 new comments