Skip to content

Commit

Permalink
Bug# 461322 - Temporary workaround to avoid JDK hotspot compiler crashes
Browse files Browse the repository at this point in the history
              on org.eclipse.persistence.internal.sessions.CommitManager::commitChangedObjectsForClassWithChangeSet
Signed-off-by: Tomas Kraus <[email protected]>
Reviewed-by: Lukas Jungmann <[email protected]>
  • Loading branch information
Tomas-Kraus committed Mar 6, 2015
1 parent 9f5126d commit b14b9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jdk_hotspot_compiler
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude org/eclipse/persistence/internal/sessions/CommitManager commitChangedObjectsForClassWithChangeSet
3 changes: 3 additions & 0 deletions jpa/eclipselink.jpa.test/antbuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,7 @@
<antcall target="generate-report" inheritRefs="true"/>
<antcall target="clean" inheritRefs="true"/>
</target>

<!-- Generic target for running tests. -->
<target name="run-test" depends="config-classpath">
<echo>Running test on ${DB_URL}</echo>
Expand Down Expand Up @@ -2145,6 +2146,7 @@
<jvmarg value="${TEST_WEAVING}"/>
<jvmarg value="${TEST_WEAVING_OPTION}"/>
<jvmarg value="${ORM_TESTING}"/>
<jvmarg value="-XX:CompileCommandFile=../../jdk_hotspot_compiler"/>
<jvmarg value="-Declipselink.logging.level=${logging.level}"/>
<jvmarg value="-Ddb.driver=${db.driver}"/>
<jvmarg value="-Ddb.url=${DB_URL}"/>
Expand Down Expand Up @@ -2183,6 +2185,7 @@
<jvmarg value="${TEST_AGENT}"/>
<jvmarg value="${TEST_WEAVING}"/>
<jvmarg value="${ORM_TESTING}"/>
<jvmarg value="-XX:CompileCommandFile=../../jdk_hotspot_compiler"/>
<jvmarg value="-Declipselink.logging.level=${logging.level}"/>
<jvmarg value="-Ddb.driver=${db.driver}"/>
<jvmarg value="-Ddb.url=${DB_URL}"/>
Expand Down

0 comments on commit b14b9ad

Please sign in to comment.