(XS) RFR: 8149427: Remove .class files from the hotspot repo .hgignore file
David Holmes
david.holmes at oracle.com
Tue Feb 9 05:48:39 UTC 2016
Bug: https://bugs.openjdk.java.net/browse/JDK-8149427
webrev: http://cr.openjdk.java.net/~dholmes/8149427/webrev/
JDK-6900757 added the following to .hgignore:
+\.class$
but it is unclear why this was done. This setting can cause problems
when jtreg testing leaves class files in unexpected places, and -stree
JPRT submissions then fail testing in strange ways. "hg status" doesn't
show these errant files because of the entry in .hgignore.
I propose to remove the entry from the .hgignore file.
Thanks,
David
patch:
--- old/./.hgignore 2016-02-09 00:43:28.786882859 -0500
+++ new/./.hgignore 2016-02-09 00:43:27.254796576 -0500
@@ -10,7 +10,6 @@
.igv.log
^.hgtip
.DS_Store
-\.class$
^\.mx.jvmci/env
^\.mx.jvmci/.*\.pyc
^\.mx.jvmci/eclipse-launches/.*
---
More information about the hotspot-dev
mailing list