diff src/share/tools/MakeDeps/WinGammaPlatformVC7.java @ 1406:35069ca331f2

Hooked C1XCompiler class into the system. Two new flags: -XX:+UseC1X makes sure that the C1X compiler is used instead of C1 -XX:TraceC1X=0 sets the trace level for C1X (value between 0=no output and 5=verbose)
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 11 May 2010 18:19:17 +0200
parents bd02caa94611
children 0ba67bb5392c
line wrap: on
line diff
--- a/src/share/tools/MakeDeps/WinGammaPlatformVC7.java	Tue May 11 14:46:49 2010 +0200
+++ b/src/share/tools/MakeDeps/WinGammaPlatformVC7.java	Tue May 11 18:19:17 2010 +0200
@@ -230,6 +230,8 @@
         gc.add(gc_impl);
         rv.add(gc);
 
+        rv.add(new DirectoryFilter("C1X", "share/vm/c1x", sbase));
+
         rv.add(new DirectoryFilter("C1", "share/vm/c1", sbase));
 
         ContainerFilter c2 = new ContainerFilter("C2");