Re: general inlining

2010-02-17 Thread Christian Thalinger
On 02/16/10 07:04 PM, Raffaello Giulietti wrote: I asked because this kind of inlining seems quite clever to my uneducated eyes. Inlining, in m() or at other call sites, only a part of ensureSomething() while skipping the other heavier part and morphing it to another callable method appears

hg: mlvm/mlvm/hotspot: Rebased to jdk7-b83.

2010-02-16 Thread Christian . Thalinger
Changeset: 9e6a20f84575 Author:twisti Date: 2010-02-16 10:14 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/9e6a20f84575 Rebased to jdk7-b83. ! indy-c1-x86-6919934.patch ! series ___ mlvm-dev mailing list

hg: mlvm/mlvm/jdk: Rebased to jdk7-b83.

2010-02-16 Thread Christian . Thalinger
Changeset: 9e7142d8da87 Author:twisti Date: 2010-02-16 10:14 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/9e7142d8da87 Rebased to jdk7-b83. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/hotspot: indy-c1-x86-6919934: SPARC build fixes.

2010-02-16 Thread Christian . Thalinger
Changeset: 41443854c6c5 Author:twisti Date: 2010-02-16 10:31 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/41443854c6c5 indy-c1-x86-6919934: SPARC build fixes. ! indy-c1-x86-6919934.patch ___ mlvm-dev mailing list

Re: general inlining

2010-02-16 Thread Christian Thalinger
On 02/16/10 03:07 PM, Raffaello Giulietti wrote: A general question about inlining. Take the following code: void m() { ensureSomething(); ... } void ensureSomething() { if (someTest()) return; doSomething(); } boolean someTest() { return ... // a simple

hg: mlvm/mlvm/hotspot: deopt-mh-6921352.patch: New patch as pushed to jdk7/ hotspot-comp/.

2010-02-15 Thread Christian . Thalinger
Changeset: 208811eec443 Author:twisti Date: 2010-02-15 14:44 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/208811eec443 deopt-mh-6921352.patch: New patch as pushed to jdk7/ hotspot-comp/. dont-fixup-6921799.patch: Likewise. series: Added above files. callcc.patch:

hg: mlvm/mlvm/hotspot: callcc: Fixed compilation.

2010-02-15 Thread Christian . Thalinger
Changeset: 50f6c2cbdea6 Author:twisti Date: 2010-02-15 15:19 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/50f6c2cbdea6 callcc: Fixed compilation. ! callcc.patch ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/hotspot: series: Enabled indy-c1-x86-6919934 by default.

2010-02-15 Thread Christian . Thalinger
Changeset: 3736c05ba9e9 Author:twisti Date: 2010-02-15 15:21 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/3736c05ba9e9 series: Enabled indy-c1-x86-6919934 by default. ! series ___ mlvm-dev mailing list

[laptop-discuss] resume time

2010-02-11 Thread Christian Thalinger
On 02/10/10 04:48 PM, Dave Miner wrote: I tried to do this with an OpenSolaris live USB but I can't get the right driver to be attached. I'm changing /etc/driver_aliases in solarismisc.zlib but it seems that one is not used when I boot the system from live USB. No, it's not. The root

[laptop-discuss] resume time

2010-02-09 Thread Christian Thalinger
On Tue, 2009-11-17 at 15:48 -0500, Albert Lee wrote: Alternatively I think you could just get a live USB or SXCE failsafe image. http://solaristhings.blogspot.com/2006/07/how-small-can-you-make-open-solaris.html explains how to modify the SXCE failsafe image - procedure should be similar for

Re: hg: mlvm/mlvm/hotspot: dynopt, trustfinal: update to match JDK7 pushes

2010-02-01 Thread Christian Thalinger
On 02/ 1/10 08:31 AM, Charles Oliver Nutter wrote: I think I lost track of patches for a while...trustfinal is the optimization to not repeatedly access finals, correct? I'll have a look at the patch, but perhaps a description of when final accesses will be elided? This patch adds a command

hg: mlvm/mlvm/hotspot: series: Rebased to jdk7-b81.

2010-02-01 Thread Christian . Thalinger
Changeset: b9c4ee26ce76 Author:twisti Date: 2010-02-01 10:09 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/b9c4ee26ce76 series: Rebased to jdk7-b81. osxpaths.patch: Removed. - osxpaths.patch ! series ___ mlvm-dev mailing

hg: mlvm/mlvm/jdk: series: Rebased to jdk7-b81.

2010-02-01 Thread Christian . Thalinger
Changeset: f8750be16e41 Author:twisti Date: 2010-02-01 10:10 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/f8750be16e41 series: Rebased to jdk7-b81. osxpaths.patch: Removed. - osxpaths.patch ! series ___ mlvm-dev mailing list

hg: mlvm/mlvm/langtools: series: Rebased to jdk7-b81.

2010-02-01 Thread Christian . Thalinger
Changeset: 5e88ba2b38fc Author:twisti Date: 2010-02-01 10:11 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/langtools/rev/5e88ba2b38fc series: Rebased to jdk7-b81. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

Re: JSR 292 x86 C1 support

2010-02-01 Thread Christian Thalinger
On 01/28/10 02:07 PM, Christian Thalinger wrote: It should also work as final non-static field and using -XX: +TrustFinalNonStaticFields. That switch does for user classes what happens per default for {java,sun}.dyn classes: we trust final non-static to be effectively final. But it does

hg: mlvm/mlvm/hotspot: indy-c1-x86: Renamed to indy-c1-x86-6919934.

2010-02-01 Thread Christian . Thalinger
Changeset: 7a6d77330310 Author:twisti Date: 2010-02-01 14:36 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/7a6d77330310 indy-c1-x86: Renamed to indy-c1-x86-6919934. + indy-c1-x86-6919934.patch - indy-c1-x86.patch ! series

Re: hg: mlvm/mlvm/hotspot: dynopt, trustfinal: update to match JDK7 pushes

2010-02-01 Thread Christian Thalinger
On 02/ 1/10 03:48 PM, Charles Oliver Nutter wrote: On Mon, Feb 1, 2010 at 2:41 AM, Christian Thalinger christian.thalin...@sun.com wrote: This patch adds a command line option (-XX:+TrustFinalNonStaticFields) to turn on for user classes what we already do for system classes in {java,sun}.dyn

[indiana-discuss] gnome-terminal heavily disk-reads on scroll-back

2010-01-28 Thread Christian Thalinger
Sometimes gnome-terminal does heavy disk-reads when I scroll-back the buffer with a actually not very big scroll-back size and it doesn't get less when I scroll the same region. So I guess it's not swapping or something similar. This also happens with a newly started gnome-terminal instance.

Re: [indiana-discuss] gnome-terminal heavily disk-reads on scroll-back

2010-01-28 Thread Christian Thalinger
On Thu, 2010-01-28 at 11:51 +0100, Christian Thalinger wrote: Sometimes gnome-terminal does heavy disk-reads when I scroll-back the buffer with a actually not very big scroll-back size and it doesn't get less when I scroll the same region. So I guess it's not swapping or something similar

Re: [indiana-discuss] gnome-terminal heavily disk-reads on scroll-back

2010-01-28 Thread Christian Thalinger
On 01/28/10 06:44 PM, Shawn Walker wrote: On 01/28/10 04:51 AM, Christian Thalinger wrote: Sometimes gnome-terminal does heavy disk-reads when I scroll-back the buffer with a actually not very big scroll-back size and it doesn't get less when I scroll the same region. So I guess it's

Re: [indiana-discuss] gnome-terminal heavily disk-reads on scroll-back

2010-01-28 Thread Christian Thalinger
On 01/28/10 07:30 PM, Shawn Walker wrote: On 01/28/10 12:26 PM, Christian Thalinger wrote: On 01/28/10 06:44 PM, Shawn Walker wrote: On 01/28/10 04:51 AM, Christian Thalinger wrote: Sometimes gnome-terminal does heavy disk-reads when I scroll-back the buffer with a actually not very big

Re: JSR 292 x86 C1 support

2010-01-28 Thread Christian Thalinger
On Wed, 2010-01-27 at 17:59 +0100, Rémi Forax wrote: Nice, it works well on some my small test suites (MethodHandle and indy). Thanks for testing. About perf, dynamic calls are a little less efficient than their static couterparts, it seems that neither c1 nor c2 inline a method handle call

Re: JSR 292 x86 C1 support

2010-01-28 Thread Christian Thalinger
On Thu, 2010-01-28 at 12:15 +0100, Rémi Forax wrote: Le 28/01/2010 11:34, Christian Thalinger a écrit : On Wed, 2010-01-27 at 17:59 +0100, Rémi Forax wrote: Nice, it works well on some my small test suites (MethodHandle and indy). Thanks for testing. About perf

Re: JSR 292 x86 C1 support

2010-01-28 Thread Christian Thalinger
On Thu, 2010-01-28 at 13:45 +0100, Christian Thalinger wrote: Sorry, I didn't see the attachment with the previous email. I'll look into it. OK, I'm a bit puzzled. One obvious thing that does not work is that increment is a local variable. Inlining only works if the MH is a static

JSR 292 x86 C1 support

2010-01-27 Thread Christian Thalinger
Hi! Yesterday I committed the first draft of the x86 C1 implementation for JSR 292. I did some testing on Linux and Solaris with the JRuby tests and benchmarks. The current implementation can run all but one benchmarks (bench/bench_fib_stack_depth.rb, I still have to look into it) successfully

Re: bug in gaming with MLVM

2010-01-26 Thread Christian Thalinger
On Tue, 2010-01-26 at 09:46 +0100, Daniel Latrémolière wrote: C:\Users\daniel\Documents\NetBeansProjects\Test\srcC:\Program Files\Java\jdk1.7.0\bin\java.exe -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles -XX:+EnableInvokeDynamic Test Direct (10): 313 Handle (25740): 133

Re: bug in gaming with MLVM

2010-01-26 Thread Christian Thalinger
On Tue, 2010-01-26 at 10:45 +0100, Rémi Forax wrote: Christian and John, I've also noticed that the code written should not compile, invoking a method handle with invoke() can throw any throwable and it seems that javac patch to require to catch/throws Throwable was not pushed to jdk7 main

hg: mlvm/mlvm/hotspot: indy-c1-x86: New patch.

2010-01-26 Thread Christian . Thalinger
Changeset: d6dbb6e6c4b2 Author:twisti Date: 2010-01-26 14:41 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/d6dbb6e6c4b2 indy-c1-x86: New patch. + indy-c1-x86.patch ! series ___ mlvm-dev mailing list

hg: mlvm/mlvm/langtools: Rebased to jdk7-b80.

2010-01-25 Thread Christian . Thalinger
Changeset: 3e09eb425736 Author:twisti Date: 2010-01-25 14:23 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/langtools/rev/3e09eb425736 Rebased to jdk7-b80. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/hotspot: Rebased to jdk7-b79.

2010-01-22 Thread Christian . Thalinger
Changeset: 4bee1e17fdf0 Author:twisti Date: 2010-01-22 12:55 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/4bee1e17fdf0 Rebased to jdk7-b79. ! disassembler-6912062.patch ! indy.compiler-6829187.patch ! meth.walker-6894206.patch ! series

hg: mlvm/mlvm/jdk: Rebased to jdk7-b79.

2010-01-22 Thread Christian . Thalinger
Changeset: bbf07c30e0fc Author:twisti Date: 2010-01-22 12:55 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/bbf07c30e0fc Rebased to jdk7-b79. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/langtools: Rebased to jdk7-b79.

2010-01-22 Thread Christian . Thalinger
Changeset: 80924b747ad5 Author:twisti Date: 2010-01-22 12:55 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/langtools/rev/80924b747ad5 Rebased to jdk7-b79. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/hotspot: dynopt-6912064: Rebased to jdk7-b79.

2010-01-22 Thread Christian . Thalinger
Changeset: ff47ce9e949e Author:twisti Date: 2010-01-22 13:01 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ff47ce9e949e dynopt-6912064: Rebased to jdk7-b79. ! dynopt-6912064.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: meth.walker-6894206: Removed duplicate insert_before.

2010-01-22 Thread Christian . Thalinger
Changeset: ab204054bfb4 Author:twisti Date: 2010-01-22 13:31 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ab204054bfb4 meth.walker-6894206: Removed duplicate insert_before. ! meth.walker-6894206.patch ___ mlvm-dev mailing

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-18 Thread Christian Thalinger
On Mon, 2010-01-18 at 15:09 -0500, Stephen Bannasch wrote: On Mon, 2010-01-11 at 10:32 -0500, Stephen Bannasch wrote: I've never seen this error. What happens when you try to print the archive contents manually (with: ar t archive)? $ ar -t

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-11 Thread Christian Thalinger
On Sat, 2010-01-09 at 16:52 -0500, Stephen Bannasch wrote: I'm getting an error re-building mlvm on MacOS 10.5.8 (haven't tried it on another os yet). I'm using this script when I rebuild: http://gist.github.com/243072 This build script last worked fine at the end of November -- the only

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-11 Thread Christian Thalinger
On Mon, 2010-01-11 at 10:32 -0500, Stephen Bannasch wrote: I've never seen this error. What happens when you try to print the archive contents manually (with: ar t archive)? $ ar -t java/src/bsd-port/build/bsd-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a k_standard.o k_rem_pio2.o k_cos.o

hg: mlvm/mlvm/jdk: Rebased to jdk7-b78.

2010-01-07 Thread Christian . Thalinger
Changeset: bf2a5241b0d6 Author:twisti Date: 2010-01-07 13:54 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/bf2a5241b0d6 Rebased to jdk7-b78. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/langtools: Rebased to jdk7-b78.

2010-01-07 Thread Christian . Thalinger
Changeset: 48844e4189d1 Author:twisti Date: 2010-01-07 14:10 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/langtools/rev/48844e4189d1 Rebased to jdk7-b78. ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

hg: mlvm/mlvm/hotspot: meth.walker-6894206: Commited to hotspot-comp.

2010-01-05 Thread Christian . Thalinger
Changeset: effbcde0861f Author:twisti Date: 2010-01-05 11:34 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/effbcde0861f meth.walker-6894206: Commited to hotspot-comp. ! meth.walker-6894206.patch ! series ___ mlvm-dev

hg: mlvm/mlvm/hotspot: 3 new changesets

2010-01-05 Thread Christian . Thalinger
Changeset: ecfd03ae5c1f Author:twisti Date: 2009-12-16 17:40 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ecfd03ae5c1f indy-cleanup-6893081: Review changes, round 3. ! indy-cleanup-6893081.patch Changeset: 5ee7867ad426 Author:twisti Date: 2010-01-05 11:39

hg: mlvm/mlvm/hotspot: series: indy.compiler-6829187 commited to hotspot-comp.

2010-01-05 Thread Christian . Thalinger
Changeset: 0aec7b5b7bf3 Author:twisti Date: 2010-01-05 12:27 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/0aec7b5b7bf3 series: indy.compiler-6829187 commited to hotspot-comp. ! series ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: 3 new changesets

2010-01-05 Thread Christian . Thalinger
Changeset: aa7e98ee3bc4 Author:twisti Date: 2010-01-05 12:58 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/aa7e98ee3bc4 indy.compiler.inline-6893268: Last review round plus John's changes. ! indy.compiler.inline-6893268.patch Changeset: 147953c10b6a Author:

hg: mlvm/mlvm/hotspot: 2 new changesets

2010-01-05 Thread Christian . Thalinger
Changeset: f274265b57ce Author:twisti Date: 2010-01-05 15:14 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/f274265b57ce indy.compiler.inline-6893268: Removed Matcher::method_handle_invoke_SP_save_mask since it was integrated with 6829187. !

hg: mlvm/mlvm/hotspot: series: indy.compiler.inline-6893268 commited to hotspot-comp.

2010-01-05 Thread Christian . Thalinger
Changeset: 3c1bb69c86ae Author:twisti Date: 2010-01-05 16:34 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/3c1bb69c86ae series: indy.compiler.inline-6893268 commited to hotspot-comp. ! series ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: meth.walker.fixes: Renamed to meth.walker.fixes-6914206.

2010-01-05 Thread Christian . Thalinger
Changeset: 7b471614b25a Author:twisti Date: 2010-01-05 17:49 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/7b471614b25a meth.walker.fixes: Renamed to meth.walker.fixes-6914206. + meth.walker.fixes-6914206.patch - meth.walker.fixes.patch ! series

Re: [indiana-discuss] b130

2009-12-25 Thread Christian Thalinger
On Fri, 2009-12-25 at 13:30 -0500, Paul Gress wrote: On 12/25/09 05:38 AM, dick hoogendijk wrote: pfexec pkg install SUNWipkg - 750 new pkgs / 347 MB Is this normal if I want to renew one(1) pkg? This is more like an image-uodate which was refused because an out-of-date SUNWipkg (from

Re: [indiana-discuss] syseventd core dumps after resume on b129

2009-12-20 Thread Christian Thalinger
On Fri, 2009-12-18 at 19:34 -0800, Ivan Wang wrote: Hi all, Not sure if it's a known issue, I didn't find it at d.o.o. The thing is I tried putting a system with ASUS P6TD Deluxe and nvidia graphics into S3 then resume back. The system did enter S3, though after resume. It is 100

Re: Code review request for 6908131 Pure Java implementations of StrictMath.floor(double) StrictMath.ceil(double)

2009-12-14 Thread Christian Thalinger
On Mon, 2009-12-14 at 01:31 -0800, Joseph D. Darcy wrote: Hello. Please review my fix for 6908131 Pure Java implementations of StrictMath.floor(double) StrictMath.ceil(double) http://cr.openjdk.java.net/~darcy/6908131.0/ I've asked Doug Priest, one of Sun's numerical experts, to

Re: Code review request for 6908131 Pure Java implementations of StrictMath.floor(double) StrictMath.ceil(double)

2009-12-14 Thread Christian Thalinger
On Mon, 2009-12-14 at 10:16 -0800, Joseph D. Darcy wrote: Not a review, but did you think about implementing the whole FDLIBM in Java, as done here: http://mail.openjdk.java.net/pipermail/hotspot-dev/2009-August/001970.html Yes, porting FDLIBM to Java has been an oft-delayed nice

Re: [indiana-discuss] What to do with missing arial fonts ?

2009-12-10 Thread Christian Thalinger
On Thu, 2009-12-10 at 18:00 +0100, Detlef Drewanz wrote: 2. Install the arial fonts again ? But what's the best place now ? Is there a ~/.xyz directory which will be scanned for fonts automatically or do I have to create an entry in /etc/X11/fontpath.d by myself ? Any comments, best

Re: Cross Compiling for x86_64 on x86

2009-12-07 Thread Christian Thalinger
On Mon, 2009-12-07 at 14:55 +0530, Deepak Mathews wrote: Can the building of OpenJDK made independant of the host machine. Or does it run some programs which are dependant (like adlc) which will make cross compilation impossible? What about cross compiling for MIPS or PPC from the same 32

Re: Cross Compiling for x86_64 on x86

2009-12-07 Thread Christian Thalinger
On Mon, 2009-12-07 at 10:39 +0100, Christian Thalinger wrote: There problem here is ADLC, which is part of the server compiler. Let me try to get it built for a 32-bit host... A really ugly (but possibly working) hack to build a full OpenJDK successfully would be to copy a 32-bit adlc over

Re: Character.java methods are slower than Surrogate.java's

2009-12-07 Thread Christian Thalinger
On Wed, 2009-10-28 at 22:44 +0100, Ulf Zibis wrote: Hi Christian, for a benchmark test I have replaced all sun.nio.cs.Surrogate methods in sun.nio.cs.ext.EUC_TW with corresponding ones from java.lang.Character. As result, the overall encoding performance was 10 % worse, so

Re: [indiana-discuss] OpenSolaris package repository update, development build 127, x86/x64/SPARC (15 new packages)

2009-12-04 Thread Christian Thalinger
On Fri, 2009-12-04 at 17:14 +, Chris Ridd wrote: On 15 Nov 2009, at 12:57, Sebastien Roy wrote: On Sun, 2009-11-15 at 12:30 +0100, Christian Thalinger wrote: On Fri, 2009-11-13 at 18:21 -0800, david.co...@sun.com wrote: The OpenSolaris development package repository http

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Review changes, round 2.

2009-12-03 Thread Christian . Thalinger
Changeset: 761081d6e5a8 Author:twisti Date: 2009-12-03 11:53 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/761081d6e5a8 indy.compiler.inline: Review changes, round 2. ! indy.compiler.inline.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Build fix.

2009-12-03 Thread Christian . Thalinger
Changeset: 101f44f31522 Author:twisti Date: 2009-12-03 07:23 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/101f44f31522 indy.compiler.inline: Build fix. ! indy.compiler.inline.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Missed a hg qref.

2009-12-03 Thread Christian . Thalinger
Changeset: 74b2b52ed9cf Author:twisti Date: 2009-12-03 07:37 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/74b2b52ed9cf indy.compiler.inline: Missed a hg qref. ! indy.compiler.inline.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Review changes, round 1.

2009-12-02 Thread Christian . Thalinger
Changeset: 1563d278668d Author:twisti Date: 2009-12-02 12:26 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/1563d278668d indy.compiler.inline: Review changes, round 1. ! indy.compiler.inline.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy-cleanup-6893081: Review changes, round 2.

2009-12-02 Thread Christian . Thalinger
Changeset: ce21d48f4c1f Author:twisti Date: 2009-12-02 16:19 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ce21d48f4c1f indy-cleanup-6893081: Review changes, round 2. ! indy-cleanup-6893081.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: 2 new changesets

2009-12-01 Thread Christian . Thalinger
Changeset: 9dbabeb9c96d Author:twisti Date: 2009-12-01 11:04 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/9dbabeb9c96d indy.compiler.inline: Disable debug output. ! indy.compiler.inline.patch Changeset: 63172a745a90 Author:twisti Date: 2009-12-01 12:11

fixed callcc [Was: Re: hg: mlvm/mlvm/hotspot: 2 new changesets]

2009-12-01 Thread Christian Thalinger
On Tue, 2009-12-01 at 11:12 +, christian.thalin...@sun.com wrote: Changeset: 63172a745a90 Author:twisti Date: 2009-12-01 12:11 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/63172a745a90 callcc: Fixed compilation. ! callcc.patch I fixed a couple of

hg: mlvm/mlvm/hotspot: meth.walker: Review changes, round 1.

2009-12-01 Thread Christian . Thalinger
Changeset: ce986a2e6ec7 Author:twisti Date: 2009-12-01 15:54 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/ce986a2e6ec7 meth.walker: Review changes, round 1. ! meth.walker.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy-cleanup-6893081: Review changes, round 1.

2009-12-01 Thread Christian . Thalinger
Changeset: afebc5c4 Author:twisti Date: 2009-12-01 16:37 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/afebc5c4 indy-cleanup-6893081: Review changes, round 1. ! indy-cleanup-6893081.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy.compiler: Review changes, round 1.

2009-12-01 Thread Christian . Thalinger
Changeset: 856a5f570a77 Author:twisti Date: 2009-12-01 17:57 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/856a5f570a77 indy.compiler: Review changes, round 1. ! indy.compiler.patch ___ mlvm-dev mailing list

hg: mlvm/mlvm/hotspot: indy-cleanup-6893081: Refreshed w/o funcs (sorry).

2009-12-01 Thread Christian . Thalinger
Changeset: b298137a8a42 Author:twisti Date: 2009-12-01 18:01 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/b298137a8a42 indy-cleanup-6893081: Refreshed w/o funcs (sorry). ! indy-cleanup-6893081.patch ___ mlvm-dev mailing

hg: mlvm/mlvm/hotspot: meth.walker: Moved new check to right place.

2009-12-01 Thread Christian . Thalinger
Changeset: 8e76103d8cc3 Author:twisti Date: 2009-12-01 18:24 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/8e76103d8cc3 meth.walker: Moved new check to right place. ! meth.walker.patch ___ mlvm-dev mailing list

Re: [indiana-discuss] gstreamer not installed?

2009-11-27 Thread Christian Thalinger
On Fri, 2009-11-27 at 09:19 +0100, Gilles Gravier wrote: Hi! Just tried to run a ./configure for aMSN ... and I get you do not seem to have gstreamer and farsight2 installed. So... I agree for farsight2... but I do have gstreamer libs installed. My gues is that it's missing -dev packages

Re: mlvm don't build

2009-11-25 Thread Christian Thalinger
On Tue, 2009-11-24 at 23:29 -0500, Stephen Bannasch wrote: On Mon, 2009-11-16 at 11:03 +0100, Raffaello Giulietti wrote: But currently the patch queue is not in a state that allow to play with it, because method handle and indy patchs are in the review process in order to be

Re: mlvm don't build

2009-11-25 Thread Christian Thalinger
On Wed, 2009-11-25 at 11:47 -0500, Stephen Bannasch wrote: I'n new at using hg ... when I ran hg fpull -u in the root of my bsd-port dir many directories report as unchanged but these three reported that they were skipped: [hotspot] skipped: 'hotspot' has mq patches applied [jdk]

[tools-compilers] where is Sun Studio connecting to?

2009-11-20 Thread Christian Thalinger
On Thu, 2009-11-19 at 13:21 -0800, Kuldip Oberoi wrote: Correct. Here's more info: http://wikis.sun.com/display/SunStudio/Sun+Studio+FAQ#SunStudioFAQ-GeneralWhyarethetoolssendingpacketsoremailsoutsidemysite%21 Thanks. It looks like setting both variables make it work. -- Christian

[tools-compilers] where is Sun Studio connecting to?

2009-11-18 Thread Christian Thalinger
On Wed, 2009-11-18 at 16:55 +0300, Maxim Kartashev wrote: In brief, Sun Studio is reporting its usage back to Sun; this feature can be turned off. I think you find all answers here: http://developers.sun.com/sunstudio/downloads/ssx/express_May2008_readme.html#4 Wow! That's more than I

[laptop-discuss] resume time

2009-11-17 Thread Christian Thalinger
On Tue, 2009-11-17 at 15:48 -0500, Albert Lee wrote: Then on the installed system do: # update_drv -a -i 'pci10de,ab5' ahci; touch /reconfigure The driver will fail to attach but that's expected. Can I do that on my running system and reboot to get the ahci driver to be used instead of the

[laptop-discuss] resume time

2009-11-16 Thread Christian Thalinger
On Tue, 2009-10-27 at 12:06 -0700, Garrett D'Amore wrote: Sounds like you have a problem, then. Note that I prefer to test with uadmin 3 20, because this includes the actual power cycle (but then you need to press the power button to turn it back on.) But if uadmin 3 20 works, and

Re: mlvm don't build

2009-11-16 Thread Christian Thalinger
On Mon, 2009-11-16 at 11:03 +0100, Raffaello Giulietti wrote: But currently the patch queue is not in a state that allow to play with it, because method handle and indy patchs are in the review process in order to be integrated in hotspot main workspace. I think we have to wait the end of

Re: [indiana-discuss] OpenSolaris package repository update, development build 127, x86/x64/SPARC (15 new packages)

2009-11-15 Thread Christian Thalinger
On Fri, 2009-11-13 at 18:21 -0800, david.co...@sun.com wrote: The OpenSolaris development package repository http://pkg.opensolaris.org/dev/ has been updated to reflect the changes up to and including snv_127 for both x86/x64 and SPARC platforms. This update includes fixes to the

Re: [indiana-discuss] OpenSolaris package repository update, development build 127, x86/x64/SPARC (15 new packages)

2009-11-15 Thread Christian Thalinger
On Sun, 2009-11-15 at 07:57 -0500, Sebastien Roy wrote: On Sun, 2009-11-15 at 12:30 +0100, Christian Thalinger wrote: On Fri, 2009-11-13 at 18:21 -0800, david.co...@sun.com wrote: The OpenSolaris development package repository http://pkg.opensolaris.org/dev/ has been updated

[laptop-discuss] [xwin-discuss] page up/down, home/end on Macbook Pro

2009-11-04 Thread Christian Thalinger
On Wed, 2009-10-28 at 21:04 +0100, Christian Thalinger wrote: On Wed, 2009-10-28 at 15:59 -0400, John Martin wrote: The X server does see something as keypress does take down the cursor in a gnome-terminal window and briefly passes the flashing cursor. Both of these are normal behavior

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-11-04 Thread Christian Thalinger
On Wed, 2009-10-28 at 21:04 +0100, Christian Thalinger wrote: On Wed, 2009-10-28 at 15:59 -0400, John Martin wrote: The X server does see something as keypress does take down the cursor in a gnome-terminal window and briefly passes the flashing cursor. Both of these are normal behavior

Re: Rebuilding rt.jar

2009-11-04 Thread Christian Thalinger
On Wed, 2009-11-04 at 02:14 -0800, alan yung wrote: If I want to re-generate rt.jar file in j2sdk image, where should i build? For instance, if I change something in java/dyn/, building in jdk/make/java/dyn doesn't seem to regenerate rt.jar file, thus the change doesn't take effect. What do

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-28 Thread Christian Thalinger
On Wed, 2009-10-28 at 15:59 -0400, John Martin wrote: The X server does see something as keypress does take down the cursor in a gnome-terminal window and briefly passes the flashing cursor. Both of these are normal behavior for a keypress. Interesting. I just tried that and it happens e.g.

[laptop-discuss] resume time

2009-10-27 Thread Christian Thalinger
On Fri, 2009-10-23 at 22:50 +0200, Christian Thalinger wrote: On Fri, 2009-10-23 at 12:41 -0700, Randy Fishel wrote: On Fri, 23 Oct 2009, Christian Thalinger wrote: Very odd is the time it takes for my MacBook Pro to resume: 72 seconds! Does anyone here have a similar problem

[laptop-discuss] resume time

2009-10-27 Thread Christian Thalinger
On Tue, 2009-10-27 at 16:46 +0100, Juergen Keil wrote: 2009/10/27 Christian Thalinger Christian.Thalinger at sun.com: On Fri, 2009-10-23 at 22:50 +0200, Christian Thalinger wrote: It's OpenSolaris build 111b, but it also happens with 124 and 125. Anyone else seeing a similar problem

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Changed oops to handles to be GC safe.

2009-10-27 Thread Christian . Thalinger
Changeset: 5972cb463866 Author:twisti Date: 2009-10-27 16:03 +0100 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/5972cb463866 indy.compiler.inline: Changed oops to handles to be GC safe. ! indy.compiler.inline.patch ___ mlvm-dev

[laptop-discuss] Monitor Won't Wake After Power Save

2009-10-23 Thread Christian Thalinger
On Fri, 2009-10-23 at 04:54 -0700, J. Adam Craig wrote: Hello! Having some trouble with my computer not waking the monitor after it enters power save mode, presumably triggered by Display Power Management. Troubleshot by going to System Preferences Screensaver Advanced and then

[laptop-discuss] resume time

2009-10-23 Thread Christian Thalinger
Very odd is the time it takes for my MacBook Pro to resume: 72 seconds! Does anyone here have a similar problem? Or maybe someone with a MacBook Pro that resumes faster? -- Christian

[laptop-discuss] resume time

2009-10-23 Thread Christian Thalinger
On Fri, 2009-10-23 at 12:41 -0700, Randy Fishel wrote: On Fri, 23 Oct 2009, Christian Thalinger wrote: Very odd is the time it takes for my MacBook Pro to resume: 72 seconds! Does anyone here have a similar problem? Or maybe someone with a MacBook Pro that resumes faster

Re: hotspot build failure on ubuntu x86_64

2009-10-23 Thread Christian Thalinger
On Fri, 2009-10-23 at 14:32 +0800, Weijun Wang wrote: Hi Martin Since the error line is only a printf message, I just remove the line. And now everything builds fine! I'll see if the PTR_FORMAT macro is used in other places and why there's no problem there. This line is part of the new

hg: mlvm/mlvm/hotspot: indy-amd64: Review changes.

2009-10-22 Thread Christian . Thalinger
Changeset: b10789e6d957 Author:twisti Date: 2009-10-22 10:55 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/b10789e6d957 indy-amd64: Review changes. ! indy-amd64.patch ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

Re: good platform to build da Vinci on?

2009-10-22 Thread Christian Thalinger
On Thu, 2009-10-22 at 11:18 +0200, Raffaello Giulietti wrote: Christian Thalinger wrote: On Thu, 2009-10-22 at 10:56 +0200, Raffaello Giulietti wrote: Yes, all mercurial py modules are there, installed by invoking pkg install SUNWmercurial. None of them, however, is accessed by hg. I

hg: mlvm/mlvm/hotspot: series: Make dynopt.patch -buildable for now.

2009-10-22 Thread Christian . Thalinger
Changeset: 64568693be14 Author:twisti Date: 2009-10-22 11:33 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/64568693be14 series: Make dynopt.patch -buildable for now. ! series ___ mlvm-dev mailing list

[laptop-discuss] [xwin-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 07:26 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Tue, 2009-10-20 at 18:27 +0200, Christian Thalinger wrote: Does anyone know what keyboard type I could use to get page up/down and home/end keys (in combination with fn) working? It seems

[laptop-discuss] [xwin-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:05 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Wed, 2009-10-21 at 12:39 -0700, Alan Coopersmith wrote: John Martin wrote: Do we have a dtrace script that can be run on this notebook to verify the X server is getting keycodes for each key needed

[laptop-discuss] [xwin-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:21 -0700, Alan Coopersmith wrote: Yes - if you ls -l /dev/usb/hid* you should see those are links to files with names like that, so that humans can type less. OK, it works. Almost all keys produce some output but the fn key does not (almost means: the eject key does

[laptop-discuss] [xwin-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:43 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Wed, 2009-10-21 at 13:35 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Wed, 2009-10-21 at 13:21 -0700, Alan Coopersmith wrote: Yes - if you ls -l /dev/usb/hid* you should see those

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 07:26 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Tue, 2009-10-20 at 18:27 +0200, Christian Thalinger wrote: Does anyone know what keyboard type I could use to get page up/down and home/end keys (in combination with fn) working? It seems

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 12:39 -0700, Alan Coopersmith wrote: John Martin wrote: Do we have a dtrace script that can be run on this notebook to verify the X server is getting keycodes for each key needed in these sequences? Yes - see the description of this bug:

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:05 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Wed, 2009-10-21 at 12:39 -0700, Alan Coopersmith wrote: John Martin wrote: Do we have a dtrace script that can be run on this notebook to verify the X server is getting keycodes for each key needed

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:21 -0700, Alan Coopersmith wrote: Yes - if you ls -l /dev/usb/hid* you should see those are links to files with names like that, so that humans can type less. OK, it works. Almost all keys produce some output but the fn key does not (almost means: the eject key does

[xwin-discuss] [laptop-discuss] page up/down, home/end on Macbook Pro

2009-10-21 Thread Christian Thalinger
On Wed, 2009-10-21 at 13:35 -0700, Alan Coopersmith wrote: Christian Thalinger wrote: On Wed, 2009-10-21 at 13:21 -0700, Alan Coopersmith wrote: Yes - if you ls -l /dev/usb/hid* you should see those are links to files with names like that, so that humans can type less. OK, it works

<    2   3   4   5   6   7   8   9   10   11   >