Skip to content

Commit 850a5a1

Browse files
committed
Update current year and corrected a typo in UPL license text
1 parent cd96cde commit 850a5a1

File tree

8 files changed

+47
-24
lines changed

8 files changed

+47
-24
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Product License - GraalVM Community Edition
1+
Product License - GraalVM Community Edition
22

33
This is a release of GraalVM Community Edition. GraalVM Community Edition
44
consists of multiple modules. The software as a whole, as well as the JVMCI
55
and VisualVM modules, are released under version 2 of the GNU General Public
66
License with the “Classpath” Exception.
77
The text of the foregoing licenses is reproduced below.
88

9-
Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
9+
Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
1010

1111
===========================================================================
1212

docs/Publications.md

+35-11
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,56 @@ Find below also the academic publications on the compiler of your interest, or s
4040

4141
### 2025
4242

43-
- Ivan Ristovic, Vojin Jovanovic, Peter Hofer, Milena Vujosevic Janicic
44-
[**GraalDoss: Direct Object Snapshotting and Sharing for Cloud-Native Applications**](#)
45-
In _Proceedings of Future Generation Computer Systems_
43+
- Lukas Makor, Sebastian Kloibhofer, Peter Hofer, David Leopoldseder, Hanspeter Mössenböck
44+
[**Automated Profile-Guided Replacement of Data Structures to Reduce Memory Allocation**](https://programming-journal.org/2025/10/3/)
45+
In _Proceedings of [‹Programming› 2025](https://2025.programming-conference.org/)_
4646

47-
- Andrej Pecimuth, David Leopoldseder, Petr Tuma
48-
[**A Pragmatic Approach to Replay Compilation**]()
49-
In _Proceedings of MoreVMs workshop co-located with <Programming> 2025 conference_
47+
- Vojin Jovanovic, Milan Cugurovic, Lazar Milikic
48+
[**GraalNN: Context-Sensitive Static Profiling with Graph Neural Networks**](https://dl.acm.org/doi/10.1145/3696443.3708958)
49+
In _Proceedings of International Symposium on Code Generation and Optimization (CGO) 2025_
5050

5151
### 2024
5252

5353
- David Kozak, Codrut Stancu, Tomas Vojnar, Christian Wimmer
5454
[**SkipFlow: Improving the Precision of Points-to Analysis using Primitive Values and Predicate Edges**](https://dl.acm.org/doi/10.1145/3696443.3708932)
55-
In _PGO '25: Proceedings of the 23rd ACM/IEEE International Symposium on Code Generation and Optimization_
55+
In _Proceedings of the 23rd ACM/IEEE International Symposium on Code Generation and Optimization_
56+
57+
- Pichler Christoph, Paley Li, Roland Schatz, Hanspeter Moessenboeck
58+
[**On Automating Hybrid Execution of Ahead-of-Time and Just-in-Time Compiled Code**](https://dl.acm.org/doi/10.1145/3689490.3690398)
59+
In _Proceedings of VMIL '24: 16th ACM SIGPLAN International Workshop on Virtual Machines and Intermediate Languages_
60+
61+
- Milica Karlicic, Ivan Ristovic, Milena Vujosevic Janicic
62+
[**Profiling-Based Adaptive GC Policy for Serverless**](https://simpozijum.matf.bg.ac.rs/KNJIGA_APSTRAKATA_2024.pdf#page=72)
63+
In _Proceedings of the fourteenth Symposium "Mathematics and Applications"_
64+
65+
- Aleksandar Stefanovic, Ivan Ristovic, Milena Vujosevic Janicic
66+
[**Constant Folding of Reflective Calls via Static Analysis of Java Bytecode**](https://simpozijum.matf.bg.ac.rs/KNJIGA_APSTRAKATA_2024.pdf#page=71)
67+
In _Proceedings of the fourteenth Symposium "Mathematics and Applications"_
68+
69+
- Milan Cugurovic, Milena Vujosevic Janicic
70+
[**GraalSP Profiles Logger: A Tool for Analyzing and Interpreting Predictions of the ML-Based Static Profilers**](https://www.mi.sanu.ac.rs/~ai_conf/previous_editions/2024/AI_Conference_Book_of_Abstracts.pdf#page=19)
71+
In _Proceedings [Artificial Intelligence Conference](http://www.mi.sanu.ac.rs/~ai_conf/)_
72+
73+
- Andrej Pecimuth, David Leopoldseder, Petr Tůma
74+
[**An Analysis of Compiled Code Reusability in Dynamic Compilation**](https://dl.acm.org/doi/10.1145/3689490.3690406)
75+
In _Proceedings of VMIL'24 Workshop_
76+
77+
- Andrej Pecimuth, David Leopoldseder, Petr Tuma
78+
[**Accurate Compilation Replay via Remote JIT Compilation**](https://labs.oracle.com/pls/apex/f?p=94065:10:129133207909118:11009)
79+
_Poster presented at the 21st International Conference on Managed Programming Languages and Runtimes (MPLR 2024)_
5680

5781
- Matteo Oldani, William Blair, Lukas Stadler, Zbynek Slajchrt, Matthias Neugschwandtner
5882
[**Binsweep: Reliably Restricting Untrusted Instruction Streams with Static Binary Analysis and Control-Flow Integrity**](https://www.graalvm.org/resources/articles/binsweep.pdf)
5983
In _Proceedings of the ACM Cloud Computing Security Workshop (CCSW'24)_
6084

85+
- Lukas Makor, Sebastian Kloibhofer, Peter Hofer, David Leopoldseder, Hanspeter Moessenboeck
86+
[**Automated Profile-guided Replacement of Data Structures to Reduce Memory Allocation**](https://arxiv.org/abs/2502.20536)
87+
In _Proceedings of [‹Programming› 2025](https://2025.programming-conference.org/)_
88+
6189
- Florian Huemer, David Leopoldseder, Aleksandar Prokopec, Raphael Mosaner, Hanspeter Moessenboeck
6290
[**Taking a Closer Look: An Outlier-Driven Approach to Compilation-Time Optimization**](https://2024.ecoop.org/details/ecoop-2024-papers/24/Taking-a-Closer-Look-An-Outlier-Driven-Approach-to-Compilation-Time-Optimization)
6391
In _Proceedings of the ECOOP 2024 Doctoral Symposium_
6492

65-
- Andrej Pecimuth, David Leopoldseder, Petr Tuma
66-
[**Accurate Compilation Replay via Remote JIT Compilation**](https://labs.oracle.com/pls/apex/f?p=94065:10:129133207909118:11009)
67-
_Poster presented at the 21st International Conference on Managed Programming Languages and Runtimes (MPLR 2024)_
68-
6993
- Christoph Blumschein, Fabio Niephaus, Codrut Stancu, Christian Wimmer, Jens Lincke, Robert Hirschfeld
7094
[**Finding Cuts in Static Analysis Graphs to Debloat Software**](https://labs.oracle.com/pls/apex/f?p=94065:10:129133207909118:10909)
7195
In _Proceedings of the ACM SIGSOFT International Symposium on Software Testing and Analysis_

regex/LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
The Universal Permissive License (UPL), Version 1.0
@@ -14,7 +14,7 @@ the Larger Works (as defined below), to deal in both
1414
(a) the Software, and
1515

1616
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17-
one is included with the Software each a "Larger Work" to which the Software
17+
one is included with the Software (each a "Larger Work" to which the Software
1818
is contributed by such licensors),
1919

2020
without restriction, including without limitation the rights to copy, create

sdk/LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
The Universal Permissive License (UPL), Version 1.0
@@ -14,7 +14,7 @@ the Larger Works (as defined below), to deal in both
1414
(a) the Software, and
1515

1616
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17-
one is included with the Software each a "Larger Work" to which the Software
17+
one is included with the Software (each a "Larger Work" to which the Software
1818
is contributed by such licensors),
1919

2020
without restriction, including without limitation the rights to copy, create

sulong/LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
Sulong – LLVM
3-
Copyright (c) 2013, 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2013, 2025, Oracle and/or its affiliates.
43

54
All rights reserved.
65

truffle/LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
The Universal Permissive License (UPL), Version 1.0
@@ -14,7 +14,7 @@ the Larger Works (as defined below), to deal in both
1414
(a) the Software, and
1515

1616
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17-
one is included with the Software each a "Larger Work" to which the Software
17+
one is included with the Software (each a "Larger Work" to which the Software
1818
is contributed by such licensors),
1919

2020
without restriction, including without limitation the rights to copy, create

vm/LICENSE_GRAALVM_CE

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ released under a 3-clause BSD license.
99

1010
The text of the foregoing licenses is reproduced below.
1111

12-
Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
12+
Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
1313

1414
===========================================================================
1515

wasm/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
The Universal Permissive License (UPL), Version 1.0
@@ -14,7 +14,7 @@ the Larger Works (as defined below), to deal in both
1414
(a) the Software, and
1515

1616
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17-
one is included with the Software each a "Larger Work" to which the Software
17+
one is included with the Software (each a "Larger Work" to which the Software
1818
is contributed by such licensors),
1919

2020
without restriction, including without limitation the rights to copy, create

0 commit comments

Comments
 (0)