None.
Issue |
Description |
JDK-8259801 |
Enable XML Signature Secure Validation Mode by Default
The XML Signature secure validation mode has been enabled by default (previously it was not enabled by default unless running with a security manager). When enabled, validation of XML signatures are subject to stricter checking of algorithms and other constraints as specified by the jdk.xml.dsig.secureValidationPolicy security property.
If necessary, and at their own risk, applications can disable the mode by setting the org.jcp.xml.dsig.secureValidation property to Boolean.FALSE with the DOMValidateContext.setProperty() API.
|
JDK-8319124 |
Update XML Security for Java to 3.0.3
The XML Signature implementation has been updated to Santuario 3.0.3. Support for four new SHA-3 based RSA-MGF1 SignatureMethod algorithms have been added: SignatureMethod.SHA3_224_RSA_MGF1 , SignatureMethod.SHA3_256_RSA_MGF1 , SignatureMethod.SHA3_384_RSA_MGF1 , and SignatureMethod.SHA3_512_RSA_MGF1 .
|
Update XML Security for Java to 3.0.3
The XML Signature implementation has been updated to Santuario 3.0.3. Support for four new SHA-3 based RSA-MGF1 signature methods have been added: SHA3_224_RSA_MGF1 , SHA3_256_RSA_MGF1 , SHA3_384_RSA_MGF1 , and SHA3_512_RSA_MGF1 . While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK update releases, they may be represented as string literals in order to be functionally equivalent. SHA-3 hash algorithm support was delivered to JDK 9 via JEP 287. Releases earlier than that may use third party security providers.
|
JDK-8305972 |
Update XML Security for Java to 3.0.2
The XML Signature implementation has been updated to Santuario 3.0.2. Support for the following EdDSA signatures has been added: ED25519 and ED448 . While these new algorithm URIs are not defined in javax.xml.crypto.dsig.SignatureMethod in the JDK Update releases, they may be represented as string literals in order to be functionally equivalent. The JDK supports EdDSA since JDK 15. Releases earlier than that may use 3rd party security providers. One other difference is that the JDK still supports the here() function by default. However, we recommend avoiding the use of the here() function in new signatures and replacing existing signatures that use the here() function. Future versions of the JDK will likely disable, and eventually remove, support for this function, as it cannot be supported using the standard Java XPath API. Users can now disable the here() function by setting the security property jdk.xml.dsig.hereFunctionSupported to "false".
|
Update XML Security for Java to 3.0.2
The XML Signature implementation has been updated to Santuario 3.0.2. The main, new feature is support for EdDSA. One difference is that the JDK still supports the here() function by default. However, we recommend avoiding the use of the here() function in new signatures and replacing existing signatures that use the here() function. Future versions of the JDK will likely disable, and eventually remove, support for this function, as it cannot be supported using the standard Java XPath API. Users can now disable the here() function by setting the security property jdk.xml.dsig.hereFunctionSupported to "false".
|
Priority |
Bug |
Summary |
P1 |
JDK-8322750 |
Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray |
P3 |
JDK-8294254 |
[macOS] javax/swing/plaf/aqua/CustomComboBoxFocusTest.java failure |
P3 |
JDK-8193543 |
Regression automated test '/open/test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails |
P3 |
JDK-8313164 |
src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp GetRGBPixels adjust releasing of resources |
P3 |
JDK-8316030 |
Update Libpng to 1.6.40 |
P4 |
JDK-8202931 |
[macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails |
P4 |
JDK-8239801 |
[macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails |
P4 |
JDK-8318955 |
Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return |
P4 |
JDK-8202790 |
DnD test DisposeFrameOnDragTest.java does not clean up |
P4 |
JDK-8318154 |
Improve stability of WheelModifier.java test |
P4 |
JDK-8253739 |
java/awt/image/MultiResolutionImage/MultiResolutionImageObserverTest.java fails |
P4 |
JDK-8300727 |
java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected" |
P4 |
JDK-8313252 |
Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns |
P4 |
JDK-8307299 |
Move more DnD tests to open |
P4 |
JDK-8306409 |
Open source AWT KeyBoardFocusManger, LightWeightComponent related tests |
P4 |
JDK-8306652 |
Open source AWT MenuItem related tests |
P4 |
JDK-8306076 |
Open source AWT misc tests |
P4 |
JDK-8306681 |
Open source more AWT DnD related tests |
P4 |
JDK-8306871 |
Open source more AWT Drag & Drop tests |
P4 |
JDK-8306812 |
Open source several AWT Miscellaneous tests |
P4 |
JDK-8306072 |
Open source several AWT MouseInfo related tests |
P4 |
JDK-8306640 |
Open source several AWT TextArea related tests |
P4 |
JDK-8306683 |
Open source several clipboard and color AWT tests |
P4 |
JDK-8306752 |
Open source several container and component AWT tests |
P4 |
JDK-8306753 |
Open source several container AWT tests |
P4 |
JDK-8169475 |
WheelModifier.java fails by timeout |
P4 |
JDK-8316947 |
Write a test to check textArea triggers MouseEntered/MouseExited events properly |
Priority |
Bug |
Summary |
P2 |
JDK-8300269 |
The selected item in an editable JComboBox with titled border is not visible in Aqua LAF |
P3 |
JDK-6928542 |
Chinese characters in RTF are not decoded |
P3 |
JDK-8253820 |
Save test images and dumps with timestamps from client sanity suite |
P4 |
JDK-8315986 |
[macos14] javax/swing/JMenuItem/4654927/bug4654927.java: component must be showing on the screen to determine its location |
P4 |
JDK-8290399 |
[macos] Aqua LAF does not fire an action event if combo box menu is displayed |
P4 |
JDK-7132796 |
[macosx] closed/javax/swing/JComboBox/4517214/bug4517214.java fails on MacOS |
P4 |
JDK-8054572 |
[macosx] JComboBox paints the border incorrectly |
P4 |
JDK-7148092 |
[macosx] When Alt+down arrow key is pressed, the combobox popup does not appear. |
P4 |
JDK-8310238 |
[test bug] javax/swing/JTableHeader/6889007/bug6889007.java fails |
P4 |
JDK-8311585 |
Add JRadioButtonMenuItem to bug8031573.java |
P4 |
JDK-8294535 |
Add screen capture functionality to PassFailJFrame |
P4 |
JDK-8321151 |
JDK-8294427 breaks Windows L&F on all older Windows versions |
P4 |
JDK-8315594 |
Open source few headless Swing misc tests |
P4 |
JDK-8315600 |
Open source few more headless Swing misc tests |
P4 |
JDK-8306755 |
Open source few Swing JComponent and AbstractButton tests |
P4 |
JDK-8316106 |
Open source few swing JInternalFrame and JMenuBar tests |
P4 |
JDK-8315761 |
Open source few swing JList and JMenuBar tests |
P4 |
JDK-8307130 |
Open source few Swing JMenu tests |
P4 |
JDK-8315606 |
Open source few swing text/html tests |
P4 |
JDK-8307381 |
Open Source JFrame, JIF related Swing Tests |
P4 |
JDK-8315731 |
Open source several Swing Text related tests |
P4 |
JDK-8306996 |
Open source Swing MenuItem related tests |
P4 |
JDK-8315602 |
Open source swing security manager test |
P4 |
JDK-8315611 |
Open source swing text/html and tree test |
P4 |
JDK-8253543 |
sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java failed with "AssertionError: All pixels are not black" |
P4 |
JDK-8286846 |
test/jdk/javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on mac aarch64 |
P4 |
JDK-8307311 |
Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests |
Priority |
Bug |
Summary |
P2 |
JDK-8317507 |
C2 compilation fails with "Exceeded _node_regs array" |
P2 |
JDK-8318889 |
C2: add bailout after assert Bad graph detected in build_loop_late |
P2 |
JDK-8214915 |
CtwRunner misses export for jdk.internal.access |
P3 |
JDK-8309119 |
[17u/11u] Redo JDK-8297951: C2: Create skeleton predicates for all If nodes in loop predication |
P3 |
JDK-8321215 |
Incorrect x86 instruction encoding for VSIB addressing mode |
P3 |
JDK-8307683 |
Loop Predication should not hoist range checks with trap on success projection by negating their condition |
P3 |
JDK-8233453 |
MLVM deoptimize stress test timed out |
P3 |
JDK-8166275 |
vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting |
P3 |
JDK-8265349 |
vmTestbase/../stress/compiler/deoptimize/Test.java fails with OOME due to CodeCache exhaustion. |
P4 |
JDK-8309104 |
[JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal |
P4 |
JDK-8058176 |
[mlvm] tests should not allow code cache exhaustion |
P4 |
JDK-8282665 |
[REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y) |
P4 |
JDK-8214908 |
add ctw tests for jdk.jfr and jdk.management.jfr modules |
P4 |
JDK-8251349 |
Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies |
P4 |
JDK-8166554 |
Avoid compilation blocking in OverloadCompileQueueTest.java |
P4 |
JDK-8318468 |
compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 |
P4 |
JDK-8280007 |
Enable Neoverse N1 optimizations for Arm Neoverse V1 & N2 |
P4 |
JDK-8315680 |
java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch |
P4 |
JDK-8067651 |
LevelTransitionTest.java, fix trivial methods levels logic |
P4 |
JDK-8320363 |
ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity |
P4 |
JDK-8302149 |
Speed up compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java |
P4 |
JDK-8226905 |
unproblem list applications/ctw/modules/* tests on windows |
P4 |
JDK-8264135 |
UnsafeGetStableArrayElement should account for different JIT implementation details |
P4 |
JDK-8213926 |
WB_EnqueueInitializerForCompilation requests compilation for NULL |
P5 |
JDK-8302607 |
increase timeout for ContinuousCallSiteTargetChange.java |
Priority |
Bug |
Summary |
P1 |
JDK-8292946 |
GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row" |
P2 |
JDK-8308043 |
Deadlock in TestCSLocker.java due to blocking GC while allocating |
P3 |
JDK-8213927 |
G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled |
P3 |
JDK-8314144 |
gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp |
P3 |
JDK-8276796 |
gc/TestSystemGC.java large pages subtest fails with ZGC |
P3 |
JDK-8208243 |
vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly |
P4 |
JDK-8289764 |
gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects" |
P4 |
JDK-8316001 |
GC: Make TestArrayAllocatorMallocLimit use createTestJvm |
P4 |
JDK-8319456 |
jdk/jfr/event/gc/collection/TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes |
P4 |
JDK-8269077 |
TestSystemGC uses "require vm.gc.G1" for large pages subtest |
Priority |
Bug |
Summary |
P2 |
JDK-8323243 |
JNI invocation of an abstract instance method corrupts the stack |
P3 |
JDK-8294402 |
Add diagnostic logging to VMProps.checkDockerSupport |
P3 |
JDK-8327391 |
Add SipHash attribution file |
P3 |
JDK-8192864 |
defmeth tests can hide failures |
P4 |
JDK-8237777 |
"Dumping core ..." is shown despite claiming that "# No core dump will be written." |
P4 |
JDK-8324307 |
[11u] hotspot fails to build with GCC 12 and newer (non-static data member initializers) |
P4 |
JDK-8249087 |
Always initialize _body[0..1] in Symbol constructor |
P4 |
JDK-8318607 |
Enable parallelism in vmTestbase/nsk/stress/jni tests |
P4 |
JDK-8318608 |
Enable parallelism in vmTestbase/nsk/stress/threads tests |
P4 |
JDK-8247818 |
GCC 10 warning stringop-overflow with symbol code |
P4 |
JDK-8326109 |
GCC 13 reports maybe-uninitialized warnings for jni.cpp with dtrace enabled |
P4 |
JDK-8269025 |
jsig/Testjsig.java doesn't check exit code |
P4 |
JDK-8272552 |
mark hotspot runtime/cds tests which ignore external VM flags |
P4 |
JDK-8271828 |
mark hotspot runtime/classFileParserBug tests which ignore external VM flags |
P4 |
JDK-8271890 |
mark hotspot runtime/Dictionary tests which ignore external VM flags |
P4 |
JDK-8272291 |
mark hotspot runtime/logging tests which ignore external VM flags |
P4 |
JDK-8272551 |
mark hotspot runtime/modules tests which ignore external VM flags |
P4 |
JDK-8271829 |
mark hotspot runtime/Throwable tests which ignore external VM flags |
P4 |
JDK-8313081 |
MonitoringSupport_lock should be unconditionally initialized after 8304074 |
P4 |
JDK-8255743 |
Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java |
P4 |
JDK-8208699 |
remove unneeded imports from runtime tests |
P4 |
JDK-8208704 |
runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing |
P4 |
JDK-8272335 |
runtime/cds/appcds/MoveJDKTest.java doesn't check exit codes |
P4 |
JDK-8271094 |
runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code |
P4 |
JDK-8271224 |
runtime/EnclosingMethodAttr/EnclMethodAttr.java doesn't check exit code |
P4 |
JDK-8320937 |
support latest VS2022 MSC_VER in abstract_vm_version.cpp |
P4 |
JDK-8299494 |
Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found |
P4 |
JDK-8302109 |
Trivial fixes to btree tests |
P4 |
JDK-8251904 |
vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java fails with ClassNotFoundException: nsk.sysdict.share.BTree0LLRLRLRRLR |