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

Synchronize with upstream 23.1 branch #594

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
e41ee9b
Removed no longer needed JDK-specific JFR code.
christianhaeubl Sep 1, 2023
3ee4a09
Do not expose canonicalized names for mapped relative directories in …
nirvdrum Aug 2, 2023
52d0957
Update copyright year.
woess Aug 8, 2023
620a3c4
Normalize, but don't canonicalize relative virtual dir path.
woess Sep 7, 2023
129ddfb
Allow resolving virtual paths relative to ".".
woess Sep 8, 2023
04612ad
Fix js isolate deployment
gilles-duboscq Sep 13, 2023
8c41fbc
Fix tools and languages meta-pom deployment
gilles-duboscq Sep 13, 2023
33e213a
Next dev cycle: 23.1.1
gilles-duboscq Sep 13, 2023
b094c09
Revert "Fix tools and languages meta-pom deployment"
gilles-duboscq Sep 14, 2023
65591cd
Fix tools/languages-community deployment
gilles-duboscq Sep 14, 2023
408a427
[GR-48638] Next dev cycle: 23.1.1.
gilles-duboscq Sep 15, 2023
9c5bcf9
Use API flag in init hint
vjovanov Sep 13, 2023
25e338f
Fix the command argument in the clinit error msg
vjovanov Sep 15, 2023
8b32a69
Fix "New VarHandle found after static analysis" in Netty 5
Sep 15, 2023
463949b
Promote to long before shifting when computing array size
tkrodriguez Jul 12, 2023
b094588
Add HumongousReferenceObjectTest
tkrodriguez Sep 8, 2023
6cbcc1a
Disable fast path allocation for types which must be slow path allocated
tkrodriguez Jul 13, 2023
f57c8f3
Filter out explicitly selected GCs
tkrodriguez Sep 16, 2023
52acc14
Update embedder documentation for Truffle unchained.
chumer Sep 13, 2023
62afd93
Address reviewer concerns.
chumer Sep 13, 2023
6e0b416
Documentation fixes.
chumer Sep 15, 2023
cd319e3
Fixed reviewer concerns.
chumer Sep 15, 2023
5576f65
Fix embedding documentation.
chumer Sep 17, 2023
01f2553
update to jvmci-23.1-b16
marwan-hallaoui Sep 17, 2023
1eb37a0
[GR-48391] Remove no longer needed JDK-specific JFR code.
christianhaeubl Sep 18, 2023
7632b68
use deployed binaries
marwan-hallaoui Sep 20, 2023
461659f
[GR-48543] Update to jvmci-23.1-b16.
marwan-hallaoui Sep 20, 2023
254fe28
AArch64: Add FarBranch support for BranchOp.
teshull Sep 18, 2023
160ddef
analyze runtime compilation snippets.
teshull Sep 7, 2023
61e4127
[GR-48629] Backport to 23.1: java.lang.NullPointerException in Floati…
elkorchi Sep 21, 2023
5065432
Make toolchain launchers more verbose in test project builds.
rschatz Sep 8, 2023
99c5a30
[GR-48525] Work around fork bug on Darwin.
rschatz Sep 12, 2023
24daf59
[GR-47361] Properly handle negative instance sizes on HotSpot
tkrodriguez Sep 21, 2023
e3dede1
[GR-48538] Backport of: Do not expose canonicalized names for mapped …
woess Sep 21, 2023
ef673a6
[GR-48818] Backport 23.1.1 : Fix occasional crash using ProcessBuilde…
marwan-hallaoui Sep 22, 2023
4a416d7
[GR-43821] Unchained documentation backport.
chumer Sep 22, 2023
03f58b9
Use some minimal alignment for unaligned heap chunks.
christianhaeubl Sep 4, 2023
dbe3764
[GR-48741] Backport 23.1.1 : AArch64 Add FarBranch support for BranchOp.
marwan-hallaoui Sep 22, 2023
a2927b1
[GR-48696] Adapt fix with version 23.1
elkorchi Sep 22, 2023
8054a96
Return a CEntryPointError if the stack boundaries cannot be determine…
christianhaeubl Aug 30, 2023
56b7f1b
Changed the return value of JNI functions AttachCurrentThread, Attach…
christianhaeubl Aug 31, 2023
b927f57
Renamed StackOverflowCheck.StackOverflowSupport to StackOverflowCheck…
christianhaeubl Sep 4, 2023
5d7c28d
Only use non-standard JNI error codes if the hosted option JNIEnhance…
christianhaeubl Sep 4, 2023
7e28718
Rerun `DefaultOptionsHolder` class initializers.
fniephaus Sep 18, 2023
20caa6c
update to jvmci-23.1-b17
marwan-hallaoui Sep 23, 2023
1ab0dfd
[GR-48837] Update to jvmci-23.1-b17.
marwan-hallaoui Sep 24, 2023
6c03f1a
[GR-48446] [GR-48602] [GR-48747] [GR-48732] [GR-48685] [GR-46479] Bac…
steve-s Sep 25, 2023
1ba0cc6
[GR-48441] Backport 23.1.1 : Return a CEntryPointError if the stack b…
marwan-hallaoui Sep 25, 2023
d79d79a
Create additional artifacts only when no error.
petalex Aug 16, 2023
e2b3c30
Fix filename-only links.
petalex Aug 30, 2023
ca99997
[GR-48696] Backport to 23.1: Uncommitting of memory failed - should n…
elkorchi Sep 26, 2023
6c82f05
[GR-45893] Backport: Rerun `DefaultOptionsHolder` class initializers.
fniephaus Sep 26, 2023
5710f39
[GR-48660] Fix "New VarHandle found after static analysis" in Netty 5.
Sep 27, 2023
55e3ed7
Add missing export (GR-48936).
ansalond Sep 26, 2023
9f039be
[GR-48936] Add missing export in in TRUFFLE_ICU4J.
ansalond Sep 27, 2023
9a99ef6
[GR-48529] Use the API flag in the init hint.
vjovanov Sep 28, 2023
650a42b
update to jvmci-23.1-b18
OracleLabsAutomation Sep 29, 2023
0e03d71
use deployed artifacts
marwan-hallaoui Sep 29, 2023
1970ce5
[GR-48952] Update to jvmci-23.1-b18.
OracleLabsAutomation Sep 29, 2023
23882bc
update to jvmci-23.1-b19
marwan-hallaoui Oct 6, 2023
663b386
use deploy artifacts
marwan-hallaoui Oct 8, 2023
1278796
[GR-49311] Update to jvmci-23.1-b19.
marwan-hallaoui Oct 8, 2023
19d2b9c
GR-49173 : make GraalVM 23.1.1
marwan-hallaoui Oct 9, 2023
b102df7
GR-49173 : make GraalVM 23.1.1 follow up
marwan-hallaoui Oct 9, 2023
3d8de75
Merge remote-tracking branch 'oracle/release/graal-vm/23.1' into 2023…
zakkak Oct 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions common.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"labsjdk-ee-20-llvm": {"name": "labsjdk", "version": "ee-20.0.2+2-jvmci-23.1-b02-sulong", "platformspecific": true },

"oraclejdk21": {"name": "jpg-jdk", "version": "21", "build_id": "33", "release": true, "platformspecific": true, "extrabundles": ["static-libs"]},
"labsjdk-ce-21": {"name": "labsjdk", "version": "ce-21+35-jvmci-23.1-b15", "platformspecific": true },
"labsjdk-ce-21Debug": {"name": "labsjdk", "version": "ce-21+35-jvmci-23.1-b15-debug", "platformspecific": true },
"labsjdk-ce-21-llvm": {"name": "labsjdk", "version": "ce-21+35-jvmci-23.1-b15-sulong", "platformspecific": true },
"labsjdk-ee-21": {"name": "labsjdk", "version": "ee-21+35-jvmci-23.1-b15", "platformspecific": true },
"labsjdk-ee-21Debug": {"name": "labsjdk", "version": "ee-21+35-jvmci-23.1-b15-debug", "platformspecific": true },
"labsjdk-ee-21-llvm": {"name": "labsjdk", "version": "ee-21+35-jvmci-23.1-b15-sulong", "platformspecific": true },
"labsjdk-ce-21": {"name": "labsjdk", "version": "ce-21.0.1+12-jvmci-23.1-b19", "platformspecific": true },
"labsjdk-ce-21Debug": {"name": "labsjdk", "version": "ce-21.0.1+12-jvmci-23.1-b19-debug", "platformspecific": true },
"labsjdk-ce-21-llvm": {"name": "labsjdk", "version": "ce-21.0.1+12-jvmci-23.1-b19-sulong", "platformspecific": true },
"labsjdk-ee-21": {"name": "labsjdk", "version": "ee-21.0.1+12-jvmci-23.1-b19", "platformspecific": true },
"labsjdk-ee-21Debug": {"name": "labsjdk", "version": "ee-21.0.1+12-jvmci-23.1-b19-debug", "platformspecific": true },
"labsjdk-ee-21-llvm": {"name": "labsjdk", "version": "ee-21.0.1+12-jvmci-23.1-b19-sulong", "platformspecific": true },

"oraclejdk22": {"name": "jpg-jdk", "version": "22", "build_id": "2", "release": true, "platformspecific": true, "extrabundles": ["static-libs"]}
},
Expand Down
3 changes: 2 additions & 1 deletion compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceinprojectwhitelist" : [],

"groupId" : "org.graalvm.compiler",
"version" : "23.1.0.1",
"version" : "23.1.1.0",
"release" : False,
"url" : "http://www.graalvm.org/",
"developer" : {
Expand Down Expand Up @@ -255,6 +255,7 @@
"java.base" : [
"jdk.internal.module",
"jdk.internal.misc",
"jdk.internal.vm.annotation",
],
"java.instrument" : [
"sun.instrument",
Expand Down
Loading