Skip to content

Commit 3d9d265

Browse files
committed
3.1.3 release notes
1 parent 4061192 commit 3d9d265

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

NEWS.txt

+36
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ Jikes RVM NEWS -- History of significant changes
55
This file contains the release notes since Jikes RVM 2.0.0, released
66
on October 14, 2001,
77

8+
* Jikes RVM 3.1.3 (February 12, 2013)
9+
10+
** Improvement
11+
* [RVM-962] - Initial pass over the source code to remove duplicated comments
12+
* [RVM-965] - Consolidate EmptyIterator implementations
13+
* [RVM-970] - This patch creates an environment to perform unit-tests both in the boostrap VM and Jikes RVM. Added a working example (ExampleTest).
14+
* [RVM-973] - Initial pass over the source code for cosmetic comment changes
15+
* [RVM-974] - Cleanup assertions in the RVM (add missing VM.VerifyAssertions, use VM.NOT_REACHED instead of false)
16+
* [RVM-975] - Updated JUnit to 4.10
17+
* [RVM-976] - Remove *Enumeration classes that were made useless by generics
18+
* [RVM-980] - Custom Test Runner to Distinguish Testing VM
19+
* [RVM-981] - Added Mockito to components
20+
* [RVM-984] - Don't run unit tests on the built RVM image by default
21+
* [RVM-1012] - Add memory barriers to implement JMM volatile semantics in PPC baseline compiler
22+
* [RVM-1014] - Move static nested classes out of BC2IR
23+
24+
** Bug
25+
* [RVM-916] - Rule missing in set_caught_exception (BURS)
26+
* [RVM-954] - @Target of @Pragma meta-annotation incorrect
27+
* [RVM-963] - Pettis-Hansen code reordering causes boot image compilation to be non-deterministic
28+
* [RVM-967] - Sticky Immix incorrectly tries to forward mature objects
29+
* [RVM-969] - "Comparison method violates its general contract" when building on OpenJDK 7
30+
* [RVM-972] - .hgignore ignores build//components/
31+
* [RVM-978] - parallel sweep wrong
32+
* [RVM-987] - Add a null check for the thread object to sun.misc.Unsafe.park(...)
33+
* [RVM-990] - Assertion failures in RCHeader makeUnlogged() when running unit tests on BaseBaseGenRC
34+
* [RVM-1000] - Strings from IcedTea 1.7 don't have count and offset fields
35+
* [RVM-1003] - fop (DaCapo 9.12) fails with NPE for input size small
36+
* [RVM-1004] - NPE while opt-compiling LogManager.checkAccess during bootimage writing
37+
38+
** Test
39+
* [RVM-971] - Unit Tests for org.jikesrvm.util
40+
* [RVM-982] - Added JUnit Test and fix for org.jikesrvm.compilers/opt/util/Stack.java
41+
* [RVM-983] - Added JUnit Test for org/jikesrvm/compilers/opt/util/Tree.java and fixes for the bugs found
42+
* [RVM-992] - Add remaining unit tests from the Google Summer of Code unit testing project
43+
844
* Jikes RVM 3.1.2 (February 24, 2012)
945

1046
Please note, Jikes RVM now requires the host JVM to be Java 6 or better.

0 commit comments

Comments
 (0)