-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge remote-tracking branch 'upstream/master' into dragonwell #657
Conversation
…oesn't work properly since jdk8b105 Reviewed-by: andrew Backport-of: a53e8ddcad8c34fc9906e083c5933d0d1c3e9f4e
… garbled Reviewed-by: andrew Backport-of: 27fe3d7f8db4ede6441a7cc325d9f29eb4a1d10d
Reviewed-by: sgehwolf
Reviewed-by: serb, andrew Backport-of: cc3756b342a367d3d29a31a18bdcc2fa4797bdcf
Reviewed-by: serb, andrew Backport-of: 4f7d655557b0843d1fd4dddc1058d3438d1332b8
…ava heap by the JVM Reviewed-by: simonis, andrew Backport-of: 3eced01f9efe2567a07b63343f8559683a2d0517
Reviewed-by: phh, andrew Backport-of: 8c1bb2b28066ee32bef22110df06318d938c7d8b
…er.java is failing Reviewed-by: sgehwolf Backport-of: ac1cd3194910793b02e86c2c0dedaa321f137d4e
Reviewed-by: andrew
Reviewed-by: andrew, sgehwolf Backport-of: d8f44aa39e921594505864e6270f42b745265293
Backport-of: 646c20022c73258bebf7c55b3e1992b62f5de042
… sends invalid value Reviewed-by: sgehwolf Backport-of: b17a745d7f55941f02b0bdde83866aa5d32cce07
Reviewed-by: roland, andrew Backport-of: a5818972c16bd883d768ff2fb23a8aa9e0142c65
Reviewed-by: andrew
Reviewed-by: sgehwolf
… after 8304074 Reviewed-by: simonis Backport-of: a9d21c61fb12a11e18c6bb8aa903e5a8e42473f1
Reviewed-by: sgehwolf Backport-of: 86ec158dfb7a770fe9a74ff8617bac938d0bb90f
Backport-of: 2fa6eac464048176087092c91c8430781ab15301
Reviewed-by: sgehwolf Backport-of: 26ac8366360685ef0cf3447ee7db16ba7a7fa1ec
Reviewed-by: sgehwolf Backport-of: e85355ada4ac1061c49ee9f1247d37a437c7b5ab
Replace strcpy with memmove Reviewed-by: andrew Backport-of: 01ec6950020268a375eb5330373e6c0813f3a924
…find the testlibrary Reviewed-by: shade, andrew
Reviewed-by: phh, andrew
…fails on Japanese Windows Reviewed-by: phh Backport-of: 4144ef36bcefb0ba597be9c871b15be5043ad231
…a: number of checked graphics configurations should be limited Reviewed-by: andrew, serb Backport-of: 64a2db9060bc9fc81afe451d0b057af57fc10f94
…d ReplayCacheTestProcWithMD5.java failed on OL8.3 Reviewed-by: mbalao, serb Backport-of: 8d780729c65bbfd19f23004723b8786d52f8310a
Reviewed-by: sgehwolf
Reviewed-by: sgehwolf, phh, andrew Backport-of: 770c1f65c588f3156f9b70097df752d8059c1038
Reviewed-by: sgehwolf
Reviewed-by: sgehwolf Backport-of: 70a15c73638f45b9ed629abc0ea2d86a324bf624
Apply 34B003AF.RPMAP130 definition into encoder Reviewed-by: sgehwolf Backport-of: 1b925183894778acce8aff4c101f67af98f0097f
…'t read properly" Cp943 and x-IBM943 should skip on XMLEncoder/Test4625418.java Reviewed-by: sgehwolf Backport-of: 24e646317651436e07dd133b154d9e812cf90aae
Reviewed-by: andrew Backport-of: 4083255440cfbf39b9683ea88a433d71ec6111e7
…ate. Reviewed-by: andrew Backport-of: 725ec0ce1b463b21cd4c5287cf4ccbee53ec7349
8205407: [windows, vs<2017] C4800 after 8203197 Reviewed-by: mbalao, roland Backport-of: 2db9005c07585b580b3ec0889b8b5e3ed0d0ca6a
…with MaxL/MinL Reviewed-by: andrew, roland Backport-of: cc894d849aa5f730d5a806acfc7a237cf5170af1
…ure fixes Reviewed-by: mbalao, roland, andrew
Co-authored-by: Ekaterina Vergizova <[email protected]> Reviewed-by: mbalao, andrew Backport-of: ab2532d858de8d855529b6f2491f94c499f94009
Reviewed-by: mbalao, andrew, yan Backport-of: f7857e9106841f402ade56bad0338fc53159fb9a
Reviewed-by: mbalao, andrew Backport-of: 72eed2f709caa48c82f58fe75c7e94d2c45947e1
Reviewed-by: mbalao, andrew Backport-of: 1401634b21b76db90291011bcae68c461742e687
Reviewed-by: mbalao, andrew Backport-of: c94ac4094deb8a170e82f89be6d830c2923fe198
Reviewed-by: mbalao, andrew Backport-of: 895893f2fbf1c521d4a263d505f0ecbda8d2eeea
Reviewed-by: andrew Backport-of: cf20364d0cb3f182880ee91c7fb023615e27becf
Reviewed-by: mbalao, andrew Backport-of: 1a5a44019871c411148ca85d0491cc68d2256e4e
Reviewed-by: mbalao, andrew Backport-of: da06689bf6fde7b6dd8efc2f0c39fc95adcdb69d
Summary: Merge upstream code Testing: CICD Reviewers: kuaiwei, yuleil Issue: #301
Paul Hohensee seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
da4e4d5
to
e3f43fa
Compare
The merge of upstream introduces new tests in CAInterop. However, these tests are marked as manual on later versions java11 & 17(manual here means these tests won't be run by CI, unless intentionally specified), and they fail when run manually. As a result, we decided to mark them as manual here. |
No description provided.