Skip to content

Releases: Tencent/TencentKona-11

Tencent Kona JDK 11.0.23-GA

26 Apr 12:17
9d86386
Compare
Choose a tag to compare

Update to 11.0.23-GA

openjdk version "11.0.23" 2024-04-23
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.23+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.23+1, mixed mode)

Features

  • Fix(EMH): adapt emh test cases to aarch64 architecture

Tencent Kona JDK 11.0.22-GA

29 Jan 02:38
41655b4
Compare
Choose a tag to compare

Update to 11.0.22-GA

openjdk version "11.0.22" 2024-01-23
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.22+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.22+1, mixed mode)

Features

  • FEAT(runtime): Add elastic max heap feature
  • ByteBuffer.allocateDirect should invoke OOME actions if direct memory cannot be allocate

Tencent Kona JDK 11.0.21-GA

26 Oct 08:26
4b47230
Compare
Choose a tag to compare

Update to 11.0.21-GA

openjdk version "11.0.21" 2023-10-25
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.21+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.21+1, mixed mode)
  • Update to jdk-11.0.21
  • ByteBuffer.allocateDirect should invoke OOME actions if direct memory cannot be allocate

Tencent Kona JDK 11.0.20-GA

25 Jul 11:32
dd60a9e
Compare
Choose a tag to compare

Update to 11.0.20-GA

openjdk version "11.0.20" 2023-07-21
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.20+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.20+1, mixed mode)
  • Update to jdk-11.0.20
  • Add CFCA EV ROOT in cacerts
  • Fix(CMS): fix CMS reserves some memory without setting memory type

Tencent Kona JDK 11.0.19-GA

06 May 11:42
1cbfb41
Compare
Choose a tag to compare

Update to 11.0.19-GA

openjdk version "11.0.19" 2023-04-27
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.19+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.19+1, mixed mode)
  • Update to jdk-11.0.19
  • Support setting the TOS value of socket by -Dkona.socket.tos.value
  • Vectorize UTF-8 decode

Tencent Kona JDK 11.0.18-GA

01 Feb 07:33
928786c
Compare
Choose a tag to compare

Update to 11.0.18-GA

openjdk version "11.0.18" 2023-01-31
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.18+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.18+1, mixed mode)
  • Update to jdk-11.0.18
  • G1: Support NUMA

Tencent Kona JDK 11.0.17-GA

26 Oct 02:44
d0cc43c
Compare
Choose a tag to compare

Update to 11.0.17-GA

openjdk version "11.0.17" 2022-10-24
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.17+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.17+1, mixed mode)
  • Update to jdk-11.0.17
  • JDK-8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
  • JDK-8072498: Multi-thread JNI weak reference processing
  • JDK-8221393: ResolvedMethodTable too small for StackWalking applications

Tencent Kona JDK 11.0.16.1-GA

18 Aug 08:30
Compare
Choose a tag to compare

Update to 11.0.16.1-GA

openjdk version "11.0.16.1" 2022-08-16
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.16.1+2)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.16.1+2, mixed mode)
  • Update to jdk-11.0.16.1
  • 8292260: [BACKOUT] JDK-8279219: [REDO] C2 crash when allocating array of size too large

Tencent Kona JDK 11.0.16-GA

12 Aug 06:58
55ba501
Compare
Choose a tag to compare

Update to 11.0.16-GA

openjdk version "11.0.16" 2022-08-10
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.16+1)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.16+1, mixed mode)
  • Update to jdk-11.0.16
  • G1: RedefineClasses performance optimize
  • ZGC: Move relocation logic from ZPage to ZRelocate
  • ZGC: Break out forwarding information from ZPage
  • JDK-8277212: GC accidentally cleans valid megamorphic vtable inline caches
  • JDK-8072070: Improve interpreter stack banging
  • FIX(GC): fix the build failure of "--with-jvm-features=shenandoahgc"
  • Mac aarch64 support

Tencent Kona JDK 11.0.15-GA for Fiber

10 Aug 02:56
Compare
Choose a tag to compare

Update to 11.0.15-GA

openjdk version "11.0.15-fiber" 2022-06-30
OpenJDK Runtime Environment TencentKonaJDK (build 11.0.15-fiber+2)
OpenJDK 64-Bit Server VM TencentKonaJDK (build 11.0.15-fiber+2, mixed mode)

Features

  • Support network operation of virtual thread which will not block carrier thread.
  • Automatic compensate when using ForkJoinPool as scheduler of virtual thread while all carrier thread alloc Object Monitor fail.