File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
3
+ * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
3
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
*
5
6
* This code is free software; you can redistribute it and/or modify it
33
34
* @library /test/lib
34
35
* @modules java.base/jdk.internal.misc
35
36
* java.xml
37
+ * @requires vm.flagless
36
38
* @run main/native GTestWrapper --gtest_filter=AsyncLogTest* -Xlog:async
37
39
* @run main/native GTestWrapper --gtest_filter=Log*Test* -Xlog:async
38
40
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
3
3
* Copyright (c) 2021 SAP SE. All rights reserved.
4
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
5
*
32
32
* @library /test/lib
33
33
* @modules java.base/jdk.internal.misc
34
34
* java.xml
35
+ * @requires vm.flagless
35
36
* @run main/native GTestWrapper --gtest_filter=NMT*:os* -XX:NativeMemoryTracking=off
36
37
*/
37
38
40
41
* @library /test/lib
41
42
* @modules java.base/jdk.internal.misc
42
43
* java.xml
44
+ * @requires vm.flagless
43
45
* @run main/native GTestWrapper --gtest_filter=NMT*:os* -XX:NativeMemoryTracking=summary
44
46
*/
45
47
48
50
* @library /test/lib
49
51
* @modules java.base/jdk.internal.misc
50
52
* java.xml
53
+ * @requires vm.flagless
51
54
* @run main/native GTestWrapper --gtest_filter=NMT*:os* -XX:NativeMemoryTracking=detail
52
55
*/
Original file line number Diff line number Diff line change 28
28
* @library /test/lib
29
29
* @modules java.base/jdk.internal.misc
30
30
* java.xml
31
+ * @requires vm.flagless
31
32
* @run main/native GTestWrapper --gtest_filter=os.trim* -Xlog:trimnative -XX:+UnlockExperimentalVMOptions -XX:TrimNativeHeapInterval=100
32
33
*/
You can’t perform that action at this time.
0 commit comments