Re: error Generating precompiled header precompiled.hpp.gch for mlvm8

2012-03-27 Thread John Rose
I just (last night) updated the patches to rebase to the latest hsx/hotspot-comp/*. There was a conflicting change in globals.hpp around the white-box test variable. So I think there may be stale files in your build environment. — John On Mar 27, 2012, at 9:43 AM, Stephen Bannasch wrote: > My b

error Generating precompiled header precompiled.hpp.gch for mlvm8

2012-03-27 Thread Stephen Bannasch
My build of mlvm is breaking when it starts generating precompiled header precompiled.hpp.gch https://gist.github.com/2217352 Building on 10.6.8 using 1.7.0_04 for ALT_BOOTDIR to build. I can successfully build and test jdk8/tl in this environment. mlvm build script: https://gist.github.com

Re: review request (S): 7129034: VM crash with a field setter method with a filterArguments

2012-03-27 Thread Rémi Forax
On 03/27/2012 10:04 AM, John Rose wrote: > http://cr.openjdk.java.net/~jrose/7129034/webrev.00/ > > 7129034: VM crash with a field setter method with a filterArguments > Summary: add null checks before unsafe calls that take a variable base > reference; update unit tests > > This is a point fix fo

review request (S): 7129034: VM crash with a field setter method with a filterArguments

2012-03-27 Thread John Rose
http://cr.openjdk.java.net/~jrose/7129034/webrev.00/ 7129034: VM crash with a field setter method with a filterArguments Summary: add null checks before unsafe calls that take a variable base reference; update unit tests This is a point fix for JDK 8, and will also be back-ported to JDK 7u. — J

review request (S): 7153157: ClassValue.get does not return if computeValue calls remove

2012-03-27 Thread John Rose
http://cr.openjdk.java.net/~jrose/7153157/webrev.00/ 7153157: ClassValue.get does not return if computeValue calls remove Summary: Track intermediate states more precisely, according to spec. This is a point fix for JDK 8. Here is some more context (from 3/11): http://mail.openjdk.java.net/pipe