KIRIYAMA Takuya
KIRIYAMA Takuya
Consider an authority component without trailing "/" as a base URI. When resolving a relative path against this base URI, the resulting URI is a concatenated URI without "/". This...
The current documentation of URI class describes relationship between resolve and relativize methods as follows. ``` For any two normalized URIs u and v, u.relativize(u.resolve(v)).equals(v) and u.resolve(u.relativize(v)).equals(v) . ``` However,...
Hi all, I want to backport JDK-8313394 for jdk11u. This is clean backport. Would you review and sponsor this fix, please? --------- ### Progress - [x] Change must not contain...
Hi All, I would like to add this bug fix for the bug in jdk/jfr/startupargs/TestMemoryOptions.java. This test contains 24 test cases and fails the "ThreadBufferSizeExceedMemorySize" case. The cause of this...
Hi All, I would like to backport the fix for bug JDK-8303215 from JDK 17 to JDK 11. This bug addresses an issue with Transparent Huge Pages (THP) and thread...
Hi All, I would like to backport this bug fix (JDK-8212768) done in jdk13 to jdk8. It is basically a clean backport, but only the copyright of awt_InputMethod.cpp and awt_Component.cpp...