hg: jdk8/tl/jdk: 4153167: separate between ANSI and OEM code pages on Windows

2012-02-16 Thread xueming . shen
Changeset: d38fed7d2ea7 Author:sherman Date: 2012-02-16 22:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d38fed7d2ea7 4153167: separate between ANSI and OEM code pages on Windows Summary: To use OEM code page for System.out&err when not redirected Reviewed-by: alanb ! sr

hg: hsx/hotspot-rt/langtools: Added tag jdk8-b26 for changeset b556aa8a99c3

2012-02-16 Thread john . coomes
Changeset: fba3cbee0fa3 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/fba3cbee0fa3 Added tag jdk8-b26 for changeset b556aa8a99c3 ! .hgtags

hg: hsx/hotspot-rt/jdk: Added tag jdk8-b26 for changeset 5aca406e87cb

2012-02-16 Thread john . coomes
Changeset: 4196fc971f65 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/4196fc971f65 Added tag jdk8-b26 for changeset 5aca406e87cb ! .hgtags

hg: hsx/hotspot-rt/jaxws: Added tag jdk8-b26 for changeset 3518639eab6c

2012-02-16 Thread john . coomes
Changeset: 329ace7198ac Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/329ace7198ac Added tag jdk8-b26 for changeset 3518639eab6c ! .hgtags

hg: hsx/hotspot-rt/jaxp: Added tag jdk8-b26 for changeset dbb7283c197b

2012-02-16 Thread john . coomes
Changeset: 80c47eb83d24 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/80c47eb83d24 Added tag jdk8-b26 for changeset dbb7283c197b ! .hgtags

hg: hsx/hotspot-rt: Added tag jdk8-b26 for changeset 2accafff224a

2012-02-16 Thread john . coomes
Changeset: 1533dfab9903 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/1533dfab9903 Added tag jdk8-b26 for changeset 2accafff224a ! .hgtags

hg: hsx/hotspot-rt/corba: Added tag jdk8-b26 for changeset 79f709a099f4

2012-02-16 Thread john . coomes
Changeset: 4fffe75e4edd Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/4fffe75e4edd Added tag jdk8-b26 for changeset 79f709a099f4 ! .hgtags

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-02-16 Thread coleen . phillimore
Changeset: 7df3125953cb Author:coleenp Date: 2012-02-16 15:52 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/7df3125953cb 7146354: Re-enable Compressed OOPs after 7118647 is resolved Summary: Relax the assertion to simply check for COOP mode rather than an exact a

hg: hsx/hotspot-rt/hotspot: 7142113: Add Ivy Bridge to the known Intel x86 cpu families

2012-02-16 Thread paul . hohensee
Changeset: 4a24c4f648bd Author:phh Date: 2012-02-16 13:50 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4a24c4f648bd 7142113: Add Ivy Bridge to the known Intel x86 cpu families Summary: In vm_version_x86.hpp, add and use CPU_MODEL_IVYBRIDGE_EP, and restrict is_in

hg: jdk8/tl/jdk: 6708398: Support integer overflow

2012-02-16 Thread xueming . shen
Changeset: b971b51bec01 Author:sherman Date: 2012-02-16 11:43 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b971b51bec01 6708398: Support integer overflow Summary: Added add/sub/multiply/toIntExact methods to j.l.Math and StrictMath classes Reviewed-by: emcmanus Contributed

Re: Request for review (M): 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX

2012-02-16 Thread Daniel D. Daugherty
On 2/16/12 7:09 AM, Staffan Larsen wrote: New webrev: http://cr.openjdk.java.net/~sla/7132070/webrev.01/ Thumbs up! src/cpu/x86/vm/vm_version_x86.cpp No comments. src/os/bsd/vm/osThread_bsd.cpp No comments. src/os/bsd/vm/osThrea

Re: Request for review (M): 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX

2012-02-16 Thread Staffan Larsen
New webrev: http://cr.openjdk.java.net/~sla/7132070/webrev.01/ I've tried not to break the bsd code. The code is less than readable with all the #ifdefs in there, but hopefully we can clean that up eventually. I'm a little unsure about the changes in vmStructs_bsd_x86.hpp - please look carefull

Request for review: 7145358: SA throws ClassCastException for partially loaded ConstantPool

2012-02-16 Thread Poonam Bajaj
Request for review: CR 7145358 : SA throws ClassCastException for partially loaded ConstantPool webrev: http://cr.openjdk.java.net/~poonam/7145358/webrev.00/ Contributed by: Krystal Mok mailto:sa...@taobao.com>> If the poolHolder fiel

Re: Request for review (M): 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX

2012-02-16 Thread Nils Loodin
Does that not count under your mail about premature optimizations then? :D /Nisse On Feb 15, 2012, at 21:46 , Daniel D. Daugherty wrote: > On 2/15/12 1:34 PM, Staffan Larsen wrote: >> That's what I guessed. So essentially all the code the is in the #else part >> of #ifdef _ALLBSD_SOURCE under

Re: Request for review (M): 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX

2012-02-16 Thread Staffan Larsen
It does make the current code very hard to read: #ifdef _ALLBSD_SOURCE #ifdef __APPLE__ thread_t _thread_id; #else pthread_t _thread_id; #endif pthread_t _pthread_id; #else // _thread_id is kernel thread id (similar to LWP id on Solaris). Each // thread has a unique thread_id (BsdThread