The NetBSD Project

CVS log for pkgsrc/lang/openjdk11/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / openjdk11

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 31 15:00:46 2023 UTC (8 weeks, 1 day ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

openjdk11: Update to 1.11.0.20.8

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.20 GA

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jul 18 14:40:48 2023 UTC (2 months, 1 week ago) by ryoon
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

openjdk11: Update to 1.11.0.19.7

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.19 GA

Revision 1.37 / (download) - annotate - [select for diffs], Tue Feb 28 13:54:00 2023 UTC (6 months, 3 weeks ago) by rjs
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.36: +10 -1 lines
Diff to previous 1.36 (colored)

Remove stray sizecalc.h file from PLIST.

Restore bootstrap kits for aarch64 arm and i386 to distinfo.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 25 18:06:47 2023 UTC (7 months ago) by ryoon
Branch: MAIN
Changes since 1.35: +5 -14 lines
Diff to previous 1.35 (colored)

openjdk11: Update to 1.11.0.18.10 and support nbsed for newer NetBSD

* Support newer NetBSD with OPSYS_VERSION like openjdk17

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Sun Aug 28 13:58:00 2022 UTC (12 months, 4 weeks ago) by spz
Branch: pkgsrc-2022Q2
Changes since 1.34: +4 -11 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

Pullup ticket #6668 - requested by khorben
lang/openjdk8: security update
lang/openjdk11: security update

Revisions pulled up:
- lang/openjdk11/Makefile                                       1.45
- lang/openjdk11/distinfo                                       1.35
- lang/openjdk11/patches/patch-make_common_NativeCompilation.gmk deleted
- lang/openjdk11/patches/patch-make_lib_Awt2dLibraries.gmk      deleted
- lang/openjdk11/patches/patch-src_hotspot_cpu_arm_c1__LIRAssembler__arm.cpp deleted
- lang/openjdk11/patches/patch-src_hotspot_cpu_arm_c1__LIRGenerator__arm.cpp deleted
- lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__arm_vm__version__bsd__arm__32.cpp deleted
- lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp deleted
- lang/openjdk11/patches/patch-src_java.desktop_share_native_libfontmanager_harfbuzz_hb-blob.cc deleted
- lang/openjdk8/Makefile                                        1.111-1.112
- lang/openjdk8/distinfo                                        1.89-1.91
- lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh 1.22
- lang/openjdk8/patches/patch-hotspot_src_cpu_aarch64_vm_pauth__aarch64.hpp deleted
- lang/openjdk8/patches/patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp 1.2-1.3
- lang/openjdk8/patches/patch-hotspot_src_share_vm_classfile_symbolTable.cpp deleted
- lang/openjdk8/patches/patch-hotspot_src_share_vm_gc__implementation_concurrentMarkSweep_compactibleFreeListSpace.cpp deleted
- lang/openjdk8/patches/patch-hotspot_src_share_vm_gc__implementation_g1_heapRegionSet.hpp deleted
- lang/openjdk8/patches/patch-hotspot_src_share_vm_memory_metaspace.cpp deleted
- lang/openjdk8/patches/patch-make_common_MakeBase.gmk          deleted

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Sun Jul 10 14:47:25 UTC 2022

   Modified Files:
           pkgsrc/lang/openjdk8: Makefile distinfo
           pkgsrc/lang/openjdk8/patches:
               patch-common_autoconf_generated-configure.sh
               patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp
   Added Files:
           pkgsrc/lang/openjdk8/patches: patch-make_common_MakeBase.gmk
   Removed Files:
           pkgsrc/lang/openjdk8/patches:
               patch-hotspot_src_share_vm_classfile_symbolTable.cpp
               patch-hotspot_src_share_vm_gc__implementation_concurrentMarkSweep_compactibleFreeListSpace.cpp
               patch-hotspot_src_share_vm_gc__implementation_g1_heapRegionSet.hpp
               patch-hotspot_src_share_vm_memory_metaspace.cpp

   Log Message:
   openjdk8: Update to 1.8.332

   CHangelog:
   Follow OpenJDK 8u332 GA.


   To generate a diff of this commit:
   cvs rdiff -u -r1.110 -r1.111 pkgsrc/lang/openjdk8/Makefile
   cvs rdiff -u -r1.88 -r1.89 pkgsrc/lang/openjdk8/distinfo
   cvs rdiff -u -r1.21 -r1.22 \
       pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh
   cvs rdiff -u -r1.1 -r1.2 \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_classfile_symbolTable.cpp \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_gc__implementation_concurrentMarkSweep_compactibleFreeListSpace.cpp \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_gc__implementation_g1_heapRegionSet.hpp \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_memory_metaspace.cpp
   cvs rdiff -u -r0 -r1.3 \
       pkgsrc/lang/openjdk8/patches/patch-make_common_MakeBase.gmk

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tnn
   Date:           Sun Jul 17 03:03:41 UTC 2022

   Modified Files:
           pkgsrc/lang/openjdk8: distinfo
           pkgsrc/lang/openjdk8/patches:
               patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp
   Added Files:
           pkgsrc/lang/openjdk8/patches:
               patch-hotspot_src_cpu_aarch64_vm_pauth__aarch64.hpp

   Log Message:
   openjdk8: fix NetBSD/evbarm-aarch64 build; PAC is only supported on Linux


   To generate a diff of this commit:
   cvs rdiff -u -r1.89 -r1.90 pkgsrc/lang/openjdk8/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_cpu_aarch64_vm_pauth__aarch64.hpp
   cvs rdiff -u -r1.2 -r1.3 \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tnn
   Date:           Mon Aug 15 12:23:06 UTC 2022

   Modified Files:
           pkgsrc/lang/openjdk11: Makefile distinfo
           pkgsrc/lang/openjdk8: Makefile distinfo
   Removed Files:
           pkgsrc/lang/openjdk11/patches: patch-make_common_NativeCompilation.gmk
               patch-make_lib_Awt2dLibraries.gmk
               patch-src_hotspot_cpu_arm_c1__LIRAssembler__arm.cpp
               patch-src_hotspot_cpu_arm_c1__LIRGenerator__arm.cpp
               patch-src_hotspot_os__cpu_bsd__arm_vm__version__bsd__arm__32.cpp
               patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp
               patch-src_java.desktop_share_native_libfontmanager_harfbuzz_hb-blob.cc
           pkgsrc/lang/openjdk8/patches:
               patch-hotspot_src_cpu_aarch64_vm_pauth__aarch64.hpp
               patch-make_common_MakeBase.gmk

   Log Message:
   openjdk*: Security & bugfix update for the long term support branches

   Upstream kindly merged many of the NetBSD-specific patches. Thanks! <3


   To generate a diff of this commit:
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/openjdk11/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/openjdk11/distinfo
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/lang/openjdk11/patches/patch-make_common_NativeCompilation.gmk \
       pkgsrc/lang/openjdk11/patches/patch-make_lib_Awt2dLibraries.gmk \
       pkgsrc/lang/openjdk11/patches/patch-src_hotspot_cpu_arm_c1__LIRAssembler__arm.cpp \
       pkgsrc/lang/openjdk11/patches/patch-src_hotspot_cpu_arm_c1__LIRGenerator__arm.cpp \
       pkgsrc/lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__arm_vm__version__bsd__arm__32.cpp \
       pkgsrc/lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp
   cvs rdiff -u -r1.2 -r0 \
       pkgsrc/lang/openjdk11/patches/patch-src_java.desktop_share_native_libfontmanager_harfbuzz_hb-blob.cc
   cvs rdiff -u -r1.111 -r1.112 pkgsrc/lang/openjdk8/Makefile
   cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/openjdk8/distinfo
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/lang/openjdk8/patches/patch-hotspot_src_cpu_aarch64_vm_pauth__aarch64.hpp
   cvs rdiff -u -r1.3 -r0 \
       pkgsrc/lang/openjdk8/patches/patch-make_common_MakeBase.gmk

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 15 12:23:05 2022 UTC (13 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.34: +4 -11 lines
Diff to previous 1.34 (colored)

openjdk*: Security & bugfix update for the long term support branches

Upstream kindly merged many of the NetBSD-specific patches. Thanks! <3

Revision 1.34 / (download) - annotate - [select for diffs], Wed May 25 19:53:26 2022 UTC (16 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base
Branch point for: pkgsrc-2022Q2
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

openjdk11: fix distfile name

Revision 1.33 / (download) - annotate - [select for diffs], Wed May 25 19:41:49 2022 UTC (16 months ago) by tnn
Branch: MAIN
Changes since 1.32: +4 -1 lines
Diff to previous 1.32 (colored)

openjdk{11,17}: add bootstrap for NetBSD earmv[67]hf

Caution: It takes ~2 days to build on typical 32-bit hardware.
I recommend to build in a 32-bit chroot on aarch64.

Revision 1.32 / (download) - annotate - [select for diffs], Wed May 25 06:05:34 2022 UTC (16 months ago) by tnn
Branch: MAIN
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (colored)

openjdk{11,17}: fix build issues on earmv[67]hf

Revision 1.31 / (download) - annotate - [select for diffs], Sat May 14 12:02:56 2022 UTC (16 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.30: +1 -4 lines
Diff to previous 1.30 (colored)

openjdk*: remove broken patches that used misspelled __NetBSD_Version__

These were for NetBSD < 8. But since broken #ifdefs did not cause a compile
error we have been using compatibility waitid(2) code where we shouldn't.
Bump PKGREVISIONs.

Revision 1.30 / (download) - annotate - [select for diffs], Tue May 10 14:33:49 2022 UTC (16 months, 2 weeks ago) by ryoon
Branch: MAIN
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored)

openjdk11: Update to 1.11.0.15.10

Changelog:
OpenJDK 11.0.15 Released

New in release OpenJDK 11.0.15 (2022-04-19):
=============================================
Live versions of these release notes can be found at:
  * https://bit.ly/openjdk11015
  * https://builds.shipilev.net/backports-monitor/release-notes-11.0.15.txt

* New features
  - JDK-8253795: Implementation of JEP 391: macOS/AArch64 Port
* Security fixes
  - JDK-8269938: Enhance XML processing passes redux
  - JDK-8270504, CVE-2022-21426: Better XPath expression handling
  - JDK-8272255: Completely handle MIDI files
  - JDK-8272261: Improve JFR recording file processing
  - JDK-8272594: Better record of recordings
  - JDK-8274221: More definite BER encodings
  - JDK-8275082, JDK-8278008, CVE-2022-21476: Update XML Security for Java to 2.3.0
  - JDK-8275151, CVE-2022-21443: Improved Object Identification
  - JDK-8277227: Better identification of OIDs
  - JDK-8277672, CVE-2022-21434: Better invocation handler handling
  - JDK-8278356: Improve file creation
  - JDK-8278449: Improve keychain support
  - JDK-8278798: Improve supported intrinsic
  - JDK-8278805: Enhance BMP image loading
  - JDK-8278972, CVE-2022-21496: Improve URL supports
  - JDK-8281388: Change wrapping of EncryptedPrivateKeyInfo
* Other changes
  - JDK-8065704: Set LC_ALL=C for all relevant commands in the build system
  - JDK-8177814: jdk/editpad is not in jdk TEST.groups
  - JDK-8186780: clang fastdebug assertion failure in os_linux_x86:os::verify_stack_alignment()
  - JDK-8190748: java/text/Format/DateFormat/DateFormatTest.java and NonGregorianFormatTest fail intermittently
  - JDK-8193277: SimpleFileObject inconsistency between getName and getShortName
  - JDK-8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable
  - JDK-8202142: jfr/event/io/TestInstrumentation is unstable
  - JDK-8207011: Remove uses of the register storage class specifier
  - JDK-8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
  - JDK-8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
  - JDK-8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
  - JDK-8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading
  - JDK-8211170: AArch64: Warnings in C1 and template interpreter
  - JDK-8211333: AArch64: Fix another build failure after JDK-8211029
  - JDK-8214004: Missing space between compiler thread name and task info in hs_err
  - JDK-8214026: Canonicalized archive paths appearing in diagnostics
  - JDK-8214761: Bug in parallel Kahan summation implementation
  - JDK-8216969: ParseException thrown for certain months with russian locale
  - JDK-8220634: SymLinkArchiveTest should handle not being able to create symlinks
  - JDK-8222825: ARM32 SIGILL issue on single core CPU (not supported PLDW instruction)
  - JDK-8223142: Clean-up WS and CB.
  - JDK-8225559: assertion error at TransTypes.visitApply
  - JDK-8232533: G1 uses only a single thread for pretouching the java heap
  - JDK-8233827: Enable screenshots in the enhanced failure handler on Linux/macOS
  - JDK-8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
  - JDK-8234930: Use MAP_JIT when allocating pages for code cache on macOS
  - JDK-8236210: javac generates wrong annotation for fields generated from record components
  - JDK-8236505: Mark jdk/editpad/EditPadTest.java as @headful
  - JDK-8237787: rewrite vmTestbase/vm/compiler/CodeCacheInfo* from shell to java
  - JDK-8237798: rewrite vmTestbase/jit/tiered from shell to java
  - JDK-8239502: [TEST_BUG] Test javax/swing/text/FlowView/6318524/bug6318524.java never fails
  - JDK-8240904: Screen flashes on test failures when running tests from make
  - JDK-8241004: NMT tests fail on unaligned thread size with debug build
  - JDK-8241423: NUMA APIs fail to work in dockers due to dependent syscalls are disabled by default
  - JDK-8247272: SA ELF file support has never worked for 64-bit causing address to symbol name mapping to fail
  - JDK-8247515: OSX pc_to_symbol() lookup does not work with core files
  - JDK-8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests
  - JDK-8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols
  - JDK-8251126: nsk.share.GoldChecker should read golden file from ${test.src}
  - JDK-8251127: clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests
  - JDK-8251132: make main classes public in vmTestbase/jit tests
  - JDK-8251558: J2DBench should support shaped and translucent windows
  - JDK-8251998: remove usage of PropertyResolvingWrapper in vmTestbase/jit/t
  - JDK-8252005: narrow disabling of allowSmartActionArgs in vmTestbase
  - JDK-8253197: vmTestbase/nsk/jvmti/StopThread/stopthrd007/TestDescription.java fails with "ERROR: DebuggeeSleepingThread: ThreadDeath lost"
  - JDK-8253816: Support macOS W^X
  - JDK-8253817: Support macOS Aarch64 ABI in Interpreter
  - JDK-8253818: Support macOS Aarch64 ABI for compiled wrappers
  - JDK-8253819: Implement os/cpu for macOS/AArch64
  - JDK-8253839: Update tests and JDK code for macOS/Aarch64
  - JDK-8254072: AArch64: Get rid of --disable-warnings-as-errors on Windows+ARM64 build
  - JDK-8254085: javax/swing/text/Caret/TestCaretPositionJTextPane.java failed with "RuntimeException:  Wrong caret position"
  - JDK-8254827: JVMCI: Enable it for Windows+AArch64
  - JDK-8254940: AArch64: Cleanup non-product thread members
  - JDK-8254941: Implement Serviceability Agent for macOS/AArch64
  - JDK-8255035: Update BCEL to Version 6.5.0
  - JDK-8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale
  - JDK-8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider
  - JDK-8255776: Change build system for macOS/AArch64
  - JDK-8256154: Some TestNG tests require default constructors
  - JDK-8256321: Some "inactive" color profiles use the wrong profile class
  - JDK-8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state
  - JDK-8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c
  - JDK-8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305
  - JDK-8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
  - JDK-8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream)
  - JDK-8261205: AssertionError: Cannot add metadata to an intersection type
  - JDK-8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"
  - JDK-8262894: [macos_aarch64] SIGBUS in Assembler::ld_st2
  - JDK-8262896: [macos_aarch64] Crash in jni_fast_GetLongField
  - JDK-8262903: [macos_aarch64] Thread::current() called on detached thread
  - JDK-8263185: Mallinfo deprecated in glibc 2.33
  - JDK-8264650: Cross-compilation to macos/aarch64
  - JDK-8265150: AsyncGetCallTrace crashes on ResourceMark
  - JDK-8266168: -Wmaybe-uninitialized happens in check_code.c
  - JDK-8266170: -Wnonnull happens in classLoaderData.inline.hpp
  - JDK-8266171: -Warray-bounds happens in imageioJPEG.c
  - JDK-8266172: -Wstringop-overflow happens in vmError.cpp
  - JDK-8266173: -Wmaybe-uninitialized happens in jni_util.c
  - JDK-8266174: -Wmisleading-indentation happens in libmlib_image sources
  - JDK-8266176: -Wmaybe-uninitialized happens in libArrayIndexOutOfBoundsExceptionTest.c
  - JDK-8266187: Memory leak in appendBootClassPath()
  - JDK-8266421: Deadlock in Sound System
  - JDK-8266889: [macosx-aarch64] Crash with SIGBUS in MarkActivationClosure::do_code_blob during vmTestbase/nsk/jvmti/.../bi04t002 test run
  - JDK-8268014: Build failure on SUSE Linux Enterprise Server 11.4 (s390x) due to 'SYS_get_mempolicy' was not declared
  - JDK-8268542: serviceability/logging/TestFullNames.java tests only 1st test case
  - JDK-8268882: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
  - JDK-8270874: JFrame paint artifacts when dragged from standard monitor to HiDPI monitor
  - JDK-8271202: C1: assert(false) failed: live_in set of first block must be empty
  - JDK-8272345: macos doesn't check `os::set_boot_path()` result
  - JDK-8272473: Parsing epoch seconds at a DST transition with a non-UTC parser is wrong
  - JDK-8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication
  - JDK-8273277: C2: Move conditional negation into rc_predicate
  - JDK-8273341: Update Siphash to version 1.0
  - JDK-8273366: [testbug] javax/swing/UIDefaults/6302464/bug6302464.java fails on macOS12
  - JDK-8273433: Enable parallelism in vmTestbase_nsk_sysdict tests
  - JDK-8273438: Enable parallelism in vmTestbase/metaspace/stressHierarchy tests
  - JDK-8273514: java/util/DoubleStreamSums/CompensatedSums.java failure
  - JDK-8273575: memory leak in appendBootClassPath(), paths must be deallocated
  - JDK-8273634: [TEST_BUG] Improve javax/swing/text/ParagraphView/6364882/bug6364882.java
  - JDK-8273638: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
  - JDK-8273682: Upgrade Jline to 3.20.0
  - JDK-8273704: DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time
  - JDK-8273933: [TESTBUG] Test must run without preallocated exceptions
  - JDK-8274265: Suspicious string concatenation in logTestUtils.inline.hpp
  - JDK-8274338: com/sun/jdi/RedefineCrossEvent.java failed "assert(m != __null) failed: NULL mirror"
  - JDK-8274465: Fix javax/swing/text/ParagraphView/6364882/bug6364882.java failures
  - JDK-8274523: java/lang/management/MemoryMXBean/MemoryTest.java test should handle Shenandoah
  - JDK-8274524: SSLSocket.close() hangs if it is called during the ssl handshake
  - JDK-8274658: ISO 4217 Amendment 170 Update
  - JDK-8274714: Incorrect verifier protected access error message
  - JDK-8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily
  - JDK-8274795: AArch64: avoid spilling and restoring r18 in macro assembler
  - JDK-8275326: C2: assert(no_dead_loop) failed: dead loop detected
  - JDK-8275536: Add test to check that File::lastModified returns same time stamp as Files.getLastModifiedTime
  - JDK-8275610: C2: Object field load floats above its null check resulting in a segfault
  - JDK-8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11
  - JDK-8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
  - JDK-8275811: Incorrect instance to dispose
  - JDK-8276105: C2: Conv(D|F)2(I|L)Nodes::Ideal should handle rounding correctly
  - JDK-8276141: XPathFactory set/getProperty method
  - JDK-8276177: nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption failed with "assert(def_ik->is_being_redefined()) failed: should be being redefined to get here"
  - JDK-8276314: [JVMCI] check alignment of call displacement during code installation
  - JDK-8276623: JDK-8275650 accidentally pushed "out" file
  - JDK-8277328: jdk/jshell/CommandCompletionTest.java failures on Windows
  - JDK-8277342: vmTestbase/nsk/stress/strace/strace004.java fails with SIGSEGV in InstanceKlass::jni_id_for
  - JDK-8277385: Zero: Enable CompactStrings support
  - JDK-8277441: CompileQueue::add fails with assert(_last->next() == __null) failed: not last
  - JDK-8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
  - JDK-8277488: Add expiry exception for Digicert (geotrustglobalca) expiring in May 2022
  - JDK-8277795: ldap connection timeout not honoured under contention
  - JDK-8277796: Bump update version for OpenJDK: jdk-11.0.15
  - JDK-8277992: Add fast jdk_svc subtests to jdk:tier3
  - JDK-8278115: gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx
  - JDK-8278116: runtime/modules/LoadUnloadModuleStress.java has duplicate -Xmx
  - JDK-8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux
  - JDK-8278309: [windows] use of uninitialized OSThread::_state
  - JDK-8278381: [GCC 11] Address::make_raw() does not initialize rspec
  - JDK-8278384: Bytecodes::result_type() for arraylength returns T_VOID instead of T_INT
  - JDK-8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134
  - JDK-8278871: [JVMCI] assert((uint)reason < 2* _trap_hist_limit) failed: oob
  - JDK-8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
  - JDK-8279077: JFR crashes on Linux ppc due to missing crash protector in signal handler
  - JDK-8279225: [arm32] C1 longs comparison operation destroys argument registers
  - JDK-8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest
  - JDK-8279379: GHA: Print tests that are in error
  - JDK-8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition
  - JDK-8279702: [macosx] ignore xcodebuild warnings on M1
  - JDK-8279833: Loop optimization issue in String.encodeUTF8_UTF16
  - JDK-8279924: [PPC64, s390] implement frame::is_interpreted_frame_valid checks
  - JDK-8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id"
  - JDK-8280155: [PPC64, s390] frame size checks are not yet correct
  - JDK-8280414: Memory leak in DefaultProxySelector
  - JDK-8280526: x86_32 Math.sqrt performance regression with -XX:UseSSE={0,1}
  - JDK-8280999: array_bounds should be array-bounds after 8278507
  - JDK-8281061: [s390] JFR runs into assertions while validating interpreter frames
  - JDK-8281520: JFR: A wrong parameter is passed to the constructor of LeakKlassWriter
  - JDK-8281599: test/lib/jdk/test/lib/KnownOIDs.java is redundant since JDK-8268801
  - JDK-8282300: Throws NamingException instead of InvalidNameException after JDK-8278972
  - JDK-8282372: [11] build issue on MacOS/aarch64 12.2.1 using Xcode 13.1: call to 'log2_intptr' is ambiguous
  - JDK-8282397: createTempFile method of java.io.File is failing when called with suffix of spaces character
  - JDK-8282761: XPathFactoryImpl remove setProperty and getProperty methods
  - JDK-8283018: 11u GHA: Update GCC 9 minor versions
  - JDK-8283270: [11u] broken JRT_ENTRY_NO_ASYNC after Backport of JDK-8253795
  - JDK-8283778: 11u GHA: Fix GCC 9 ubuntu package names
  - JDK-8284548: Invalid XPath expression causes StringIndexOutOfBoundsException
  - JDK-8284920: Incorrect Token type causes XPath expression to return empty result

Notes on individual issues:
===========================

core-libs/java.io:

JDK-8278356: Improve file creation
==================================
This release changes the Windows implementation of `java.io.File` so
that stricter validity checks are performed by default on file
paths. This includes disallowing colons (??:??) in the path other than
immediately after a single drive letter. It also disallows paths which
represent NTFS Alternate Data Streams (ADS) such as
??filename:streamname??. To disable strict path checking in
`java.io.File`, the system property `jdk.io.File.enableADS` should be
set to `true` (case ignored). This might be preferable if, for
example, Windows special device paths such as `NUL:` are used.

security-libs/javax.crypto:pkcs11:

JDK-8275737: SunPKCS11 Provider Supports ChaCha20-Poly1305 Cipher and ChaCha20 KeyGenerator if Supported by PKCS11 Library
==========================================================================================================================
SunPKCS11 provider is enhanced to support the following crypto
services and algorithms when the underlying PKCS11 library supports
the corresponding PKCS#11 mechanisms:

* ChaCha20 KeyGenerator <=> CKM_CHACHA20_KEY_GEN mechanism
* ChaCha20-Poly1305 Cipher <=> CKM_CHACHA20_POLY1305 mechanism
* ChaCha20-Poly1305 AlgorithmParameters <=> CKM_CHACHA20_POLY1305 mechanism
* ChaCha20 SecretKeyFactory <=> CKM_CHACHA20_POLY1305 mechanism

Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 5 14:47:24 2022 UTC (18 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.28: +7 -1 lines
Diff to previous 1.28 (colored)

openjdk11: restore checksums

Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 1 13:51:44 2022 UTC (18 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.27: +4 -19 lines
Diff to previous 1.27 (colored)

openjdk11: Update to 1.11.0.14.9

* Some NetBSD-specific patches are merged by upstream.

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.14 GA
    More fixes for LLVM/Clang 13
    OpenBSD fixes
    Improved NetBSD support

Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 21 14:20:08 2021 UTC (22 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.26: +7 -7 lines
Diff to previous 1.26 (colored)

openjdk11: Update to 1.11.0.13.8

* bsd-port repository is changed to https://github.com/battleblow/jdk11u .

Changelog:
11.0.13
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.13 GA
    Build fixes for LLVM 13 and fastdebug

11.0.12
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.12 GA

Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 7 14:21:03 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.25: +1 -5 lines
Diff to previous 1.25 (colored)

lang: Remove SHA1 hashes for distfiles

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 4 17:06:35 2021 UTC (2 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

openjdk11: Internal libraries should not use PREFIX/lib for rpath

libjsound.so on NetBSD uses PREFIX/lib/libasound.so and add PREFIX/lib
to rpath of libjsound.so.
Fix confusion against devel/libnet.
Reported by manu@ on tech-pkg@.

Bump PKGREVISON.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jun 28 22:53:05 2021 UTC (2 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.23: +6 -1 lines
Diff to previous 1.23 (colored)

openjdk11: assorted armv[67] build fixes

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 27 08:53:54 2021 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.22: +6 -6 lines
Diff to previous 1.22 (colored)

openjdk11: update to 1.11.0.11.9

Update to 11.0.11 GA
FreeBSD support for armv6/7

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 6 13:02:45 2021 UTC (2 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.21: +9 -1 lines
Diff to previous 1.21 (colored)

openjdk11: restore checksums

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 1 15:51:55 2021 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.20: +6 -14 lines
Diff to previous 1.20 (colored)

openjdk11: Update to 1.11.0.10.9

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.10 GA
    Clang 11 build fix
    FreeBSD PPC64 LE support

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 26 22:46:04 2020 UTC (2 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.19: +9 -1 lines
Diff to previous 1.19 (colored)

openjdk11: put back non-amd64 bootstrap checksums

Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 26 15:16:30 2020 UTC (2 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.18: +5 -13 lines
Diff to previous 1.18 (colored)

openjdk11: Update to 1.11.0.9.11

Changelog:
New in release OpenJDK 11.0.9 (2020-10-20):
===========================================
* New features
  - JDK-8250784: Shenandoah: A Low-Pause-Time Garbage Collector
* Security fixes
  - JDK-8233624: Enhance JNI linkage
  - JDK-8236196: Improve string pooling
  - JDK-8236862, CVE-2020-14779: Enhance support of Proxy class
  - JDK-8237990, CVE-2020-14781: Enhanced LDAP contexts
  - JDK-8237995, CVE-2020-14782: Enhance certificate processing
  - JDK-8240124: Better VM Interning
  - JDK-8241114, CVE-2020-14792: Better range handling
  - JDK-8242680, CVE-2020-14796: Improved URI Support
  - JDK-8242685, CVE-2020-14797: Better Path Validation
  - JDK-8242695, CVE-2020-14798: Enhanced buffer support
  - JDK-8243302: Advanced class supports
  - JDK-8244136, CVE-2020-14803: Improved Buffer supports
  - JDK-8244479: Further constrain certificates
  - JDK-8244955: Additional Fix for JDK-8240124
  - JDK-8245407: Enhance zoning of times
  - JDK-8245412: Better class definitions
  - JDK-8245417: Improve certificate chain handling
  - JDK-8248574: Improve jpeg processing
  - JDK-8249927: Specify limits of jdk.serialProxyInterfaceLimit
  - JDK-8253019: Enhanced JPEG decoding
* Other changes
  - JDK-6532025: GIF reader throws misleading exception with truncated images
  - JDK-6949753: [TEST BUG]: java/awt/print/PageFormat/PDialogTest.java needs update by removing a infinite loop
  - JDK-8022535: [TEST BUG] javax/swing/text/html/parser/Test8017492.java fails
  - JDK-8062947: Fix exception message to correctly represent LDAP connection failure
  - JDK-8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
  - JDK-8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
  - JDK-8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect
  - JDK-8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
  - JDK-8172404: Tools should warn if weak algorithms are used before restricting them
  - JDK-8193367: Annotated type variable bounds crash javac
  - JDK-8202117: com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently: Connection reset
  - JDK-8203026: java.rmi.NoSuchObjectException: no such object in table
  - JDK-8203281: [Windows] JComboBox change in ui when editor.setBorder() is called
  - JDK-8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
  - JDK-8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
  - JDK-8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
  - JDK-8204963: javax.swing.border.TitledBorder has a memory leak
  - JDK-8204994: SA might fail to attach to process with "Windbg Error: WaitForEvent failed"
  - JDK-8205534: Remove SymbolTable dependency from serviceability agent
  - JDK-8206309: Tier1 SA tests fail
  - JDK-8208281: java/nio/channels/AsynchronousSocketChannel/Basic.java timed out
  - JDK-8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
  - JDK-8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
  - JDK-8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
  - JDK-8209343: Test javax/swing/border/TestTitledBorderLeak.java should be marked as headful
  - JDK-8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
  - JDK-8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2
  - JDK-8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
  - JDK-8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
  - JDK-8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
  - JDK-8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
  - JDK-8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack
  - JDK-8210560: [TEST] convert com/sun/jdi redefineClass-related tests
  - JDK-8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds
  - JDK-8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
  - JDK-8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
  - JDK-8210977: jdk/jfr/event/oldobject/TestThreadLocalLeak.java fails to find ThreadLocalObject
  - JDK-8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
  - JDK-8211694: JShell: Redeclared variable should be reset
  - JDK-8212200: assert when shared java.lang.Object is redefined by JVMTI agent
  - JDK-8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
  - JDK-8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
  - JDK-8212807: tools/jar/multiRelease/Basic.java times out
  - JDK-8213182: Minimal VM build failure after JDK-8212200 (assert when shared java.lang.Object is redefined by JVMTI agent)
  - JDK-8213214: Set -Djava.io.tmpdir= when running tests
  - JDK-8213275: ReplaceCriticalClasses.java fails with jdk.internal.vmn string table expansion when dumping lots of CDS classes
  - JDK-8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface
  - JDK-8214074: Ghash optimization using AVX instructions
  - JDK-8214491: Upgrade sts failing intermitently with \"Problem cleaning up the following threads:\"
  - JDK-8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed
  - JDK-8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
 l to 1 on Windows
  - JDK-8216974: HttpConnection not returned to the pool after 204 response
  - JDK-8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
  - JDK-8219712: code_size2 (defined in stub_routines_x86.hpCPUs
  - JDK-8220150: macos10.14 Mojave returns anti-aliased glyphs instead of aliased B&W glyphs
  - JDK-8221658: aarch64: add necessary predicate for ubfx patterns
  - JDK-8221759: Crash when completing \"java.io.File.path\"
  - JDK-8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
  - JDK-8222074: Enhance auto vectorization for x86
  - JDK-8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
  - JDK-8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
  - JDK-8223688: JShell: crash on the instantiation of raw anonymous class
  - JDK-8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
  - JDK-8223940: Private key not supported by chosen signature algorithm
  - JDK-8224184: jshell got IOException at exiting with AIX
  - JDK-8224234: compiler/codegen/TestCharVect2.java fails in test_mulc
  - JDK-8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
  - JDK-8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
  - JDK-8226536: Catch OOM from deopt that fails rematerializing objects
  - JDK-8226575: OperatingSystemMXBean should be made container aware
  - JDK-8226697: Several tests which need the @key headful keyword are missing it.
  - JDK-8226809: Circular reference in printed stack trace is not correctly indented & ambiguous
  - JDK-8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
  - JDK-8227269: Slow class loading when running with JDWP
  - JDK-8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
  - JDK-8228448: Jconsole can't connect to itself
  - JDK-8228967: Trust/Key store and SSL context utilities for tests
  - JDK-8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
  - JDK-8229815: Upgrade Jline to 3.12.1
  - JDK-8230000: some httpclients testng tests run zero test
  - JDK-8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
  - JDK-8230010: Remove jdk8037819/BasicTest1.java
  - JDK-8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
  - JDK-8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"
  - JDK-8230767: FlightRecorderListener returns null recording
  - JDK-8230870: (zipfs) Add a ZIP FS test that is similar to test/jdk/java/util/zip/EntryCount64k.java
  - JDK-8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
  - JDK-8231586: enlarge encoding space for OopMapValue offsets
  - JDK-8231953: Wrong assumption in assertion in oop::register_oop
  - JDK-8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
  - JDK-8232083: Minimal VM is broken after JDK-8231586
  - JDK-8232161: Align some one-way conversion in MS950 charset with Windows
  - JDK-8232855: jshell missing word in /help help
  - JDK-8233027: OopMapSet::all_do does oms.next() twice during iteration
  - JDK-8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR
  - JDK-8233386: Initialize NULL fields for unused decorations
  - JDK-8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
  - JDK-8233686: XML transformer uses excessive amount of memory
  - JDK-8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
  - JDK-8233829: javac cannot find non-ASCII module name under non-UTF8 environment
  - JDK-8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
  - JDK-8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
  - JDK-8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
  - JDK-8234149: Several regression tests do not dispose Frame at end
  - JDK-8234347: "Turkey" meta time zone does not generate composed localized names
  - JDK-8234385: [TESTBUG] java/awt/EventQueue/6980209/bug6980209.java fails in linux nightly
  - JDK-8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
  - JDK-8234541: C1 emits an empty message when it inlines successfully
  - JDK-8234687: change javap reporting on unknown attributes
  - JDK-8236464: SO_LINGER option is ignored by SSLSocket in JDK 11
  - JDK-8236548: Localized time zone name inconsistency between English and other locales
  - JDK-8236617: jtreg test containers/docker/TestMemoryAwareness.java fails after 8226575
  - JDK-8237182: Update copyright header for shenandoah and epsilon files
  - JDK-8237888: security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java fails when checking validity interval
  - JDK-8237977: Further update javax/net/ssl/compatibility/Compatibility.java
  - JDK-8238270: java.net HTTP/2 client does not decrease stream count when receives 204 response
  - JDK-8238284: [macos] Zero VM build fails due to an obvious typo
  - JDK-8238380: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10
  - JDK-8238386: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c "multiple definition" link errors with GCC10
  - JDK-8238388: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10
  - JDK-8238448: RSASSA-PSS signature verification fail when using certain odd key sizes
  - JDK-8238710: LingeredApp doesn't log stdout/stderr if exits with non-zero code
  - JDK-8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");
  - JDK-8239385: KerberosTicket client name refers wrongly to sAMAccountName in AD
  - JDK-8240169: javadoc fails to link to non-modular api docs
  - JDK-8240295: hs_err elapsed time in seconds is not accurate enough
  - JDK-8240360: NativeLibraryEvent has wrong library name on Linux
  - JDK-8240676: Meet not symmetric failure when running lucene on jdk8
  - JDK-8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support
  - JDK-8241065: Shenandoah: remove leftover code after JDK-8231086
  - JDK-8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
  - JDK-8241130: com.sun.jndi.ldap.EventSupport.removeDeadNotifier: java.lang.NullPointerException
  - JDK-8241138: http.nonProxyHosts=* causes StringIndexOutOfBoundsException in DefaultProxySelector
  - JDK-8241319: WB_GetCodeBlob doesn't have ResourceMark
  - JDK-8241478: vmTestbase/gc/gctests/Steal/steal001/steal001.java fails with OOME
  - JDK-8241574: Shenandoah: remove ShenandoahAssertToSpaceClosure
  - JDK-8241750: x86_32 build failure after JDK-8227269
  - JDK-8242184: CRL generation error with RSASSA-PSS
  - JDK-8242283: Can't start JVM when java home path includes non-ASCII character
  - JDK-8242556: Cannot load RSASSA-PSS public key with non-null params from byte array
  - JDK-8243029: Rewrite javax/net/ssl/compatibility/Compatibility.java with a flexible interop test framework
  - JDK-8243138: Enhance BaseLdapServer to support starttls extended request
  - JDK-8243320: Add SSL root certificates to Oracle Root CA program
  - JDK-8243321: Add Entrust root CA - G4 to Oracle Root CA program
  - JDK-8243389: enhance os::pd_print_cpu_info on linux
  - JDK-8243453: java --describe-module failed with non-ASCII module name under non-UTF8 environment
  - JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp
  - JDK-8243489: Thread CPU Load event may contain wrong data for CPU time under certain conditions
  - JDK-8243925: Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)
  - JDK-8244087: 2020-04-24 public suffix list update
  - JDK-8244151: Update MUSCLE PC/SC-Lite headers to the latest release 1.8.26
  - JDK-8244164: AArch64: jaotc generates incorrect code for compressed OOPs with non-zero heap base
  - JDK-8244196: adjust output in os_linux
  - JDK-8244225: stringop-overflow warning on strncpy call from compile_the_world_in
  - JDK-8244287: JFR: Methods samples have line number 0
  - JDK-8244703: "platform encoding not initialized" exceptions with debugger, JNI
  - JDK-8244719: CTW: C2 compilation fails with "assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it"
  - JDK-8244729: Shenandoah: remove resolve paths from SBSA::generate_shenandoah_lrb
  - JDK-8244763: Update --release 8 symbol information after JSR 337 MR3
  - JDK-8244818: Java2D Queue Flusher crash while moving application window to external monitor
  - JDK-8245151: jarsigner should not raise duplicate warnings on verification
  - JDK-8245616: Bump update version for OpenJDK: jdk-11.0.9
  - JDK-8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch
  - JDK-8245801: StressRecompilation triggers assert "redundunt OSR recompilation detected. memory leak in CodeCache!"
  - JDK-8245832: JDK build make-static-libs should build all JDK libraries
  - JDK-8245880: Shenandoah: check class unloading flag early in concurrent code root scan
  - JDK-8245981: Upgrade to jQuery 3.5.1
  - JDK-8246027: Minimal fastdebug build broken after JDK-8245801
  - JDK-8246094: [macos] Sound Recording and playback is not working
  - JDK-8246153: TestEliminateArrayCopy fails with -XX:+StressReflectiveCode
  - JDK-8246193: Possible NPE in ENC-PA-REP search in AS-REQ
  - JDK-8246196: javax/management/MBeanServer/OldMBeanServerTest fails with AssertionError
  - JDK-8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
  - JDK-8246330: Add TLS Tests for Legacy ECDSA curves
  - JDK-8246453: TestClone crashes with "all collected exceptions must come from the same place"
  - JDK-8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
  - JDK-8247350: [aarch64] assert(false) failed: wrong size of mach node
  - JDK-8247502: PhaseStringOpts crashes while optimising effectively dead code
  - JDK-8247615: Initialize the bytes left for the heap sampler
  - JDK-8247824: CTW: C2 (Shenandoah) compilation fails with SEGV in SBC2Support::pin_and_expand
  - JDK-8247874: Replacement in VersionProps.java.template not working when --with-vendor-bug-url contains '&'
  - JDK-8247979: aarch64: missing side effect of killing flags for clearArray_reg_reg
  - JDK-8248214: Add paddings for TaskQueueSuper to reduce false-sharing cache contention
  - JDK-8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
  - JDK-8248348: Regression caused by the update to BCEL 6.0
  - JDK-8248385: [testbug][11u] Adapt TestInitiExceptions to jtreg 5.1
  - JDK-8248495: [macos] zerovm is broken due to libffi headers location
  - JDK-8248851: CMS: Missing memory fences between free chunk check and klass read
  - JDK-8248987: AOT's Linker.java seems to eagerly fail-fast on Windows
  - JDK-8249159: Downport test rework for SSLSocketTemplate from 8224650
  - JDK-8249215: JFrame::setVisible crashed with -Dfile.encoding=UTF-8 on Japanese Windows.
  - JDK-8249251: [dark_mode ubuntu 20.04] The selected menu is not highlighted in GTKLookAndFeel
  - JDK-8249255: Build fails if source code in cygwin home dir
  - JDK-8249277: TestVerifyIterativeGVN.java is failing with timeout in OpenJDK 11
  - JDK-8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
  - JDK-8249560: Shenandoah: Fix racy GC request handling
  - JDK-8249801: Shenandoah: Clear soft-refs on requested GC cycle
  - JDK-8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
  - JDK-8250582: Revert Principal Name type to NT-UNKNOWN when requesting TGS Kerberos tickets
  - JDK-8250609: C2 crash in IfNode::fold_compares
  - JDK-8250627: Use -XX:+/-UseContainerSupport for enabling/disabling Java container metrics
  - JDK-8250755: Better cleanup for jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java
  - JDK-8250787: Provider.put no longer registering aliases in FIPS env
  - JDK-8250826: jhsdb does not work with coredump which comes from Substrate VM
  - JDK-8250827: Shenandoah: needs to reset/finish StringTable's dead count before/after parallel walk
  - JDK-8250844: Make sure {type,obj}ArrayOopDesc accessors check the bounds
  - JDK-8251117: Cannot check P11Key size in P11Cipher and P11AEADCipher
  - JDK-8251354: Shenandoah: Fix jdk/jfr/tool/TestPrintJSON.java test failure
  - JDK-8251451: Shenandoah: Remark ObjectSynchronizer roots with I-U
  - JDK-8251469: Better cleanup for test/jdk/javax/imageio/SetOutput.java
  - JDK-8251487: Shenandoah: missing detail timing tracking for final mark cleaning phase
  - JDK-8252120: compiler/oracle/TestCompileCommand.java misspells "occured"
  - JDK-8252157: JDK-8231209 11u backport breaks jmm binary compatibility
  - JDK-8252258: [11u] JDK-8242154 changes the default vendor
  - JDK-8252804: [test] Fix 'ReleaseDeflater.java' test after downport of 8234011
  - JDK-8253134: JMM_VERSION should remain at 0x20020000 (JDK 10) in JDK 11
  - JDK-8253283: [11u] Test build/translations/VerifyTranslations.java failing after JDK-8252258
  - JDK-8253813: Backout JDK-8244287 from 11u: it causes several crashes

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 11 16:15:46 2020 UTC (3 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.17: +5 -8 lines
Diff to previous 1.17 (colored)

openjdk11: Update to 1.11.0.8.10

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.8 GA
    Build fixes for OpenBSD (libjsound, system limits)

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 4 01:10:38 2020 UTC (3 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

openjdk11: Enable ALSA audio support for NetBSD

Revision 1.16 / (download) - annotate - [select for diffs], Sat May 9 00:55:44 2020 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored)

openjdk11: enable support for NetBSD-*-aarch64. Add bootstrap binaries.

Only works on -current. See PR port-evbarm/55248 for 9.0 caveats.

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 7 09:09:15 2020 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

openjdk11: remove icache patch, issue is fixed in src

Revision 1.14 / (download) - annotate - [select for diffs], Mon May 4 20:48:36 2020 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.13: +1 -5 lines
Diff to previous 1.13 (colored)

openjdk11: remove binutils from the distinfo

(it was for an uncommitted PKG_OPTION to build hsdis_aarch64.so)

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 4 20:46:10 2020 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.12: +6 -1 lines
Diff to previous 1.12 (colored)

openjdk11: apply band-aid for aarch64 ICache invalidation problem

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 18 01:31:42 2020 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

openjdk11: Fix distinfo to include NetBSD/i386 bootstrap kit

Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 16 11:51:26 2020 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +6 -10 lines
Diff to previous 1.10 (colored)

openjdk11: Update to 1.11.0.7.10

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.7 GA
    Fixes for NetBSD (build, swing character input)


Securiy fixes:
CVE-2020-2803
CVE-2020-2805
CVE-2019-18197
CVE-2020-2816
CVE-2020-2781
CVE-2020-2830
CVE-2020-2767
CVE-2020-2800
CVE-2020-2778
CVE-2020-2764
CVE-2020-2754
CVE-2020-2755
CVE-2020-2773
CVE-2020-2756
CVE-2020-2757

Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 25 18:15:15 2020 UTC (3 years, 6 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (colored)

openjdk11: put back missing NetBSD i386 bootstrap checksums

Issue reported by John D. Baker on pkgsrc-users. These checksums were
lost during the last version update of this package.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 21 10:46:57 2020 UTC (3 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

lang/openjdk11: add patch for -Wchar-subscripts

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 11 02:30:42 2020 UTC (3 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

openjdk11: Add upstream bug report URIs to a patch

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 5 14:22:42 2020 UTC (3 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.6: +6 -14 lines
Diff to previous 1.6 (colored)

openjdk11: Update to 1.11.0.6.10

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.6 GA
    Fix remote HotSpot debugging on BSD
    Add support for setting thread names on BSD (useful for top -H)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 5 13:01:55 2020 UTC (3 years, 8 months ago) by rhialto
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

lang/openjdk11: add patch for harfbuzz with gcc-7.

See added patch file for the longer explanation; reported upstream via
https://github.com/harfbuzz/harfbuzz/issues/2084 .

Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 4 12:19:52 2019 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

fix patch checksum

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 4 12:19:25 2019 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

openjdk11: NetBSD/evbarm-aarch64 compile fixes (doesn't quite run yet)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 3 00:37:28 2019 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.2: +10 -7 lines
Diff to previous 1.2 (colored)

openjdk11: update to 11.0.5 GA and delete patches accepted by upstream

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 3 16:57:20 2019 UTC (3 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

openjdk11: build fix for -current

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 1 12:36:34 2019 UTC (3 years, 11 months ago) by tnn
Branch: MAIN

lang/openjdk11: import openjdk11-1.11.0.5.8 from pkgsrc-wip

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>