Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.2
-
Component/s: MMTk: GCSpy
-
Labels:None
-
Environment:All with a Java JDK version more recent than 1.5
-
Patch Submitted:Yes
-
Number of attachments :
Description
The version of GCspy currently downloaded by GCspy is 1_01. This checks that the version of the Java JDK is 1.5. It needs to be fixed to specify 1.5 or later (i.e. any version of Java that supports generics).
diff --git a/build/components/gcspy.xml b/build/components/gcspy.xml
index c0ce32b..4bca267 100644
--- a/build/components/gcspy.xml
+++ b/build/components/gcspy.xml
@@ -15,7 +15,7 @@
<import file="base.xml"/>
<property file="${components.file}"/>
- <property name="gcspy.version" value="1_01"/>
+ <property name="gcspy.version" value="1_012"/>
<property name="gcspy.description" value="GCSpy Heap Visualisation Framework"
<property name="gcspy.component.dir" location="${components.dir}/gcspy"/>