hg: code-tools/jcstress: 3 new changesets

ashipile at redhat.com ashipile at redhat.com
Tue Mar 28 16:19:50 UTC 2017


Changeset: 794ae5fc5330
Author:    shade
Date:      2017-03-28 13:41 +0200
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/794ae5fc5330

Chapter 0.a: Add initialization tests that check class headers and array lengths.

! jcstress-test-gen/src/main/java/org/openjdk/jcstress/chapters/Chapter0aTestGenerator.java
+ jcstress-test-gen/src/main/resources/init/X-ArrayInitClassTest.java.template
+ jcstress-test-gen/src/main/resources/init/X-ArrayInitLengthTest.java.template
+ jcstress-test-gen/src/main/resources/init/X-ArrayLargeInitClassTest.java.template
+ jcstress-test-gen/src/main/resources/init/X-ArrayLargeInitLengthTest.java.template
+ jcstress-test-gen/src/main/resources/init/X-FieldInitClassTest.java.template

Changeset: 2357daa047b7
Author:    shade
Date:      2017-03-28 16:28 +0200
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/2357daa047b7

Chapter 2.a: Copying (manual, clone, arraycopy, copyOf) tests.

! jcstress-test-gen/pom.xml
+ jcstress-test-gen/src/main/java/org/openjdk/jcstress/chapters/Chapter2aTestGenerator.java
+ jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
+ jcstress-test-gen/src/main/resources/copy/X-ArrayManualCopyingTest.java.template
+ jcstress-test-gen/src/main/resources/copy/X-ArraycopyCopyingTest.java.template
+ jcstress-test-gen/src/main/resources/copy/X-ArraysCopyOfCopyingTest.java.template
+ jcstress-test-gen/src/main/resources/copy/X-ObjectCloneCopyingTest.java.template
+ jcstress-test-gen/src/main/resources/copy/X-ObjectManualCopyingTest.java.template
! pom.xml
! tests-all/pom.xml
+ tests-chapter-2a/LICENSE
+ tests-chapter-2a/THIRD_PARTY_README
+ tests-chapter-2a/pom.xml
+ tests-chapter-2a/src/main/java/Test.java
+ tests-chapter-2a/src/main/resources/LICENSE
+ tests-chapter-2a/src/main/resources/THIRD_PARTY_README

Changeset: e7734808d954
Author:    shade
Date:      2017-03-28 18:18 +0200
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/e7734808d954

Chapter 2.a: Add large arrays tests.

! jcstress-test-gen/src/main/java/org/openjdk/jcstress/chapters/Chapter2aTestGenerator.java
= jcstress-test-gen/src/main/resources/copy/arrays/X-Arraycopy.java.template < jcstress-test-gen/src/main/resources/copy/X-ArraycopyCopyingTest.java.template
= jcstress-test-gen/src/main/resources/copy/arrays/X-ArraysCopyOf.java.template < jcstress-test-gen/src/main/resources/copy/X-ArraysCopyOfCopyingTest.java.template
= jcstress-test-gen/src/main/resources/copy/arrays/X-Clone.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
! jcstress-test-gen/src/main/resources/copy/arrays/X-LargeArraycopy.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
! jcstress-test-gen/src/main/resources/copy/arrays/X-LargeArraysCopyOf.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
! jcstress-test-gen/src/main/resources/copy/arrays/X-LargeClone.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
! jcstress-test-gen/src/main/resources/copy/arrays/X-LargeManual.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayCloneCopyingTest.java.template
= jcstress-test-gen/src/main/resources/copy/arrays/X-Manual.java.template < jcstress-test-gen/src/main/resources/copy/X-ArrayManualCopyingTest.java.template
= jcstress-test-gen/src/main/resources/copy/objects/X-Clone.java.template < jcstress-test-gen/src/main/resources/copy/X-ObjectCloneCopyingTest.java.template
= jcstress-test-gen/src/main/resources/copy/objects/X-Manual.java.template < jcstress-test-gen/src/main/resources/copy/X-ObjectManualCopyingTest.java.template



More information about the jcstress-dev mailing list