Skip to content
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

[Misc] Update version #775

Merged
merged 194 commits into from
Jan 16, 2024
Merged

Conversation

Accelerator1996
Copy link
Collaborator

No description provided.

GoeLin and others added 30 commits May 30, 2023 16:40
Backport-of: 10f16746254ce62031f40ffb0f49f22e81cbe631
…d AddExportsTest.java

Reviewed-by: goetz
Backport-of: 1226dcb
…s - part 4

Makes a few intermittently failing tests more resilient to port reuse issues by ensuring they bind to the loopback address instead of the wildcard.

Backport-of: 205fd87
Reviewed-by: roland, mdoerr
Backport-of: 5a478ef7759e64da6d17426673700ff0d9c66b33
… negative character argument

Reviewed-by: mdoerr
Backport-of: 47ca5773a54743244a9b28f877246d260b90a408
Backport-of: ff0cb98965a0b6be2f6c399e4645630c10b3466e
…s - part 8

Fixes some intermittent test failures by replacing wildcard with loopback - or retrying once.

Backport-of: cd9e3c1
…heck inflated bytes

Backport-of: 0c472c8a4ff01b3bc8fba5df82c24c240586e5c5
8240193: loadLibrary("osxsecurity") should not be removed

Reviewed-by: mbaesken, mbalao
Backport-of: 4e430ff
Reviewed-by: phh
Backport-of: 5ba0d09fe47439880daf913f4ff0b978ed9c1ac6
Reviewed-by: mdoerr
Backport-of: 94eda53d98e5011cc613d031ff8941e254eb666b
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator

Reviewed-by: goetz
Backport-of: 32a5512
…ls intermittently

The test was observed blocking on receive and is updated to avoid using the wildcard address

Reviewed-by: goetz
Backport-of: 6d63995
HTTPTestServer (in the test infrastructure) will no longer stop accepting requests if a previous request processing failed

Reviewed-by: goetz
Backport-of: 6b2e444
Backport-of: 5a92aae1d967f5be01f05d9cc56c433a5eca61e8
…or aliases registration

Use sun.security.util.KnownOIDs enum instead of hardcoding oid strings everywhere

Reviewed-by: mbaesken, mbalao
Backport-of: 080b3b8
Backport-of: ec55539534d43629c1a47407a8e2e94913034a71
…rrectly to HTML

Reviewed-by: phh
Backport-of: 83bce94cc8a7fb45b0604598411fbecc62000dfd
…ity.InvalidKeyException

Changed SunRsaSign provider to accept RSA signature oid in RSA key encoding for backward compatibility

Reviewed-by: mbaesken
Backport-of: 56b7960
… for random bytes

Reviewed-by: goetz, mdoerr
Backport-of: 434a399bea4b116f14df963a5f5045608956a772
Reviewed-by: mdoerr
Backport-of: 9d7c13eb14c525485e7739fcfacd044aa3bbc12d
…KCS#1

Reviewed-by: mbaesken
Backport-of: 68cf65d284a73f5c5229d30ca642bba9585095f3
RealCLanger and others added 24 commits August 28, 2023 13:09
Backport-of: ec2abc2d82bf737258ae8ee0bba8ba6a15e1dabb
…nput/output error" in java.lang.ProcessHandleImpl$Info.info0

Backport-of: d24b7b7026cf85f1aecf44f60819762872cfd5c1
…ure in ChildAlwaysOnTopTest.java

Reviewed-by: phh
Backport-of: a44f8b059847135ecd0618cb04abbb0d2be1d2d0
Reviewed-by: mbaesken
Backport-of: cf2d33ca2ee08c61596ab10b7602500a6931fa31
…cale(2, 1)

Ignore bitmaps embedded into fonts for non-uniform scales

Reviewed-by: phh
Backport-of: 62610203f18095cbd25b456f0622bad033a65a5d
Reviewed-by: mbalao
Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
Reviewed-by: mbalao
Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
Reviewed-by: mbalao
Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
Reviewed-by: mbalao
Backport-of: 89fd6d34f859d61d9cf5a1edf9419eee7c338390
Reviewed-by: mbalao
Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
Reviewed-by: mbalao, andrew, clanger
Summary: Merge upstream code

Testing: CICD

Reviewers: kuaiwei, yuleil

Issue: #225
Summary: Since upstream delete `createJavaProcessBuilder`, those
testcases need to call another functions to replace it.

Testing:
com/alibaba/cds/TestDumpAndLoadClass.java
com/alibaba/cds/TestDumpAndLoadClassWithDifferentCP.java
com/alibaba/cds/TestDumpAndLoadClassWithException.java
com/alibaba/cds/TestDumpAndLoadClassWithNullURL.java
com/alibaba/cds/TestDumpAndLoadClassWithWisp.java
com/alibaba/cds/TestDumpAndLoadNotFound.java
com/alibaba/cds/TestDumpAndLoadVerficationFailure.java
com/alibaba/cds/TestDumpListInParallel.java
com/alibaba/cds/TestDumpUnsupportedCheck.java
com/alibaba/cds/TestLoadClassFlow.java
com/alibaba/cds/TestWispWithAppCDS.java
runtime/eagerappcds/TestClassLoaderWithJVMTIAgent.java
com/alibaba/quickstart/TestMultiVersionedJar.java

Reviewers: lingjun-cg, yulei

Issue: #731
Summary: Fix jvmti of backport of 8291555

Testing : CI pipeline

Reviewers: yulei, ddh

Issue: #748
Summary: Fix a -UseTLAB crash from backport of 8305895

Testing : CI pipeline

Reviewers: yulei, ddh

Issue: #747
…5895 backport

Summary: Fix G1 root region scanning crash of 8305895 backport

Testing : CI pipeline

Reviewers: yulei, ddh

Issue: #755
Summary: revert backport of 8139457: Relax alignment of array elements

Testing : CI pipeline

Reviewers: yulei, ddh

Issue: #743
Summary: Update dragonwell version

Testing: CICD

Reviewers: kuaiwei, yuleil

Issue: #225
@CLAassistant
Copy link

CLAassistant commented Jan 11, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 20 committers have signed the CLA.

✅ sendaoYan
✅ jia-wei-tang
✅ mmyxym
❌ GoeLin
❌ RealLucy
❌ yukikimmura
❌ jianglizhou
❌ mrserb
❌ MBaesken
❌ ktakakuri
❌ Roman Marchenko
❌ gnu-andrew
❌ tstuefe
❌ TheRealMDoerr
❌ kurashige23
❌ RealCLanger
❌ toshiogata
❌ zhengyu123
❌ Accelerator1996
❌ simonis


Roman Marchenko 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.

@Accelerator1996 Accelerator1996 merged commit b1b9518 into master Jan 16, 2024
101 of 102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.