iveresov [Fri, 29 Apr 2011 12:39:32 -0700] rev 9419
7040485: Use transparent huge page on linux by default
Summary: Turn on UseLargePages by default but try only HugeTLBFS method if it is not explicitly specified on the command line.
Reviewed-by: ysr
tonyp [Fri, 29 Apr 2011 14:59:04 -0400] rev 9418
7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...)
Summary: We should only undirty cards after we decide that they are not on a young region, not before. The fix also includes improvements to the verify_dirty_region() method which print out which cards were not found dirty.
Reviewed-by: johnc, brutisso
tonyp [Fri, 29 Apr 2011 12:40:49 -0400] rev 9417
7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this.
Summary: We were calling STS join and leave during a STW pause and we are not suppoesed to. I now only call those during concurrent phase. I also added stress code in the non-product builds to force an overflows (the condition that ws uncovering the bug) to make sure it does not happen again.
Reviewed-by: johnc, brutisso
johnc [Thu, 28 Apr 2011 15:29:18 -0700] rev 9416
7040410: -Xloggc:<file> incorrectly enables TraceClassUnloading causing tracing on tty
Summary: Don't enable TraceClassUnloading whne -Xloggc is specified.
Reviewed-by: tonyp, ysr
kamg [Wed, 04 May 2011 11:04:45 -0400] rev 9415
Merge
dcubed [Tue, 03 May 2011 12:45:54 -0700] rev 9414
7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot
Summary: Delete use of SOLARIS_7_OR_LATER from sparcWorks.make
Reviewed-by: never
zgu [Tue, 03 May 2011 12:19:04 -0700] rev 9413
Merge
zgu [Tue, 03 May 2011 10:17:29 -0700] rev 9412
Merge
zgu [Tue, 03 May 2011 13:01:41 -0400] rev 9411
6986065: Rebrand exe/dll company names
Summary: Fixed Windows exe/dll right-click properties. "Oracle Corporation" for company name in jdk7, but "Sun Microsystems, Inc." for jdk6.
Reviewed-by: phh, acorn
dsamersoff [Tue, 03 May 2011 13:01:31 -0400] rev 9410
Merge
dsamersoff [Tue, 03 May 2011 18:43:18 +0400] rev 9409
7031385: incorrect register allocation in release_store_fence on linux x86
Summary: Since gcc 4.5 the inline assembly trying to use r register for an atomic 8-bit exchange and it leads to compilation error
Reviewed-by: dsamersoff, dholmes
Contributed-by: dbhole@redhat.com
dsamersoff [Tue, 03 May 2011 18:24:55 +0400] rev 9408
7041156: gcc 4.6 doesn't recognise -export-dynamic option
Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic
Reviewed-by: dsamersoff, dholmes
Contributed-by: omajid@redhat.com
dcubed [Mon, 02 May 2011 14:53:49 -0700] rev 9407
7028172: 3/4 SA needs to adapt to Solaris libproc change made in 6748307
Summary: Support build and runtime configs of old and new interfaces as appropriate.
Reviewed-by: acorn, never
dsamersoff [Fri, 29 Apr 2011 21:13:00 +0400] rev 9406
7019808: build fails on Fedora 14: SELinux run-time check: execution of stack in libjvm.so
Summary: executable flag is set in the elf header of libjvm.so during build, instruct ld to don't do it.
Reviewed-by: acorn, phh
dcubed [Thu, 28 Apr 2011 08:24:46 -0700] rev 9405
7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
Summary: The name in a deferred JVM/TI DynamicCodeGenerated event needs to be explicitly saved.
Reviewed-by: acorn, never, dsamersoff, dholmes
zgu [Wed, 27 Apr 2011 06:20:00 -0700] rev 9404
Merge
zgu [Wed, 27 Apr 2011 09:09:57 -0400] rev 9403
7036747: 7017009 reappeared, problem with ElfStringTable
Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario.
Reviewed-by: coleenp, dholmes
trims [Fri, 06 May 2011 14:10:20 -0700] rev 9402
Added tag hs21-b11 for changeset de80080e77a6
schien [Thu, 05 May 2011 14:02:02 -0700] rev 9401
Added tag jdk7-b141 for changeset dbc77e0dc173
schien [Thu, 05 May 2011 14:01:55 -0700] rev 9400
Added tag jdk7-b141 for changeset 0f69dca4aa47
duke [Wed, 05 Jul 2017 17:43:08 +0200] rev 9399
Added tag jdk7-b141 for changeset 5d86d0c7692e
duke [Wed, 05 Jul 2017 17:43:08 +0200] rev 9398
Merge
duke [Wed, 05 Jul 2017 17:43:05 +0200] rev 9397
Merge
schien [Mon, 02 May 2011 09:38:22 -0700] rev 9396
Merge
schien [Thu, 28 Apr 2011 17:44:47 -0700] rev 9395
Added tag jdk7-b140 for changeset c0c0f0374f67
cl [Wed, 27 Apr 2011 19:24:03 -0700] rev 9394
Merge
ohair [Tue, 26 Apr 2011 16:22:41 -0700] rev 9393
6631003: Add hg tip changeset to build image
Reviewed-by: mduigou
mfang [Mon, 25 Apr 2011 20:16:46 -0700] rev 9392
7039493: incorporating WPTG translation bug fixes
Reviewed-by: yhuang
duke [Wed, 05 Jul 2017 17:43:00 +0200] rev 9391
Merge
schien [Mon, 02 May 2011 09:36:49 -0700] rev 9390
Merge
schien [Thu, 28 Apr 2011 17:44:29 -0700] rev 9389
Added tag jdk7-b140 for changeset 3202e475f9d9
cl [Wed, 27 Apr 2011 19:20:46 -0700] rev 9388
Merge