Commit Graph

13424 Commits

Author SHA1 Message Date
zyj 4fc173f435 add platform related information in jdk . 2023-09-13 11:15:14 +08:00
zyj c6c9cc0e1e jvm argument optimization 2022-09-15 13:49:17 +08:00
zyj a397405be9 jvm argument optimization 2022-07-12 11:10:31 +08:00
lsp dc43595ac8 slove the problem of jdk building failure 2022-02-08 15:02:56 +08:00
Naoto Sato 372e6e4079 8205432: Replace the placeholder Japanese era name
Reviewed-by: rriggs, chegar
2019-04-03 04:59:17 +01:00
Naoto Sato 851019e08c 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
Reviewed-by: lancea
2019-04-03 04:22:36 +01:00
Naoto Sato aff038a218 8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values

Reviewed-by: clanger
2019-04-03 04:07:00 +01:00
Felix Yang 62e5fc1ebf 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
Reviewed-by: naoto
2018-08-09 15:42:48 +08:00
Martin Balao 7266d1cd95 8219066: Fuzzing TrueType fonts: setCurrGlyphID()
Reviewed-by: andrew, mbalao
2019-04-03 03:51:25 +01:00
Ivan Gerasimov 072706f1cc 8218453: More dynamic RMI interactions
Reviewed-by: aph
2019-04-03 03:33:25 +01:00
Ivan Gerasimov 9be303826d 8211936: Better String parsing
Reviewed-by: aph
2019-04-03 02:07:42 +01:00
Christoph Langer 9e8966be82 Added tag jdk8u212-b02 for changeset 4d15aab46d3b 2019-04-01 14:21:23 +02:00
Volker Simonis 5ab8d54921 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes
2019-03-29 15:10:56 +00:00
Andrew John Hughes 5b41818ac6 8220641: [TESTBUG] New test KdcPolicy.java introduced by JDK-8164656 needs same change as JDK-8190690
Add -Dsun.net.spi.nameservice.provider.1=ns,mock to KdcPolicy.java @run calls

Reviewed-by: shade
2019-03-20 17:07:28 +00:00
Christoph Langer c3e9d9ae56 Added tag jdk8u212-b01 for changeset 8577a9a021a0 2019-03-18 08:34:18 +01:00
Weijun Wang fc9578072a 8175120: Remove old tests on kdc timeout policy
Reviewed-by: xuelei, shade
2019-03-15 04:47:18 +00:00
Andrew John Hughes 7445ee30bd Added tag jdk8u212-b00 for changeset 0fd88d991d93 2019-03-14 01:31:28 +00:00
Dmitry Markov c8a1c94ea1 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
Reviewed-by: kaddepalli, serb
2018-12-06 13:32:15 +00:00
Matthias Baesken 3a3cb84b6f 8211106: [windows] Update OS detection code to recognize Windows Server 2019
Reviewed-by: alanb, clanger, bobv
2018-10-02 13:48:08 +02:00
Weijun Wang 2e178a6d39 8164656: krb5 does not retry if TCP connection timeouts
Reviewed-by: xuelei
2016-08-24 13:32:00 +08:00
Alexander Stepanov cb7955588c 8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
Convert <code></code> ad <tt></tt> to {@code }, <xmp></xmp> to <pre>{@code }</pre>.

Reviewed-by: mullan
2019-03-09 01:03:47 +00:00
Alexey Ivanov 47f59b3a40 8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
Lambdafy, and replace character string literal characters with unicode.

Reviewed-by: serb, alexsch
2019-03-08 18:38:50 +00:00
Semyon Sadetsky faa8b17881 8133108: [PIT] Container size is wrong in JEditorPane
Override GlyphView.getMinimumSpan in BasicTextFieldUI instead of explicit check in default getMinimumSpan.

Reviewed-by: alexsch, azvegint
2019-03-08 16:16:40 +00:00
Semyon Sadetsky a35e21efcc 8132136: [PIT] RTL orientation in JEditorPane is broken
Reverse 8076164, check for can't resize up front in GlyphView.getMinimumSpan.

Reviewed-by: alexsch, serb
2019-03-08 15:37:37 +00:00
Semyon Sadetsky dc5c3589cc 8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
Add GlyphView.getResizeWeight() to enable forced use of getPreferredSpan(X_AXIS).

Reviewed-by: alexsch, azvegint
2019-03-06 21:43:04 +00:00
Naoto Sato b1a31731b0 8043387: java/time/test/java/util/TestFormatter.java failed
Do not remove custom IDs from ZoneId test results.

Reviewed-by: sherman
2019-03-06 19:45:24 +00:00
Deepak Kejriwal 71f23ae78d 8217609: New era placeholder not recognized by java.text.SimpleDateFormat
Reviewed-by: naoto, andrew
2019-03-04 19:15:04 +05:30
Phil Race 25519e0d64 8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj
2017-10-25 13:11:07 -07:00
Huaming Li b8ec1ae7fe 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
Reviewed-by: psandoz
2016-02-05 09:54:56 +08:00
Huaming Li 8afce0f772 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
Reviewed-by: psandoz
2016-02-01 09:38:08 +08:00
Paul Sandoz 3147240517 8044047: Missing null pointer checks for streams
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: dfuchs
2014-07-16 14:35:48 +02:00
Deepak Kejriwal c1af22053d 8202088: Japanese new era implementation
8207152: Placeholder for Japanese new era should be two characters
8211398: Square character support for the Japanese new era
8180469: Wrong short form text for supplemental Japanese era
8206120: Add test cases for lenient Japanese era parsing
8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
8217710: Add 5 currency code points to Java SE 8uX

Reviewed-by: coffeys, naoto
2019-02-22 14:47:49 +05:30
Sean Mullan 68e393c051 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
Add class CADistrustPolicy and distrust Symantec.

Reviewed-by: weijun
2019-03-01 00:55:45 +00:00
Prasanta Sadhukhan ff8e80f8f9 8139803: Fix for 8132985 breaks OpenJDK build on windows
Reviewed-by: serb, simonis
2015-10-27 14:16:24 +03:00
Prasanta Sadhukhan fcfdb2bf4d 8132985: Crash in freetypescaler.c due to double free
Reviewed-by: prr, simonis
2015-10-05 15:36:43 +03:00
Ichiroh Takiguchi 3e9972f809 8211382: ISO2022JP and GB18030 NIO converter issues
Reviewed-by: sherman, rriggs
2018-11-01 17:48:10 -04:00
Paul Hohensee 65aa101716 Merge 2019-02-25 22:13:59 +00:00
Paul Hohensee 6c7a91f9c1 8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
Add "main" and "main/othervm" @run arguments

Reviewed-by: azvegint, alexsch
2019-02-25 22:13:39 +00:00
Paul Hohensee 6e5cf02573 Merge 2019-02-22 18:18:16 +00:00
Paul Hohensee 79d6cbc5ad Merge 2019-02-22 18:03:21 +00:00
Paul Hohensee 258fd8be08 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
Set the gtk backend to x11 on all systems

Reviewed-by: prr, kcr
2019-02-22 18:02:57 +00:00
Paul Hohensee fd2ac91462 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Terminate cipher lists with TLS_EMPTY_RENEGOTIATION_INFO_SCSV.

Reviewed-by: jnimeh, clanger
2019-02-22 17:45:01 +00:00
Paul Hohensee 0cfcbdddf0 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
Use SLR_NO_UI flag to suppress any system dialogs during IShellLinkW::Resolve invocation.

Reviewed-by: kaddepalli, aivanov, serb
2019-02-20 21:11:13 +00:00
Sean Coffey e7b982096a 8213952: Relax DNSName restriction as per RFC 1123
Reviewed-by: weijun, mullan, chegar
2018-12-05 17:33:01 +00:00
Simon Tooke 1c3bb91b60 8214061: Buffer written into itself
Actually write the msg text into the buffer.

Reviewed-by: dcubed, sgehwolf, sspitsyn
2018-12-04 17:54:13 +01:00
Andrew John Hughes 98a6ba2561 Merge 2019-02-06 04:09:08 +00:00
Deepak Kejriwal e8c44e004d 8212941: Support new Japanese era in java.time.chrono.JapaneseEra
Reviewed-by: chegar, naoto, coffeys
2019-01-29 22:38:26 +00:00
Deepak Kejriwal 2b0e0c687b 8216396: Support new Japanese era and new currency code points in java.lang.Character for Java SE 8
Reviewed-by: chegar, naoto, rriggs, coffeys
2019-01-29 22:37:37 +00:00
Aleksei Efimov e55d595dd4 Merge 2019-01-15 10:47:19 +00:00
Aleksei Efimov 99fe76bb67 Added tag jdk8u201-ga for changeset f0d1fdd3fce6 2019-01-15 10:38:53 +00:00