None.
Issue |
Description |
JDK-8171279 |
Support for X25519 and X448 in TLS
The named elliptic curve groups x25519 and x448 are now available for JSSE key agreement in TLS versions 1.0 to 1.3, with x25519 being the most preferred of the default enabled named groups. The default ordered list is now:
`
x25519, secp256r1, secp384r1, secp521r1, x448,
sect283k1, sect283r1, sect409k1, sect409r1, sect571k1, sect571r1,
secp256k1,
ffdhe2048, ffdhe3072, ffdhe4096, ffdhe6144, ffdhe8192
`
The default list can be overridden using the system property jdk.tls.namedGroups .
|
Priority |
Bug |
Summary |
P2 |
JDK-8248532 |
Every time I change keyboard language at my MacBook, Java crashes |
P3 |
JDK-7185258 |
[macOS] Deadlock in SunToolKit.realSync() |
P3 |
JDK-8257242 |
[macOS] Java app crashes while switching input methods |
P3 |
JDK-8253791 |
Issue with useAppleColor check in CSystemColors.m |
P3 |
JDK-8249183 |
JVM crash in "AwtFrame::WmSize" method |
P3 |
JDK-8232114 |
JVM crashed at imjpapi.dll in native code |
P3 |
JDK-8212226 |
SurfaceManager throws "Invalid Image variant" for MultiResolutionImage (Windows) |
P4 |
JDK-8252470 |
java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails on Windows |
P4 |
JDK-8198334 |
java/awt/FileDialog/8003399/bug8003399.java fails in headless mode |
P4 |
JDK-8253269 |
The CheckCommonColors test should provide more info on failure |
P4 |
JDK-8252679 |
Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard |
Priority |
Bug |
Summary |
P1 |
JDK-8254790 |
SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics |
P1 |
JDK-8248347 |
windows build broken by JDK-8243114 |
P2 |
JDK-8229495 |
SIGILL in C2 generated OSR compilation |
P2 |
JDK-8255550 |
x86: Assembler::cmpq(Address dst, Register src) encoding is incorrect |
P3 |
JDK-8248845 |
AArch64: stack corruption after spilling vector register |
P3 |
JDK-8247763 |
assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined() |
P3 |
JDK-8214025 |
assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2 |
P3 |
JDK-8245051 |
c1 is broken if it is compiled by gcc without -fno-lifetime-dse |
P3 |
JDK-8249603 |
C1: assert(has_error == false) failed: register allocation invalid |
P3 |
JDK-8237950 |
C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization |
P3 |
JDK-8255466 |
C2 crashes at ciObject::get_oop() const+0x0 |
P3 |
JDK-8250825 |
C2 crashes with assert(field != __null) failed: missing field |
P3 |
JDK-8248552 |
C2 crashes with SIGFPE due to division by zero |
P3 |
JDK-8249607 |
C2: assert(!had_error) failed: bad dominance |
P3 |
JDK-8249602 |
C2: assert(cnt == _outcnt) failed: no insertions allowed |
P3 |
JDK-8249605 |
C2: assert(no_dead_loop) failed: dead loop detected |
P3 |
JDK-8214242 |
compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions |
P3 |
JDK-8244278 |
Excessive code cache flushes and sweeps |
P3 |
JDK-8254185 |
Fix Code cache sweeper heuristics for JDK 11 |
P3 |
JDK-8234863 |
Increase default value of MaxInlineLevel |
P3 |
JDK-8239477 |
jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails -XX:+VerifyOops with "verify_oop: rsi: broken oop" |
P3 |
JDK-8252696 |
Loop unswitching may cause out of bound array load to be executed |
P3 |
JDK-8251458 |
Parse::do_lookupswitch fails with "assert(_cnt >= 0) failed" |
P3 |
JDK-8251535 |
Partial peeling at unsigned test adds incorrect loop exit check |
P3 |
JDK-8248791 |
sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing |
P3 |
JDK-8248226 |
TestCloneAccessStressGCM fails with -XX:-ReduceBulkZeroing |
P3 |
JDK-8236944 |
The legVecZ operand should be limited to zmm0-zmm15 registers |
P3 |
JDK-8249608 |
Vector register used by C2 compiled method corrupted at safepoint |
P3 |
JDK-8246381 |
VM crashes with "Current BasicObjectLock* below than low_mark" |
P4 |
JDK-8227647 |
[Graal] Test8009761.java fails due to "RuntimeException: static java.lang.Object compiler.uncommontrap.Test8009761.m3(boolean,boolean) not compiled" |
P4 |
JDK-8161684 |
[testconf] Add VerifyOops' testing into compiler tiers |
P4 |
JDK-8237524 |
AArch64: String.compareTo() may return incorrect result |
P4 |
JDK-8220420 |
Cleanup c1_LinearScan |
P4 |
JDK-8243619 |
compiler/codecache/CheckSegmentedCodeCache.java test misses -version |
P4 |
JDK-8243617 |
compiler/onSpinWait/TestOnSpinWaitC1.java test uses wrong class |
P4 |
JDK-8222286 |
Fix for JDK-8213419 is broken on s390 |
P4 |
JDK-8191006 |
hsdis disassembler plugin does not compile with binutils 2.29+ |
P4 |
JDK-8244819 |
hsdis does not compile with binutils 2.34+ |
P4 |
JDK-8243114 |
Implement montgomery{Multiply,Square}intrinsics on Windows |
P4 |
JDK-8197981 |
Missing return statement in __sync_val_compare_and_swap_8 |
P4 |
JDK-8248190 |
PPC: Enable Power10 system and use new byte-reverse instructions |
P4 |
JDK-8244282 |
test/hotspot/jtreg/compiler/intrinsics/Test8237524.java fails with --illegal-access=deny |
P4 |
JDK-8241234 |
Unify monitor enter/exit runtime entries. |
Priority |
Bug |
Summary |
P2 |
JDK-8257701 |
Shenandoah: objArrayKlass metadata is not marked with chunked arrays |
P3 |
JDK-8257641 |
Shenandoah: Query is_at_shenandoah_safepoint() from control thread should return false |
P4 |
JDK-8242029 |
AArch64: skip G1 array copy pre-barrier if marking not active |
P4 |
JDK-8253219 |
Epsilon: clean up unnecessary includes |
P4 |
JDK-8247201 |
Print potential pointer value of readable stack memory in hs_err file |
P4 |
JDK-8255457 |
Shenandoah: cleanup ShenandoahMarkTask |
P4 |
JDK-8255760 |
Shenandoah: match constants style in ShenandoahMarkTask fallback |
P4 |
JDK-8253226 |
Shenandoah: remove unimplemented ShenandoahStrDedupQueue::verify |
P4 |
JDK-8253224 |
Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues() |
P4 |
JDK-8252660 |
Shenandoah: support manageable SoftMaxHeapSize option |
P4 |
JDK-8246434 |
Threads::print_on_error assumes that the heap has been set up |
P4 |
JDK-8255269 |
Unsigned overflow in g1Policy.cpp |
Priority |
Bug |
Summary |
P2 |
JDK-8235829 |
graal crashes with Zombie.java test |
P3 |
JDK-8216324 |
GetClassMethods is confused by the presence of default methods in super interfaces |
P3 |
JDK-8212160 |
JVMTI agent crashes with "assert(_value != 0LL) failed: resolving NULL _value" |
P3 |
JDK-8173658 |
JvmtiExport::post_class_unload() is broken for non-JavaThread initiators |
P3 |
JDK-8236124 |
Minimal VM slowdebug build failed after JDK-8212160 |
P3 |
JDK-8173361 |
various crashes in JvmtiExport::post_compiled_method_load |
P3 |
JDK-8224555 |
vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java failed |
P4 |
JDK-8222072 |
JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv |
P4 |
JDK-8235218 |
Minimal VM is broken after JDK-8173361 |
P4 |
JDK-8235456 |
Minimal VM is broken after JDK-8212160 |
Priority |
Bug |
Summary |
P2 |
JDK-8251365 |
Build failure on AIX after 8250636 |
P2 |
JDK-8249192 |
MonitorInfo stores raw oops across safepoints |
P2 |
JDK-8253778 |
ShenandoahSafepoint::is_at_shenandoah_safepoint should not access VMThread state from other threads |
P2 |
JDK-8253284 |
Zero OrderAccess barrier mappings are incorrect |
P3 |
JDK-8251118 |
BiasedLocking::preserve_marks should not have a HandleMark |
P3 |
JDK-8215583 |
Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java |
P3 |
JDK-8249672 |
Include microcode revision in features_string on x86 |
P3 |
JDK-8218851 |
JVM crash in custom classloader stress test, JDK 12 & 13 |
P3 |
JDK-8227275 |
Within native OOM error handling, assertions may hang the process |
P3 |
JDK-8255065 |
Zero: accessor_entry misses the IRIW case |
P4 |
JDK-8225329 |
-XX:+PrintBiasedLockingStatistics causes crash during initialization on Windows platforms |
P4 |
JDK-8227006 |
[linux] Runtime.availableProcessors execution time increased by factor of 100 |
P4 |
JDK-8254190 |
[s390] interpreter misses exception check after calling monitorenter |
P4 |
JDK-8237512 |
AArch64: aarch64TestHook leaks a BufferBlob |
P4 |
JDK-8250598 |
Hyper-V is detected in spite of running on host OS |
P4 |
JDK-8243290 |
Improve diagnostic messages for class verification and redefinition failures |
P4 |
JDK-8250636 |
iso8601_time returns incorrect offset part on MacOS |
P4 |
JDK-8246648 |
issue with OperatingSystemImpl getFreeSwapSpaceSize in docker after 8242480 |
P4 |
JDK-8250984 |
Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities |
P4 |
JDK-8239886 |
Minimal VM build fails after JDK-8237499 |
P4 |
JDK-8251257 |
NMT: jcmd VM.native_memory scale=1 crashes target VM |
P4 |
JDK-8254144 |
Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp |
P4 |
JDK-8253375 |
OSX build fails with Xcode 12.0 (12A7209) |
P4 |
JDK-8244142 |
some hotspot/runtime tests don't check exit code of forked JVM |
P4 |
JDK-8254016 |
Test8237524 fails with -XX:-CompactStrings option |
P4 |
JDK-8214787 |
Zero builds fail with "undefined JavaThread::thread_state()" |
P4 |
JDK-8256618 |
Zero: Linux x86_32 build still fails |
P4 |
JDK-8254166 |
Zero: return-type warning in zeroInterpreter_zero.cpp |
Priority |
Bug |
Summary |
P2 |
JDK-8225072 |
Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs |
P2 |
JDK-8254081 |
java/security/cert/PolicyNode/GetPolicyQualifiers.java fails due to an expired certificate |
P3 |
JDK-8239105 |
Add exception for expiring Digicert root certificates to VerifyCACerts test |
P3 |
JDK-8258630 |
Add expiry exception for QuoVadis root certificate |
P3 |
JDK-8248745 |
Add jarsigner and keytool tests for restricted algorithms |
P3 |
JDK-8218021 |
Have jarsigner preserve posix permission attributes |
P3 |
JDK-8213400 |
Support choosing group name in keytool keypair generation |
P3 |
JDK-8250968 |
Symlinks attributes not preserved when using jarsigner on zip files |
P4 |
JDK-8249176 |
jdk jtreg test security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6CA.java fails |