Skip to content

Commit ace2c5c

Browse files
committedMay 28, 2023
Merge branch 'master' into riscv-port
2 parents 09020a4 + 1684377 commit ace2c5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2246
-212
lines changed
 

‎make/autoconf/libraries.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ AC_DEFUN_ONCE([LIB_SETUP_LIBRARIES],
159159
160160
if test "x$OPENJDK_TARGET_OS" = xwindows; then
161161
BASIC_JVM_LIBS="$BASIC_JVM_LIBS kernel32.lib user32.lib gdi32.lib winspool.lib \
162-
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib \
162+
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib powrprof.lib uuid.lib \
163163
wsock32.lib winmm.lib version.lib psapi.lib"
164164
fi
165165

‎make/data/charsetmapping/charsets

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -477,6 +477,11 @@ charset x-IBM874 IBM874
477477
alias ibm-874
478478
alias 874
479479

480+
# alias for GB18030 is generated at runtime
481+
charset GB18030 GB18030
482+
package sun.nio.cs
483+
type source
484+
480485
########################################################
481486
#
482487
# charsets provided by ExtendedCharsets provider.
@@ -564,11 +569,6 @@ charset GBK GBK # Simplified Chinese
564569
alias windows-936
565570
alias CP936
566571

567-
charset GB18030 GB18030
568-
package sun.nio.cs.ext
569-
type template
570-
alias gb18030-2000
571-
572572
charset GB2312 EUC_CN
573573
package sun.nio.cs.ext
574574
type dbcs

0 commit comments

Comments
 (0)
Please sign in to comment.