Skip to content

Commit f1433f4

Browse files
committed
Update header files, lib versions
1 parent 043bf01 commit f1433f4

File tree

215 files changed

+1562
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+1562
-272
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ If you are adding a new file it should have the following header:
1818
/*
1919
* JVM Performance Benchmarks
2020
*
21-
* Copyright (C) 2019 - 2024 Ionut Balosin
21+
* Copyright (C) 2019-2025 Ionut Balosin
22+
* Website: www.ionutbalosin.com
23+
* Social Media:
24+
* LinkedIn: ionutbalosin
25+
* Bluesky: @ionutbalosin.bsky.social
26+
* X: @ionutbalosin
27+
* Mastodon: ionutbalosin@mastodon.social
2228
*
2329
* Licensed to the Apache Software Foundation (ASF) under one
2430
* or more contributor license agreements. See the NOTICE file

README.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -330,24 +330,32 @@ If you are interested in contributing code or providing any form of support, **i
330330
Please see the [LICENSE](./license/LICENSE) file for full license.
331331

332332
```
333-
JVM Performance Benchmarks
334-
335-
Copyright (C) 2019 - 2024 Ionut Balosin
336-
337-
Licensed to the Apache Software Foundation (ASF) under one
338-
or more contributor license agreements. See the NOTICE file
339-
distributed with this work for additional information
340-
regarding copyright ownership. The ASF licenses this file
341-
to you under the Apache License, Version 2.0 (the
342-
"License"); you may not use this file except in compliance
343-
with the License. You may obtain a copy of the License at
344-
345-
http://www.apache.org/licenses/LICENSE-2.0
346-
347-
Unless required by applicable law or agreed to in writing,
348-
software distributed under the License is distributed on an
349-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
350-
KIND, either express or implied. See the License for the
351-
specific language governing permissions and limitations
352-
under the License.
333+
/*
334+
* JVM Performance Benchmarks
335+
*
336+
* Copyright (C) 2019-2025 Ionut Balosin
337+
* Website: www.ionutbalosin.com
338+
* Social Media:
339+
* LinkedIn: ionutbalosin
340+
* Bluesky: @ionutbalosin.bsky.social
341+
* X: @ionutbalosin
342+
* Mastodon: ionutbalosin@mastodon.social
343+
*
344+
* Licensed to the Apache Software Foundation (ASF) under one
345+
* or more contributor license agreements. See the NOTICE file
346+
* distributed with this work for additional information
347+
* regarding copyright ownership. The ASF licenses this file
348+
* to you under the Apache License, Version 2.0 (the
349+
* "License"); you may not use this file except in compliance
350+
* with the License. You may obtain a copy of the License at
351+
*
352+
* http://www.apache.org/licenses/LICENSE-2.0
353+
*
354+
* Unless required by applicable law or agreed to in writing,
355+
* software distributed under the License is distributed on an
356+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
357+
* KIND, either express or implied. See the License for the
358+
* specific language governing permissions and limitations
359+
* under the License.
360+
*/
353361
```

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/InfrastructureBaselineBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/EnumValuesLookupBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/classloader/URLClassLoaderBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/crypto/AesCbcCryptoBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/crypto/AesCtrCryptoBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/crypto/AesEcbCryptoBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/crypto/AesGcmCryptoBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

benchmarks/src/main/java/com/ionutbalosin/jvm/performance/benchmarks/api/crypto/BlowfishCbcCryptoBenchmark.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/*
22
* JVM Performance Benchmarks
33
*
4-
* Copyright (C) 2019 - 2024 Ionut Balosin
4+
* Copyright (C) 2019-2025 Ionut Balosin
5+
* Website: www.ionutbalosin.com
6+
* Social Media:
7+
* LinkedIn: ionutbalosin
8+
* Bluesky: @ionutbalosin.bsky.social
9+
* X: @ionutbalosin
10+
* Mastodon: ionutbalosin@mastodon.social
511
*
612
* Licensed to the Apache Software Foundation (ASF) under one
713
* or more contributor license agreements. See the NOTICE file

0 commit comments

Comments
 (0)