Charles Oliver Nutter wrote: > FYI, here's the results of qpush -a...I notice the compiler.inline > patch isn't applying because it's -testable: > > ~/projects/davinci ➔ sh patches/make/each-patch-repo.sh 'hg qpush -a' > + (cd sources/hotspot; hg qpush -a) > applying 6833129.patch > applying 6873116.patch > applying meth-6862576.patch > applying meth.patch > applying nonperm.patch > applying meth.walker.patch > applying indy.patch > applying indy.compiler.patch > skipping indy.compiler.inline.patch - guarded by '-testable'
You have to remove the testable guard to get the inline patch applied. qselect should print something like: $ hg qselect 4256b1662add buildable -- Christian _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
