Skip to content

Commit 413843c

Browse files
Evgeny Nikitinlmesnik
authored andcommitted
8356649: Update JCStress test suite
Reviewed-by: lmesnik
1 parent 46a12e7 commit 413843c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/applications/jcstress/JcstressRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -45,7 +45,7 @@
4545
revision = JcstressRunner.VERSION, extension = "jar", unpack = false)
4646
public class JcstressRunner {
4747

48-
public static final String VERSION = "0.17-SNAPSHOT-20240328";
48+
public static final String VERSION = "0.17-SNAPSHOT-20241217";
4949
public static final String MAIN_CLASS = "org.openjdk.jcstress.Main";
5050

5151
public static final String TIME_BUDGET_PROPERTY = "jcstress.time_budget";

0 commit comments

Comments
 (0)