nia
41bbeca98b
doc: Updated audio/cmus to 2.9.1
2021-02-03 09:46:21 +00:00
nia
eb82b7d011
cmus: Update to 2.9.1
...
Adel Bordbari (1):
add amazon.theme (#975 )
Alex (1):
mute/unmute command (#934 )
Chris Grahn (1):
Fix bug on ppc64 caused by narrowing cast (#941 )
David Flatz (1):
play pregaps of songs by adding them at the end of the previous song (#983 )
Felipe (1):
Fix typo: it's->its (#947 )
Gregory Petrosyan (3):
cmus 2.9.0-rc0
cmus 2.9.0
cmus 2.9.1
Guillermo Bonvehí (1):
Make cmus-update*.py use env python and fix pidgin with py3 (#857 )
Jinwoo Park (1):
fixed playlist name searching (#906 )
Johannes Lange (1):
added "exiting" player status (#648 )
Jon Higgs (1):
Add `continue_album` option (#927 )
Lucius Martius (1):
Add support for 'DISCNUMBER' REM-field in CUE-sheets (#982 )
Mathieu Lemay (1):
Fix type of MPRIS2 fields title and album (#972 )
MyLegGuy (1):
properly calculate size of print string (#987 )
Nicu Borta (1):
ip/cdio.c: only declare track_comments_found if (#1030 )
Niko E (7):
Makes save -p consistent with documentation (#859 )
Fixes various compiler warning (#862 )
Fixes ffmpeg deprecations (#861 )
Changes yes_no_query to signal error on cmus exit (#858 )
Fixes incorect bit rate declaration for 24bit flac (#867 )
Makes :quit only prompt if -i is given (#888 )
Fixes truncation warnings by replacing %s with %.s (#1040 )
Patrick G (2):
Add *.lo to clean in Makefile (#864 )
Add note about overriding keybindings using rc (closes #742 ) (#866 )
Patrick Gaskin (15):
Make mouse behavior on playlist window consistent with library (#1011 )
Update zsh completion (#985 ) (#1019 )
Add gruvbox-warm.theme (#1014 )
Add -n option to win-add-{l,p,Q,q} to prevent selecting the next item (#1017 )
Add tree width options (#1018 )
Implement mouse events for status bar (#1013 )
Fix whitespace issues (#1021 )
Implement mouse events for title bar (#1025 )
Switch to GitHub Actions (#1026 )
Documentation improvements for keybindings and some commands (#1037 )
Spelling, grammar, and other improvements (#1024 )
Add comments about fg/bg color to gruvbox-warm.theme (#1038 )
Increase help view keybinding width (#1039 )
Remove unused functions in op/sndio.c (#1041 )
Fix playlist track selection (#1044 )
Shiba (1):
Add support for elogind (#846 )
Tim Gates (1):
docs: fix simple typo, speacial -> special (#1002 )
amangrewal (1):
Ensures all data sent on dbus is in utf8 (#847 ) (#871 )
edclements (2):
Stop after queue (resolves #696 ) (#1006 )
Shuffle first track (#893 ) (#1008 )
enigmatic-system (1):
Adding "--server SOCKET --passwd PASSWORD" section (#958 )
eshrh (1):
Add -f, --file to cmus-remote (#984 )
gavtroy (1):
Support R128_TRACK_GAIN / R128_ALBUM_GAIN tags (#994 )
jetomit (1):
Fix a crash when moving all tracks in a view (#916 )
lennonhill (1):
ip/mp4: add metadata support for bpm/tempo (#878 )
mrffr (1):
Allow push to accept no arguments (#937 )
tomty89 (4):
Avoid -I$(pwd) (#820 )
ip/ffmpeg: enable opus support (#865 )
bits-per-sample fixes (#870 )
misc_init: remove variable user_name (#898 )
2021-02-03 09:46:08 +00:00
nia
417d08c7cb
doc: Updated textproc/aspell-en to 2020.12.07.0
2021-02-03 09:37:39 +00:00
nia
7b22383720
aspell-en: Update to 2020.12.07.0
...
2020.12.07:
Updates to SCOWL 2020.12.07 which added some new words. The update
also fixed a number of variant problems and removed irregardless,
froward (+ derivatives) and perpend.
2021-02-03 09:37:21 +00:00
jaapb
4b459e0c8a
doc: Updated devel/ocaml-optint to 0.0.4nb1
2021-02-03 09:35:41 +00:00
jaapb
5c15902895
Fixed PLIST for devel/ocaml-optint with current dune. Revbump.
...
In short: the current version of dune doesn't build/install everything
anymore, just what it needs. The PLIST has been updated to reflect that.
2021-02-03 09:35:31 +00:00
schmonz
1a7d5cf659
doc: Updated www/lighttpd to 1.4.59
2021-02-03 08:49:59 +00:00
schmonz
ebb573aeb5
Update to 1.4.59. From the changelog:
...
Summary:
HTTP/2 enabled by default, mod_deflate zstd support, mod_ajp13
(new), bugfixes.
Future Scheduled Behavior Changes:
* graceful restart/shutdown default timeout will change from 0
(infinite/no timeout) to 5 seconds (or some similar non-zero period)
configure an alternative with:
server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
* mod_compress is DEPRECATED; use mod_deflate
mod_compress has been subsumed by mod_deflate
Note: mod_compress config options may be removed in a future release
* mod_geoip is DEPRECATED; use mod_maxminddb
Note: mod_geoip will be removed from a future lighttpd release
* mod_authn_mysql is DEPRECATED; use mod_authn_dbi
Note: mod_authn_mysql will be removed from a future lighttpd release
* mod_mysql_vhost is DEPRECATED; use mod_vhostdb_dbi or mod_vhostdb_mysql
Note: mod_mysql_vhost will be removed from a future lighttpd release
* mod_cml is DEPRECATED; use mod_magnet
Note: mod_cml will be removed from a future lighttpd release
Changes from 1.4.58:
* [mod_webdav] hide unused funcs depending on build
* [mod_mbedtls] include mbedtls/platform_util.h
* [mod_mbedtls] use local strncmp_const()
* [mod_gnutls] use local strncmp_const()
* [mod_dirlisting] place vars closer to where used
* [autotools] autoupdate; subst deprecated/obsolete
* [autoconf] update ax_prog_cc_for_build.m4
* [core] fix crash at shutdown w/ certain config
* [tests] use ephemeral ports in tests
* [mod_wolfssl] minor updates for wolfSSL v4.6.0
* [doc] create-mime.conf.pl improve case handling
* [mod_openssl] extend ssl.openssl.ssl-conf-cmd
* [mod_extforward] config warning for module order
* [mod_extforward] fix extforward.headers defaults (fixes #3051 )
* [multiple] use HTTP_HEADER_* enum before strcmp
* [multiple] replace buffer_is_equal_caseless_string
* [mod_dirlisting] quiet coverity false positive
* [doc] create-mime.conf.pl improve case handling
* [autoconf] fix LT_INIT syntax
* [doc] create-mime.conf.pl -v for warnings
* [core] fix crash in error trace if backend is down (fixes #3052 )
* [doc] create-mime.conf.pl -v silent for mult vnd
* [mod_openssl] update LIBRESSL_VERSION_NUMBER check
* [multiple] fix: honor CipherString for alt TLS lib
* [mod_openssl] set Ciphersuites once API available
* [mod_dirlisting] use fdopendir(), fstatat()
* [mod_deflate] support Accept-Encoding: zstd
* [mod_deflate] use zstd streaming API
* [mod_dirlisting] hide unused variable on MacOS
* [doc] add --with-zstd to INSTALL
* [mod_access] mark mod_access_check attribute pure
* [core] add decls in connections.h
* [build] update scripts/ci-build.sh
* [core] check ifdef WOLFSSL_SHA512 for SHA512 avail
* [build] scripts/ci-build.sh --with-nettle
* [mod_openssl] update LIBRESSL_VERSION_NUMBER check
* [build] scripts/ci-build.sh w/o --with-wolfssl
* [build] scripts/ci-build.sh adjustments
* [build] fix typo in src/CMakeLists.txt
* [build] adjust mbedtls vars in src/CMakeLists.txt
* [build] scripts/ci-build.sh adjustments
* [build] adjust crypto vars in src/CMakeLists.txt
* [core] avoid multiple definition of SHA512_CTX
* [build] adjust crypto vars in src/CMakeLists.txt
* [mod_alias] modify r->physical.path in place
* [build] scripts/ci-build.sh add --with-maxminddb
* build] scripts/ci-build.sh remove --with-maxminddb
* [mod_deflate] use zstd typedefs (minor cleanup)
* [mod_deflate] compat with zstd < v1.4.0
* [multiple] fix coverity warnings
* [multiple] fix TLS config string parsing
* [mod_gnutls] fix ssl.ca_dn_file data access
* [mod_wolfssl] wipe ssl_pemfile_pkey before free()
* [mod_wolfssl] fix syntax errors
* [multiple] fix TLS config string parsing
* [mod_gnutls] fix alt code for coverity
* [core] check more carefully after SSL_WANT_WRITE
* [core] fix 100% CPU spin if traffic limit hit
* [core] skip interest in POLLRDHUP after POLLRDHUP (#3059 )
* [TLS] detect expired stapling file at startup (fixes #3056 )
* [multiple] avoid duplicate parsing in trigger func (#3056 )
* [multiple] quiet some clang-analyzer warnings
* [core] enable HTTP/2 by default
* [mod_ajp13] AJPv13 Tomcat connector for lighttpd
* [core] const data_unset *array_get_element_klen()
* [core] tighten struct data_config and related code
* [core] fix merging large headers across mult reads (fixes #3059 )
* [mod_gnutls,mod_mbedtls] recog common cipherstring
* [build] fix typo in SConstruct (fixes #3061 )
* [mod_wolfssl] wolfSSL might repeat SNI_Callback()
* [TLS] fix invalid cfg warning
* [mod_openssl] fix acme-tls/1 challenge bootstrap
* [TLS] set r->uri.authority empty str upon accept()
* [mod_gnutls] fix acme-tls/1 challenge bootstrap
* [mod_nss] fix acme-tls/1 challenge bootstrap
* [mod_wolfssl] copy stapling buf for OCSP resp
* [mod_mbedtls] fix acme-tls/1 challenge bootstrap
* [mod_mbedtls] fix acme-tls/1 challenge bootstrap
* [mod_cgi] fix assert if empty X-Sendfile path (fixes #3062 )
* [mod_mbedtls] restore ALPN chk after client hello
* [core] re-validate h2 CONTINUATION frame len in cq
* [mod_mbedtls] remove redundant condition check
* [core] quiet coverity warning
2021-02-03 08:49:49 +00:00
gutteridge
c971233f8c
doc: Updated textproc/py-Levenshtein to 0.12.2
2021-02-03 01:09:44 +00:00
gutteridge
994672496f
py-Levenshtein: update to 0.12.2
...
Change log: Incorrect checking code was left in one function
2021-02-03 01:09:31 +00:00
pin
c3d818ca5f
doc: Updated sysutils/sfm to 0.2.0
2021-02-02 18:47:02 +00:00
pin
83fc620d77
sysutils/sfm: update to 0.2.0
...
Feature/copy actions (#6 )
-Add copy action to files and directory
-Fix move into itself error
-Update readmne and cargo.toml
2021-02-02 18:46:43 +00:00
pin
3a7cbb5b52
doc: Updated archivers/arqiver to 0.7.0
2021-02-02 18:45:32 +00:00
pin
045e4c7ac8
archivers/arqiver: update to 0.7.0
...
-Handle newlines and text tabs in item names as far as possible.
-Natural sorting of items by treating dot as a separator.
-Set the window title to the archive name.
-Added context menu to the archive path bar for copying path and opening
containing folder.
-Use 7z for uncompressed disk images and bsdtar for compressed ones.
-Added fallback icons for files and folders.
-Fixed emblemized icons with device pixel ratio.
2021-02-02 18:45:09 +00:00
jperkin
c2346e575e
mk/platform: Support known macOS SDK skew mapping.
...
For example, the recently release macOS 11.2 does not ship a 11.2 SDK, but
continues to use the compatible 11.1 SDK. This now works correctly without
having to enable OSX_TOLERATE_SDK_SKEW.
These should only be added for releases within the same major version where we
can guarantee compatibility.
2021-02-02 15:47:54 +00:00
taca
00b129b354
doc: Updated databases/ruby-sequel to 5.41.0
2021-02-02 15:36:46 +00:00
taca
4aa4fb956e
databases/ruby-sequel: update to 5.41.0
...
5.41.0 (2021-02-01)
* Have explicit :text option for a String column take priority over :size
option on PostgreSQL (jeremyevans) (#1750 )
* Support a :skip_invalid option in auto_validations plugin for not adding
errors to a column that already has an error (jeremyevans)
* Support a :skip_invalid option in validation_helpers for not adding an
error to a column that already has an error (jeremyevans)
* Support :adder, :remover, and :clearer association options that use
keyword arguments in Ruby 2.7+ (jeremyevans)
* Make pg_interval use the same number of seconds per year and per month
as ActiveSupport::Duration when using ActiveSupport 5.1+ (jeremyevans)
2021-02-02 15:36:20 +00:00
taca
f56c5ac973
doc: Updated www/drupal8 to 8.9.13
2021-02-02 15:34:04 +00:00
taca
7babfcc6f1
www/drupal8: update to 8.9.13
...
Update drupal8 to 8.9.13 (Drupal 8.9.13).
Fixes these security problems.
8.9.9 (2020-11-18)
Drupal core - Critical - Remote code execution - SA-CORE-2020-012
8.9.10 (2020-11-26)
Drupal core - Critical - Third-party library - SA-CORE-2020-013
8.9.13 (2021-01-20)
Drupal core - Critical - Third-party library - SA-CORE-2021-001
For more information, please refer each release announce.
https://www.drupal.org/project/drupal/releases/8.9.7
https://www.drupal.org/project/drupal/releases/8.9.8
https://www.drupal.org/project/drupal/releases/8.9.9
https://www.drupal.org/project/drupal/releases/8.9.10
https://www.drupal.org/project/drupal/releases/8.9.11
https://www.drupal.org/project/drupal/releases/8.9.12
https://www.drupal.org/project/drupal/releases/8.9.13
2021-02-02 15:33:41 +00:00
taca
f0bcfd391c
doc: Updated www/drupal7 to 7.78
2021-02-02 15:19:59 +00:00
taca
95615aca89
www/drupal7: update to 7.78
...
Drupal 7.78, 2021-01-19
-----------------------
- Fixed security issues:
- SA-CORE-2021-001
Drupal 7.77, 2020-12-03
-----------------------
- Hotfix for schema.prefixed tables
Drupal 7.76, 2020-12-02
-----------------------
- Support for MySQL 8
- Core tests pass in SQLite
- Better user flood control logging
2021-02-02 15:19:42 +00:00
taca
dd3b7f6626
doc: Updated devel/php-xdebug to 3.0.2
2021-02-02 15:03:57 +00:00
taca
45c2d01bb5
devel/php-xdebug: update to 3.0.2
...
3.0.2 (2021-01-04)
Fixed bugs:
- Fixed issue #1907 : Empty exception message when setting the $message
property to a stringable object
- Fixed issue #1910 : Code coverage misses constructor property promotion
code
- Fixed issue #1914 : Compillation failure on OpenBSD
- Fixed issue #1915 : Debugger should only start with XDEBUG_SESSION and
not XDEBUG_PROFILE
- Fixed issue #1918 : Warn if PHP's Garbage Collection is disabled in
gc_stats mode
- Fixed issue #1919 : Crash when enabling filter without the right mode
active
- Fixed issue #1921 : Xdebug does not start step debugging if
start_with_request=trigger
- Fixed issue #1922 : Code coverage misses array assignment lines
- Fixed issue #1924 : Deprecated INI settings displayed in phpinfo()
- Fixed issue #1925 : xdebug.start_with_request and start_upon_error
display inconsistent values
- Fixed issue #1926 : Add Xdebug mode's source to xdebug_info() output
- Fixed issue #1927 : Crash when calling xdebug_stop_trace without a trace
in progress
- Fixed issue #1928 : xdebug_stop_gcstats() can also return false
2021-02-02 15:03:36 +00:00
bsiegert
87f5c8db95
restic: add forgotten go-modules.mk.
...
Noticed by joerg@, thanks!
2021-02-02 14:13:16 +00:00
ryoon
af6150caa0
ipe, qgpgme, retroarch: Do not define MOC in each packages
...
They are defined in x11/qt5-qtbase/buildlink3.mk now.
2021-02-02 12:05:48 +00:00
ryoon
f01fa1288d
qt5-qtbase: Define MOC in buidlink3.mk
...
Do not define same lines in each packages.
From micha@.
2021-02-02 12:00:13 +00:00
ryoon
651be5783a
adoptopenjdk11-bin: Fix PLIST for Darwin/x86_64 and use ${PAX}
...
From bartoszkosiorek-tomtom
2021-02-02 11:57:40 +00:00
markd
9b4560f881
pulseaudio: fix PLIST for alsa option
2021-02-02 10:31:31 +00:00
markd
8a29231ade
add krusader
2021-02-02 10:17:33 +00:00
markd
8bca43186b
sysutils: add krusader
2021-02-02 10:12:59 +00:00
markd
53741fa961
krusader: Add version 2.7.2
...
from kikadf.01@gmail.com's wip package
Krusader is an advanced twin panel (commander style) file manager
for KDE Plasma and other desktops in the *nix world, similar to
Midnight or Total Commander. It provides all the file management
features you could possibly want. Plus: extensive archive handling,
mounted filesystem support, file transfers with (S)FTP, advanced
search module, copy/move queues, an internal viewer and editor,
directory synchronisation, file content comparisons, powerful batch
renaming, and much much more. It supports a wide variety of archive
formats and can handle other KIO slaves such as smb or fish. It is
(almost) completely customizable, very user friendly, fast and
looks great on your desktop!
2021-02-02 10:10:51 +00:00
wiz
fdbea04427
*: use perl.org consistently
2021-02-02 09:13:36 +00:00
gutteridge
a13605d469
ddd: move CXXFLAGS below bsd.prefs.mk inclusion for surety
2021-02-02 01:42:14 +00:00
gutteridge
ef38ca8415
ddd: fix SunOS builds in some recent contexts
2021-02-02 01:33:52 +00:00
gutteridge
7a674cee3e
java-jna: use ANT_ARGS consistently (follow-on build fix)
...
Fix my previous fix: apparently I misread something that was right in
front of me, whoops.
2021-02-02 01:18:24 +00:00
gdt
8530eedf9d
net/quagga: miscellaneous cleanups (no real changes)
...
This commit addresses a lot of minor pkglint things, with no resulting
real changes, I think.e
2021-02-01 20:51:24 +00:00
triaxx
ba0b72e45e
mosquitto: Fix the hardcoded /var in rcd script
2021-02-01 20:50:01 +00:00
schmonz
aa8e9969d4
doc: Updated devel/py-approvaltests to 0.3.1
2021-02-01 20:38:20 +00:00
schmonz
19c8290ff8
Update to 0.3.1. From the changelog:
...
- PythonNativeReporter bug fix
2021-02-01 20:38:12 +00:00
schmonz
ec23962ac6
doc: Updated devel/mob to 1.2.0
2021-02-01 17:13:48 +00:00
schmonz
d28e6dee38
Update to 1.2.0. From the changelog:
...
- Add environment variable `MOB_REQUIRE_COMMIT_MESSAGE` which you could
set to true to require a commit message other than the default one.
- Fixes a bug where you could not run `mob start --branch feature-1`
because feature-1 contained a dash.
2021-02-01 17:13:39 +00:00
tpaul
8d08c705d7
terraform,terraform-provider-*: Remove CHECK_RELRO_SKIP
...
RELRO_SUPPORTED=no is set in lang/go/go-vars.mk which should remove the
need to use CHECK_RELRO_SKIP in go packages. This was not working
previously because check-relro.mk was using "PKGSRC_USE_RELRO" instead
of "_PKGSRC_USE_RELRO".
ok'd jperkin
2021-02-01 16:53:59 +00:00
triaxx
913e565fa4
mosquitto: Revert the deletion of ${piddir}
...
Mosquitto can no longer write its PID file to ${VARBASE}/run when VARBASE
is the system /var owned by root.
2021-02-01 16:43:53 +00:00
tpaul
e452b20105
mk: Use "_PKGSRC_USE_RELRO" instead of "PKGSRC_USE_RELRO"
...
This variable appears to be incorrect as "_PKGSRC_USE_RELRO" is set in
bsd.prefs.mk. This was causing RELRO_SUPPORTED=no to not function as intended
in lang/go/go-vars.mk
ok'd by jperkin
2021-02-01 16:03:49 +00:00
ryoon
c5bc20c9d7
doc: Updated lang/openjdk11 to 1.11.0.10.9
2021-02-01 15:52:26 +00:00
ryoon
ed1651c430
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
2021-02-01 15:51:55 +00:00
ryoon
cc8a85500b
doc: Updated lang/adoptopenjdk11-bin to 11.0.10.9
2021-02-01 14:59:24 +00:00
ryoon
70b70a0b78
adoptopenjdk11-bin: Update to 11.0.10.9
...
* Add support for MacOS/x86_64.
Changelog:
Issue Priority Title Component Voting
JDK-8250861 2 Crash in MinINode::Ideal(PhaseGVN*, bool) that hotspot / compiler 2
resulted in the November 2020 respin.
JDK-6532025 3 GIF reader throws misleading exception with client-libs / 6
truncated images javax.imageio
[TEST BUG]: java/awt/print/PageFormat/
JDK-6949753 4 PDialogTest.java needs update by removing a client-libs / 2d 0
infinite loop
JDK-8022535 4 [TEST BUG] javax/swing/text/html/parser/ client-libs / 0
Test8017492.java fails javax.swing
JDK-8067354 4 com/sun/jdi/GetLocalVariables4Test.sh failed core-svc / debugger 0
JDK-8062947 4 Fix exception message to correctly represent LDAP core-libs / 6
connection failure javax.naming
TEST_BUG: java/rmi/transport/closeServerSocket/
JDK-8134599 4 CloseServerSocket.java fails intermittently with core-libs / java.rmi 5
Address already in use
JDK-8151678 2 com/sun/jndi/ldap/LdapTimeoutTest.java failed due core-libs / 0
to timeout on DeadServerNoTimeoutTest is incorrect javax.naming
JDK-8160768 4 Add capability to custom resolve host/domain names core-libs / 0
within the default JNDI LDAP provider javax.naming
JDK-8172404 3 Tools should warn if weak algorithms are used security-libs / 0
before restricting them java.security
JDK-8193367 3 annotated type variables bounds crash javac tools / javac 0
JDK-8203281 3 [Windows] JComboBox change in ui when client-libs / 0
editor.setBorder() is called javax.swing
JDK-8203026 4 java.rmi.NoSuchObjectException: no such object in core-svc / tools 0
table
JDK-8202117 3 com/sun/jndi/ldap/RemoveNamingListenerTest.java core-libs / 0
fails intermittently: Connection reset javax.naming
JDK-8203928 4 [Test] Convert non-JDB scaffolding serviceability hotspot / svc 0
shell script tests to java
JDK-8203393 4 com/sun/jdi/JdbMethodExitTest.sh and core-svc / debugger 0
JdbExprTest.sh fail due to timeout
JDK-8203382 4 Rename SystemDictionary::initialize_wk_klass to hotspot / runtime 0
resolve_wk_klass
JDK-8205534 3 Remove SymbolTable dependency from serviceability hotspot / svc-agent 0
agent
JDK-8204994 3 SA might fail to attach to process with "Windbg hotspot / svc-agent 0
Error: WaitForEvent failed"
JDK-8204963 3 javax.swing.border.TitledBorder has a memory leak client-libs / 4
javax.swing
JDK-8208281 3 java/nio/channels/AsynchronousSocketChannel/ core-libs / java.nio 0
Basic.java timed out
JDK-8206309 2 Tier1 SA tests fail hotspot / runtime 0
Problemlist SA tests on Solaris due to Error
JDK-8209342 3 attaching to process: Can't create thread_db hotspot / svc-agent 0
agent!
JDK-8209332 4 [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is hotspot / svc 0
incorrect
JDK-8209109 3 [TEST] rewrite com/sun/jdi shell tests to java hotspot / svc 0
version - step1
JDK-8209605 4 com/sun/jdi/BreakpointWithFullGC.java fails with core-svc / debugger 0
ZGC
JDK-8209604 3 [TEST] rewrite com/sun/jdi shell tests to java core-svc / debugger 0
version - step2
JDK-8209517 3 com/sun/jdi/BreakpointWithFullGC.java fails with core-svc / debugger 0
timeout
JDK-8209343 4 Test javax/swing/border/TestTitledBorderLeak.java client-libs / 0
should be marked as headful javax.swing
JDK-8210243 3 [TEST] rewrite com/sun/jdi shell tests to java core-svc / debugger 0
version - step3
vmTestbase/nsk/jvmti/scenarios/allocation/AP10/
JDK-8210131 4 ap10t001/TestDescription.java failed with hotspot / jvmti 0
ObjectFree: GetCurrentThreadCpuTimerInfo returned
unexpected error code
JDK-8209608 4 Problem list com/sun/jdi/BreakpointWithFullGC.java core-svc / debugger 0
[TESTBUG] lib.jdb.Jdb.waitForPrompt() should
JDK-8210748 4 clarify which output is the pending reply after a core-svc / debugger 0
timeout
JDK-8210725 3 com/sun/jdi/RedefineClearBreakpoint.java fails core-svc / debugger 0
with waitForPrompt timed out after 60 seconds
JDK-8210560 3 [TEST] convert com/sun/jdi redefineClass-related core-svc / debugger 0
tests
JDK-8210527 2 JShell: NullPointerException in tools / jshell 0
jdk.jshell.Eval.translateExceptionStack
JDK-8210977 4 jdk/jfr/event/oldobject/TestThreadLocalLeak.java hotspot / jfr 0
fails to find ThreadLocalObject
JDK-8210760 3 [TEST] rewrite com/sun/jdi shell tests to java core-svc / debugger 0
version - step4
JDK-8211694 3 JShell: Redeclared variable should be reset tools / jshell 0
JDK-8211292 4 [TEST] convert com/sun/jdi/DeferredStepTest.sh core-svc / debugger 0
test
JDK-8212665 4 com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - core-svc / debugger 0
unexpected. lastLine=52, minLine=52, maxLine=55
JDK-8212629 5 [TEST] wrong breakpoint in test/jdk/com/sun/jdi/ core-svc / debugger 0
DeferredStepTest
JDK-8212200 3 assert(on_stack()) failed when shared hotspot / runtime 0
java.lang.object is redefined by JVMTI agent
runtime/SharedArchiveFile/serviceability/
JDK-8213275 3 ReplaceCriticalClasses.java fails with hotspot / runtime 0
ClassNotFoundException:
jdk.internal.vm.PostVMInitHook
JDK-8213214 3 Set -Djava.io.tmpdir= when running tests infrastructure / 0
build
Minimal VM build failure after JDK-8212200 (assert
JDK-8213182 4 when shared java.lang.Object is redefined by JVMTI hotspot / runtime 0
agent)
JDK-8212807 3 tools/jar/multiRelease/Basic.java times out tools / jar 0
ldap over a TLS connection negotiate failed with
JDK-8214440 3 "javax.net.ssl.SSLPeerUnverifiedException: core-libs / 0
hostname of the server '' does not match the javax.naming
hostname in the server's certificate"
JDK-8214074 4 Optimize Ghash using AVX instructions hotspot / compiler 0
JDK-8213703 3 LambdaConversionException: Invalid receiver type tools / javac 0
not a subtype of implementation type interface
JDK-8213574 2 Deadlock in string table expansion when dumping hotspot / runtime 0
lots of CDS classes
JDK-8215243 3 JShell tests failing intermitently with "Problem tools / jshell 0
cleaning up the following threads:"
JDK-8214797 4 TestJmapCoreMetaspace.java timed out hotspot / svc-agent 0
JDK-8214491 3 Upgrade to JLine 3.9.0 tools / jshell 0
JDK-8216021 2 RunTest.gmk might set concurrency level to 1 on infrastructure / 0
Windows build
JDK-8215438 2 jshell tool: Ctrl-D causes EOF tools / jshell 0
JDK-8215354 1 x86_32 build failures after JDK-8214074 (Ghash hotspot / compiler 0
optimization using AVX instructions)
JDK-8215244 3 jdk/jshell/ToolBasicTest.java testHistoryReference tools / jshell 0
failed
JDK-8216974 3 HttpConnection not returned to the pool after 204 core-libs / java.net 0
response
JDK-8218948 3 SimpleDateFormat :: format - Zone Names are not core-libs / 0
reflected correctly during run time java.text
JDK-8220150 3 [macos] macos10.14 Mojave returns anti-aliased client-libs / 2d 0
glyphs instead of aliased B&W glyphs
JDK-8219712 3 code_size2 (defined in stub_routines_x86.hpp) is hotspot / runtime 0
too small on new Skylake CPUs
runtime/SharedArchiveFile/serviceability/
JDK-8221918 4 ReplaceCriticalClasses.java fails: Shared archive hotspot / runtime 0
not found
JDK-8221759 3 Crash when completing "java.io.File.path" tools / javac 0
JDK-8221658 4 aarch64: add necessary predicate for ubfx patterns hotspot / compiler 0
JDK-8222769 4 [TESTBUG] TestJFRNetworkEvents should not rely on hotspot / runtime 0
hostname command
JDK-8222079 4 Don't use memset to initialize fields decode_env hotspot / compiler 0
constructor in disassembler.cpp
JDK-8222074 4 Enhance auto vectorization for x86 hotspot / compiler 0
JDK-8224184 3 jshell got IOException at exiting with AIX tools / jshell 0
JDK-8223940 2 Private key not supported by chosen signature security-libs / 0
algorithm javax.net.ssl
JDK-8223777 2 In posix_spawn mode, failing to exec() core-libs / 0
jspawnhelper may not result in an error java.lang
JDK-8223688 3 JShell: crash on the instantiation of raw tools / jshell 6
anonymous class
JDK-8225069 3 Remove Comodo root certificate that is expiring in security-libs / 2
May 2020 java.security
JDK-8225037 3 java.net.JarURLConnection::getJarEntry() throws core-libs / java.net 0
NullPointerException
JDK-8224234 2 compiler/codegen/TestCharVect2.java fails in hotspot / compiler 0
test_mulc
JDK-8226536 2 Catch OOM from deopt that fails rematerializing hotspot / compiler 0
objects
AES Electronic Codebook (ECB) encryption and
JDK-8225625 4 decryption optimization using AVX512 + VAES hotspot / compiler 0
instructions
JDK-8227059 4 sun/security/tools/keytool/ security-libs / 0
DefaultSignatureAlgorithm.java timed out java.security
JDK-8226809 4 Circular reference in printed stack trace is not core-libs / 0
correctly indented & ambiguous java.lang
JDK-8226697 4 Several tests which need the @key headful keyword client-libs / 0
are missing it. javax.swing
JDK-8226575 3 OperatingSystemMXBean should be made container core-svc / 0
aware java.lang.management
JDK-8228448 3 Jconsole can't connect to itself hotspot / svc 0
JDK-8227595 4 keytool/fakegen/DefaultSignatureAlgorithm.java security-libs / 0
fails due to "exitValue = 6" java.security
JDK-8227269 4 Slow class loading when running with JDWP core-svc / debugger 0
JDK-8229815 4 Upgrade Jline to 3.12.1 tools / jshell 0
JDK-8229378 4 jdwp library loader in linker_md.c quietly core-svc / debugger 0
truncates on buffer overflow
JDK-8228967 4 Trust/Key store and SSL context utilities for security-libs / 0
tests javax.net.ssl
JDK-8230010 4 Remove jdk8037819/BasicTest1.java xml / jaxp 0
JDK-8230002 4 javax/xml/jaxp/unittest/transform/ xml / jaxp 0
SecureProcessingTest.java runs zero test
JDK-8230000 4 some httpclients testng tests run zero test core-libs / java.net 0
JDK-8230402 3 Allocation of compile task fails with assert: hotspot / compiler 0
"Leaking compilation tasks?"
JDK-8230094 3 CCE in createXMLEventWriter(Result) over an xml / 0
arbitrary XMLStreamWriter javax.xml.stream
[REDO] JDK-8207266 core-svc /
JDK-8231209 4 ThreadMXBean::getThreadAllocatedBytes() can be java.lang.management 0
quicker for self thread
JDK-8230870 4 (zipfs) Add a ZIP FS test that is similar to test/ core-libs / java.nio 0
jdk/java/util/zip/EntryCount64k.java
JDK-8230767 3 FlightRecorderListener returns null recording hotspot / jfr 0
JDK-8231586 4 enlarge encoding space for OopMapValue offsets hotspot / compiler 0
JDK-8232083 4 Minimal VM is broken after JDK-8231586 hotspot / compiler 0
JDK-8231968 4 getCurrentThreadAllocatedBytes default core-svc / 0
implementation s/b getThreadAllocatedBytes java.lang.management
JDK-8231953 4 Wrong assumption in assertion in oop::register_oop hotspot / runtime 0
JDK-8232855 4 jshell missing word in /help help tools / jshell 0
JDK-8232161 3 Align some one-way conversion in MS950 charset core-libs / 0
with Windows java.nio.charsets
JDK-8233228 2 Disable weak named curves by default in TLS, security-libs / 0
CertPath, and Signed JAR java.security
JDK-8233027 2 OopMapSet::all_do does oms.next() twice during hotspot / compiler 0
iteration
JDK-8233452 3 java.math.BigDecimal.sqrt() with core-libs / 0
RoundingMode.FLOOR results in incorrect result java.math
JDK-8233386 4 Initialize NULL fields for unused decorations hotspot / runtime 0
JDK-8233829 4 javac cannot find non-ASCII module name under tools / javac 0
non-UTF8 environment
JDK-8233741 4 AES Countermode (CTR) optimization using AVX512 + hotspot 0
VAES instructions
JDK-8233686 4 XML transformer uses excessive amount of memory xml / 0
javax.xml.transform
runtime/CompressedOops/
JDK-8234058 3 CompressedClassPointers.java fails with 'Narrow hotspot / runtime 0
klass base: 0x0000000000000000' missing from
stdout/stderr
JDK-8234011 4 (zipfs) Memory leak in core-libs / java.nio 0
ZipFileSystem.releaseDeflater()
JDK-8233958 4 Memory retention due to HttpsURLConnection core-libs / java.net 0
finalizer that serves no purpose
JDK-8234535 4 Cross compilation fails due to missing CFLAGS for infrastructure / 0
the BUILD_CC build
JDK-8234385 4 [TESTBUG] java/awt/EventQueue/6980209/ client-libs 0
bug6980209.java fails in linux nightly
JDK-8234347 4 "Turkey" meta time zone does not generate composed core-libs / 0
localized names java.util:i18n
JDK-8234149 4 [TESTBUG]Several swing regression tests do not client-libs 0
dispose Frame at end
JDK-8234541 4 C1 emits an empty message when it inlines hotspot / compiler 0
successfully
JDK-8234687 3 change javap reporting on unknown attributes tools / javac 0
JDK-8236464 3 SO_LINGER option is ignored by SSLSocket in JDK 11 security-libs / 0
javax.net.ssl
JDK-8235846 4 Improve WindbgDebuggerLocal implementation hotspot / svc-agent 0
JDK-8236617 3 jtreg test containers/docker/ hotspot / runtime 0
TestMemoryAwareness.java fails after 8226575
JDK-8236548 3 Localized time zone name inconsistency between core-libs / 0
English and other locales java.util:i18n
JDK-8236862
/ 2 Enhance support of Proxy class Serialization 0
CVE-2020-14779
JDK-8237182 4 Update copyright header for shenandoah and epsilon hotspot / gc 0
files
security/infra/java/security/cert/ security-libs /
JDK-8237888 3 CertPathValidator/certification/LuxTrustCA.java java.security 0
fails when checking validity interval
JDK-8237995
/ 2 Enhance certificate processing Libraries 0
CVE-2020-14782
JDK-8237990
/ 2 Enhanced LDAP contexts JNDI 0
CVE-2020-14781
JDK-8237977 3 Further update javax/net/ssl/compatibility/ security-libs / 0
Compatibility.java javax.net.ssl
JDK-8238284 4 [macos] Zero VM build fails due to an obvious typo hotspot / runtime 0
JDK-8238270 4 java.net HTTP/2 client does not decrease stream core-libs / java.net 0
count when receives 204 response
JDK-8238448 3 RSASSA-PSS signature verification fail when using security-libs / 0
certain odd key sizes java.security
JDK-8238388 4 libj2gss/NativeFunc.o "multiple definition" link security-libs / 0
errors with GCC10 java.security
JDK-8238386 4 (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c core-libs / java.net 0
"multiple definition" link errors with GCC10
JDK-8238380 4 java.base/unix/native/libjava/childproc.c core-libs 0
"multiple definition" link errors with GCC10
C1 assert(known_holder == NULL || (known_holder->
is_instance_klass() && (!known_holder->
JDK-8239083 3 is_interface() || ((ciInstanceKlass*)known_holder) hotspot / compiler 0
->has_nonstatic_concrete_methods())), "should be
non-static concrete method");
JDK-8238710 3 LingeredApp doesn't log stdout/stderr if exits core-svc / tools 0
with non-zero code
JDK-8239385 3 Support the 'canonicalize' setting (krb5.conf) in security-libs / 0
the Kerberos client javax.security
JDK-8240360 4 NativeLibraryEvent has wrong library name on Linux hotspot / jfr 0
JDK-8240295 4 hs_err elapsed time in seconds is not accurate hotspot / runtime 0
enough
JDK-8240169 3 javadoc fails to link to docs with non-matching tools / javadoc 0
modularity (tool)
JDK-8241007 4 Shenandoah: remove hotspot / gc 0
ShenandoahCriticalControlThreadPriority support
JDK-8240676 3 Meet not symmetric failure when running lucene on hotspot / compiler 0
jdk8
JDK-8241114
/ 2 Better range handling Hotspot 0
CVE-2020-14792
JDK-8241086 4 Test runtime/NMT/HugeArenaTracking.java is failing hotspot / runtime 0
on 32bit Windows
JDK-8241065 4 Shenandoah: remove leftover code after JDK-8231086 hotspot / gc 0
JDK-8241478 3 vmTestbase/gc/gctests/Steal/steal001/steal001.java hotspot / gc 0
fails with OOME
JDK-8241319 4 WB_GetCodeBlob doesn't have ResourceMark hotspot / compiler 0
http.nonProxyHosts=* causes
JDK-8241138 3 StringIndexOutOfBoundsException in core-libs / java.net 0
DefaultProxySelector
JDK-8241130 4 com.sun.jndi.ldap.EventSupport.removeDeadNotifier: core-libs / 0
java.lang.NullPointerException javax.naming
JDK-8241750 4 x86_32 build failure after JDK-8227269 core-svc / debugger 0
JDK-8241574 4 Shenandoah: remove ShenandoahAssertToSpaceClosure hotspot / gc 0
JDK-8242184 3 Default signature algorithm for an RSASSA-PSS key security-libs / 0
java.security
JDK-8242141 3 New System Properties to configure the TLS security-libs / 0
signature schemes javax.net.ssl
JDK-8242283 3 Can't start JVM when java home path includes core-libs / 3
non-ASCII character java.util:i18n
JDK-8242556 3 Cannot load RSASSA-PSS public key with non-null security-libs / 0
params from byte array java.security
JDK-8242541 3 Small charset issues (ISO8859-16, x-eucJP-Open, core-libs / 0
x-IBM834 and x-IBM949C) java.nio.charsets
JDK-8242695
/ 2 Enhanced Buffer Support Libraries 0
CVE-2020-14798
JDK-8242685
/ 2 Better Path Validation Libraries 0
CVE-2020-14797
JDK-8242680
/ 2 Improved URI support Libraries 0
CVE-2020-14796
Rewrite javax/net/ssl/compatibility/ security-libs /
JDK-8243029 3 Compatibility.java with a flexible interop test javax.net.ssl 0
framework
JDK-8243321 3 Add Entrust root CA - G4 to Oracle Root CA program security-libs / 0
java.security
JDK-8243320 3 Add SSL root certificates to Oracle Root CA security-libs / 0
program java.security
JDK-8243138 4 Enhance BaseLdapServer to support starttls core-libs / 0
extended request javax.naming
JDK-8243453 4 java --describe-module failed with non-ASCII tools / launcher 0
module name under non-UTF8 environment
JDK-8243389 4 enhance os::pd_print_cpu_info on linux hotspot / runtime 0
JDK-8243326 4 Cleanup use of volatile in taskqueue code hotspot / gc 0
JDK-8243489 4 Thread CPU Load event may contain wrong data for hotspot / jfr 0
CPU time under certain conditions
JDK-8243470 4 [macos] bring back O2 opt level for unsafe.cpp hotspot / runtime 0
JDK-8244136
/ 2 Improved Buffer supports Libraries 0
CVE-2020-14803
JDK-8244087 2 2020-04-24 public suffix list update v ff6fcea security-libs / 0
java.security
JDK-8243925 3 Toolkit#getScreenInsets() returns wrong value on client-libs / 0
HiDPI screens (Windows) java.awt
JDK-8244196 4 adjust output in os_linux hotspot / runtime 0
JDK-8244164 3 AArch64: jaotc generates incorrect code for hotspot / compiler 0
compressed OOPs with non-zero heap base
JDK-8244151 4 Update MUSCLE PC/SC-Lite headers to the latest security-libs / 0
release 1.8.26 javax.smartcardio
CTW: C2 compilation fails with "assert(!
JDK-8244719 3 VerifyHashTableKeys || _hash_lock == 0) failed: hotspot / compiler 0
remove node from hash table before modifying it"
JDK-8244703 2 "platform encoding not initialized" exceptions core-svc / debugger 0
with debugger, JNI
JDK-8244287 2 JFR: Methods samples have line number 0 hotspot / jfr 0
JDK-8244225 3 stringop-overflow warning on strncpy call from hotspot / runtime 0
compile_the_world_in
JDK-8244763 3 Update --release 8 symbol information after JSR tools / javac 0
337 MR3
JDK-8244729 4 Shenandoah: remove resolve paths from hotspot / gc 0
SBSA::generate_shenandoah_lrb
JDK-8244818 2 [macos] Java2D Queue Flusher crash while moving client-libs / 2d 0
application window to external monitor
JDK-8245151 4 jarsigner should not raise duplicate warnings on security-libs / 0
verification java.security
JDK-8245616 4 Bump update version for OpenJDK: jdk-11.0.9 infrastructure 0
JDK-8245832 4 JDK build make-static-libs should build all JDK infrastructure / 0
libraries build
JDK-8245801 4 StressRecompilation triggers assert "redundunt OSR hotspot / compiler 0
recompilation detected. memory leak in CodeCache!"
JDK-8245714 3 "Bad graph detected in build_loop_late" when loads hotspot / compiler 0
are pinned on loop limit check uncommon branch
JDK-8246031 3 SSLSocket.getSession() doesn't close connection security-libs / 0
for timeout/ interrupts javax.net.ssl
JDK-8246027 2 Minimal fastdebug build broken after JDK-8245801 hotspot / compiler 0
JDK-8245981 2 Upgrade to jQuery 3.5.1 tools / javadoc 0
(tool)
JDK-8245880 4 Shenandoah: check class unloading flag early in hotspot / gc 0
concurrent code root scan
JDK-8246153 4 TestEliminateArrayCopy fails with hotspot / compiler 0
-XX:+StressReflectiveCode
JDK-8246094 2 [macos] Sound Recording and playback is not infrastructure / 0
working build
JDK-8246203 4 Segmentation fault in verification due to stack hotspot / compiler 0
overflow with -XX:+VerifyIterativeGVN
JDK-8246196 3 javax/management/MBeanServer/OldMBeanServerTest core-svc / 0
fails with AssertionError javax.management
JDK-8246193 3 Possible NPE in ENC-PA-REP search in AS-REQ security-libs / 0
org.ietf.jgss:krb5
JDK-8246453 3 TestClone crashes with "all collected exceptions hotspot / compiler 0
must come from the same place"
JDK-8246330 3 Add TLS Tests for Legacy ECDSA curves security-libs / 0
javax.net.ssl
JDK-8246613 3 Choose the default SecureRandom algo based on security-libs / 0
registration ordering java.security
JDK-8247246 3 [JVMCI] `ResolvedJavaType.getDeclaredMethod()` can hotspot / compiler 0
throw NoClassDefFoundError.
JDK-8247350 3 [aarch64] assert(false) failed: wrong size of mach hotspot / compiler 0
node
JDK-8247502 2 PhaseStringOpts crashes while optimising hotspot / compiler 0
effectively dead code
JDK-8247615 4 Initialize the bytes left for the heap sampler hotspot / jvmti 0
JDK-8247824 3 CTW: C2 (Shenandoah) compilation fails with SEGV hotspot / gc 0
in SBC2Support::pin_and_expand
JDK-8247874 4 Replacement in VersionProps.java.template not core-libs 0
working when --with-vendor-bug-url contains '&'
JDK-8247979 4 aarch64: missing side effect of killing flags for hotspot / compiler 0
clearArray_reg_reg
JDK-8248214 3 Add paddings for TaskQueueSuper to reduce hotspot / gc 0
false-sharing cache contention
JDK-8248219 3 aarch64: missing memory barrier in fast_storefield hotspot / runtime 0
and fast_accessfield
JDK-8248348 3 Regression caused by the update to BCEL 6.0 xml / jaxp 0
JDK-8248385 4 [testbug][11u] Adapt TestInitiExceptions to jtreg hotspot / runtime 0
5.1
JDK-8248495 4 [macos] zerovm is broken due to libffi headers infrastructure 0
location
JDK-8248505 2 Unexpected NoSuchAlgorithmException when using security-libs / 0
secure random impl from BCFIPS provider java.security
JDK-8248851 2 CMS: Missing memory fences between free chunk hotspot / gc 0
check and klass read
JDK-8248987 4 AOT's Linker.java seems to eagerly fail-fast on hotspot / compiler 0
Windows.
JDK-8249215 4 JFrame::setVisible crashed with -Dfile.encoding= client-libs / 2d 6
UTF-8 on Japanese Windows.
JDK-8249159 4 Downport test rework for SSLSocketTemplate from security-libs / 0
8224650 javax.net.ssl
JDK-8249277 4 TestVerifyIterativeGVN.java is failing with hotspot / compiler 0
timeout in OpenJDK 11
JDK-8249255 2 Build fails if source code in cygwin home dir infrastructure / 0
build
JDK-8249251 2 [dark_mode ubuntu 20.04] The selected menu is not client-libs / 0
highlighted in GTKLookAndFeel javax.swing
JDK-8249560 3 Shenandoah: Fix racy GC request handling hotspot / gc 0
JDK-8249278 2 Revert JDK-8226253 which breaks the spec of client-libs / 0
AccessibleState.SHOWING for JList javax.accessibility
JDK-8249953 4 Shenandoah: gc/shenandoah/mxbeans tests should hotspot / gc 0
account for corner cases
JDK-8249801 4 Shenandoah: Clear soft-refs on requested GC cycle hotspot / gc 0
JDK-8250609 2 C2 crash in IfNode::fold_compares hotspot / compiler 0
JDK-8250582 2 Revert Principal Name type to NT-UNKNOWN when security-libs / 0
requesting TGS Kerberos tickets org.ietf.jgss:krb5
JDK-8250755 4 Better cleanup for jdk/test/javax/imageio/plugins/ client-libs / 0
shared/CanWriteSequence.java javax.imageio
JDK-8250627 4 Use -XX:+/-UseContainerSupport for enabling/ core-libs 0
disabling Java container metrics
JDK-8250844 4 Make sure {type,obj}ArrayOopDesc accessors check hotspot / runtime 0
the bounds
JDK-8250827 3 Shenandoah: needs to reset/finish StringTable's hotspot / gc 0
dead count before/after parallel walk
JDK-8250826 4 jhsdb does not work with coredump which comes from hotspot / svc-agent 0
Substrate VM
JDK-8250787 2 Provider.put no longer registering aliases in FIPS security-libs / 0
env javax.crypto
JDK-8250784 3 Shenandoah: A Low-Pause-Time Garbage Collector hotspot / gc 6
JDK-8251117 4 Cannot check P11Key size in P11Cipher and security-libs / 0
P11AEADCipher javax.crypto:pkcs11
JDK-8251469 4 Better cleanup for test/jdk/javax/imageio/ client-libs / 2d 0
SetOutput.java
JDK-8251451 2 Shenandoah: Remark ObjectSynchronizer roots with hotspot / gc 0
I-U
JDK-8251354 3 Shenandoah: Fix JFR test failures hotspot / jfr 0
JDK-8251487 4 Shenandoah: missing detail timing tracking for hotspot / gc 0
final mark cleaning phase
JDK-8252804 4 [test] Fix 'ReleaseDeflater.java' test after core-libs / java.nio 0
downport of 8234011
JDK-8252258 4 [11u] JDK-8242154 changes the default vendor infrastructure / 0
build
JDK-8252157 2 JDK-8231209 11u backport breaks jmm binary core-svc / 0
compatibility java.lang.management
JDK-8252120 4 compiler/oracle/TestCompileCommand.java misspells hotspot / compiler 0
"occured"
JDK-8253283 3 [11u] Test build/translations/ infrastructure / 0
VerifyTranslations.java failing after JDK-8252258 build
JDK-8253134 3 JMM_VERSION should remain at 0x20020000 (JDK 10) core-svc / 0
in JDK 11 java.lang.management
JDK-8253813 4 Backout JDK-8244287 from 11u: it causes several hotspot / jfr 0
crashes
2021-02-01 14:58:52 +00:00
ryoon
240eeec1f8
got: Fix typo in COMMENT
...
Pointed out by bch, thank you.
2021-02-01 12:47:25 +00:00
fcambus
1f8d22923e
doc: Updated devel/byacc to 20210109
2021-02-01 11:27:07 +00:00