aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-16Merge tag jbr-release-17.0.11b1207.24main17Eugene Yakavets
JBR-7018 Rebase JBR17 on top of OpenJDK 17.0.11 JBR-6456 Sudden keyboard death on Linux using iBus. JDK-8324241 Always record evol_method deps to avoid excessive method flushing JBR-7020 SIGSEGV at [AGXMetalG15X_B0+0x782f54] -[AGXG15XFamilyRenderContext setFragmentBytes:length:atIndex:]+0x3c JBR-6723 JetBrainsClient crash Java: Java2D Queue Flusher EXC_BAD_ACCESS (SIGABRT) JBR-6911 IDE crashes (EXC_BAD_ACCESS) after disconnecting the secondary display if a markdown file is opened (macOS Sonoma 14.4.1) JBR-5500 Freeze in Component.updateCursorImmediately JBR-6171 Random freezes when code suggestions opens on New UI JBR-6593 Freezes in JawsAnnouncer JBR-6620 java/awt/GraphicsDevice/CheckDisplayModes.java: Display modes are different after test execution JBR-6737 Cannot switch projects from Window menu after minimizing them on Linux JBR-6742 Record resident set size in JVM fatal error log JBR-6769 Make it possible to get info whether IDE is running in a virtual env JBR-6771 BoxLayout throws mysterious NPEs due to previous exceptions JBR-6847 Improve locking performance on Windows JBR-6927 IDE is frozen right after waking from sleep with disconnected HDMI Change-Id: Ic9bc8e1a9c3230aad93365119537d75750d0d999
2024-05-16JBR-6456 Sudden keyboard death on Linux using iBus.jbr-release-17.0.11b1207.24jb17.0.11-b1207.24jetbrains-master-mirrorNikita Provotorov
Add a workaround for the iBus's bug which leads to the issue. (cherry picked from commit b8e9dbf8c9527fd6c412a74f1d920be1bb73b894)
2024-05-13JBR-7020 Reorder LCD glyph cache freeing and validationjbr-release-17.0.11b1207.23jb17.0.11-b1207.23Nikita Gubarkov
1. As we started committing the command buffer on glyph cache flush, this invalidates the current encoder. We need to `MTLTR_ValidateGlyphCache` after the flush, not before. 2. There's no reason to maintain separate glyph cache invalidation logic for this singe case (which is a no-op in reality), so just free the cache instead.
2024-05-10fixup! update exclude list on results of 17.0.11_b1207.20 test runsVitaly Provodin
2024-05-06JBR-6620 restore displayMode to the state that was before running the testjb17.0.11-b1207.21Vitaly Provodin
2024-05-05update exclude list on results of 17.0.11_b1207.20 test runsVitaly Provodin
2024-05-04update exclude list on results of 17.0.11_b1207.19 test runsVitaly Provodin
2024-05-03JBR-7046 Tolerate subpixelResolution=0 in Metal and OGLjbr-release-17.0.11b1207.20jb17.0.11-b1207.20Nikita Gubarkov
2024-04-308329836: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release ↵jb17.0.11-b1207.19Christoph Langer
17.0.11 Reviewed-by: goetz
2024-04-308319851: Improve exception loggingMartin Balao
Reviewed-by: mbaesken Backport-of: 87dfeeb14fdd0fa1648a8bec91b5b713cc2c1b83
2024-04-308322122: Enhance generation of addressesMartin Balao
Backport-of: 1a4a46e102a2bc282fcbec571169867d715f4ade
2024-04-308318340: Improve RSA key implementationsAlexey Bakhtin
Reviewed-by: mbalao Backport-of: 62d9cec1d6b804a70381bfb8ac902b6bb649f8ae
2024-04-308315708: Enhance HTTP/2 client usageYuri Nesterenko
Reviewed-by: mbalao Backport-of: 4bd9637dfe12d330afd7409c27c5778b28a24cf4
2024-04-308327391: Add SipHash attribution fileGoetz Lindenmaier
Backport-of: fcf48ab3d36a7f8eed84e81c3e2445adcbc95374
2024-04-308327036: [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_blob ↵Goetz Lindenmaier
reached from Unsafe_CopySwapMemory0 Backport-of: f38add6f8d9c07442e5f6bb5c280a2d907b38b24
2024-04-308322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because ↵Sergey Bylokhov
A blue ball icon is added outside of the system tray Backport-of: 5a988a5087d0afbb577c6715fd5e1e44564888cb
2024-04-308305900: Use loopback IP addresses in security policy files of httpclient testsGoetz Lindenmaier
Reviewed-by: mbaesken Backport-of: 646b666a265c4de961b8ba3f9e4e8c9231be8a6f
2024-04-308326000: Remove obsolete comments for class sun.security.ssl.SunJSSEChristoph Langer
Backport-of: c2d9fa26ce903be7c86a47db5ff289cdb9de3a62
2024-04-308310380: Handle problems in core-related tests on macOS when codesign tool ↵Goetz Lindenmaier
does not work Backport-of: 39c104df44f17c1d65e35becd4272f73e2c6610c
2024-04-308278312: Update SimpleSSLContext keystore to use SANs for localhost IP addressesGoetz Lindenmaier
Backport-of: bc31ccc95be9523cc6c64932f6d39f81c2e82bdd
2024-04-308321151: JDK-8294427 breaks Windows L&F on all older Windows versionsSergey Bylokhov
Backport-of: f695ca588453265d6ad791c6a396197e8a53ba39
2024-04-308305962: update jcstress to 0.16Aleksey Shipilev
Backport-of: 292ee630ae32c3b50363b10ffa6090e57ffef1e8
2024-04-308323515: Create test alias "all" for all test rootsAleksey Shipilev
8324647: Invalid test group of lib-test after JDK-8323515 Reviewed-by: phh Backport-of: 8b9bf758801400e4491326cd4c90fc117b9d97e1
2024-04-308294158: HTML formatting for PassFailJFrame instructionsAndrew Lu
Backport-of: 14090ef6039ff2f3064f397a75219b2bc715cc27
2024-04-308294535: Add screen capture functionality to PassFailJFrameAndrew Lu
Backport-of: dbb788f34dbbe0aa5c8356fb4a5dc19b96787d25
2024-04-308288846: misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, ↵Goetz Lindenmaier
short time use only" Backport-of: 6037ccdd50acd5424a46120028738b811dff064a
2024-04-308290041: ModuleDescriptor.hashCode is inconsistentGoetz Lindenmaier
Backport-of: 4cc6cb9d9ddbcc540baac7b81398f2af83f93340
2024-04-308321408: Add Certainly roots R1 and E1Aleksey Shipilev
Reviewed-by: goetz Backport-of: f3073db42aa80b3ced47edea8d2e8add874fb70f
2024-04-308323640: [TESTBUG]testMemoryFailCount in ↵SendaoYan
jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed Backport-of: 791b427f4410057cdcdf8fd8ea0dcce71f7dc513
2024-04-308314830: runtime/ErrorHandling/ tests ignore external VM flagsAndrew Lu
Reviewed-by: mbaesken Backport-of: b685ee00b273f029aa2ed5015e64cf409b0b0408
2024-04-308325585: Remove no longer necessary calls to set/unset-in-asgct flag in JDK 17Johannes Bechberger
Reviewed-by: rschmelter
2024-04-308314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java ↵Darragh Clarke
fails intermittently in timeout Backport-of: fbaaac63d4ae8d7cc0ec02ab4b5a934824d1fec1
2024-04-308306408: Fix the format of several tables in building.mdZdenek Zambersky
Reviewed-by: andrew Backport-of: 26755a968665545a151adce79a5227c79724bb6b
2024-04-308308336: Test ↵Darragh Clarke
java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use Backport-of: a48bcf367120fc7cde88b19097dabe9c86c90bb7
2024-04-308318468: compiler/tiered/LevelTransitionTest.java fails with ↵Andrew Lu
-XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 Backport-of: 61d0db3838932d4030b05ffb04ee2b0215ea686e
2024-04-308315602: Open source swing security manager testAmos Shi
Backport-of: fd6442c079748dcaff3bb565dc35b108b68a61bd
2024-04-308274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11Amos Shi
Reviewed-by: mbaesken Backport-of: 4a142c3b0831d60b3d5540f58973e8ad3d1304bf
2024-04-308324347: Enable "maybe-uninitialized" warning for FreeType 2.13.1Sergey Bylokhov
Backport-of: 781f368d421a94857929e4168974f43e890637d8
2024-04-308305906: HttpClient may use incorrect key when finding pooled HTTP/2 ↵Jaikiran Pai
connection for IPv6 address Reviewed-by: phh Backport-of: 3ccb3c0e09f9a414229d3f76031f3fc8f271c936
2024-04-308290203: ProblemList ↵Goetz Lindenmaier
vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java on linux-all Backport-of: ce36f6ea855a7ede02df969e6bb599ac36ac04fe
2024-04-308318603: Parallelize sun/java2d/marlin/ClipShapeTest.javaSergey Bylokhov
Backport-of: 6c7029ffd48186353fc1d2a03915386b5f386ae2
2024-04-308324514: ClassLoaderData::print_on should print address of class loaderAleksey Shipilev
Backport-of: fb822e49f2a84423c8fd17db2e95bbdd5e7ec191
2024-04-308322098: os::Linux::print_system_memory_info enhance the THP output with ↵Matthias Baesken
/sys/kernel/mm/transparent_hugepage/hpage_pmd_size 8323331: fix typo hpage_pdm_size Backport-of: 419e01685b36aeccc47f52594a2026ccb2dcebb3
2024-04-308322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info outputMatthias Baesken
Reviewed-by: lucy Backport-of: a8e4229852fac703c6271aa8c5f94f67bea44902
2024-04-308325150: (tz) Update Timezone Data to 2024aDan Lutker
Reviewed-by: phh Backport-of: 917838e0a564b1f2cbfb6cc214ccbfd1a237019f
2024-04-308325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java ↵Aleksey Shipilev
is failing Backport-of: ac1cd3194910793b02e86c2c0dedaa321f137d4e
2024-04-308321480: ISO 4217 Amendment 176 UpdateAndrew Lu
Reviewed-by: mbaesken Backport-of: 8b24851b9d3619c41c7a6cdb9193ed26a9b732dc
2024-04-308320168: handle setsocktopt return valuesMatthias Baesken
Backport-of: db1d82347bb18e21c4c6a18076ffdaf17724c733
2024-04-308323637: Capture hotspot replay files in GHAAleksey Shipilev
Backport-of: c84c0ab52d5e08a693f7ad7d9a4772d8c1eeeaa8
2024-04-308324937: GHA: Avoid multiple test suites per jobAleksey Shipilev
Backport-of: 1aba78f2720b581f18fc2cec5e84deba6b2bcd41