Bengt Rutisson
90ab9d500c
Merge
2011-05-06 09:45:18 +02:00
John Coomes
62a8508587
6728025: LinkResolver is missing some ResourceMarks
...
Reviewed-by: dholmes, coleenp, ysr, kamg
2011-05-05 07:51:05 -07:00
Antonios Printezis
e061c0b0a4
7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in ..
...
There is a race in the evac failure handling code that causes the condition the assert checks not to be true. The fix is to replace the too-strong assert with a more targeted one.
Reviewed-by: johnc, ysr, jcoomes
2011-05-05 09:15:52 -04:00
Igor Veresov
63f068ad0d
7041501: NUMA: Expand the old gen more aggressively
...
Expand the old gen in bigger increments
Reviewed-by: jmasa
2011-05-04 15:08:44 -07:00
Keith McGuigan
cc15f4771e
Merge
2011-05-04 11:04:45 -04:00
Daniel D. Daugherty
544652776c
7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot
...
Delete use of SOLARIS_7_OR_LATER from sparcWorks.make
Reviewed-by: never
2011-05-03 12:45:54 -07:00
Zhengyu Gu
07cf5c9b40
Merge
2011-05-03 12:19:04 -07:00
Zhengyu Gu
3c624bcfb1
Merge
2011-05-03 10:17:29 -07:00
Zhengyu Gu
56154746f3
6986065: Rebrand exe/dll company names
...
Fixed Windows exe/dll right-click properties. "Oracle Corporation" for company name in jdk7, but "Sun Microsystems, Inc." for jdk6.
Reviewed-by: phh, acorn
2011-05-03 13:01:41 -04:00
Dmitry Samersoff
dd299ffb44
Merge
2011-05-03 13:01:31 -04:00
Deepak Bhole
fb47d47b6f
7031385: incorrect register allocation in release_store_fence on linux x86
...
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
2011-05-03 18:43:18 +04:00
Omair Majid
d02acdc62a
7041156: gcc 4.6 doesn't recognise -export-dynamic option
...
Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic
Reviewed-by: dsamersoff, dholmes
2011-05-03 18:24:55 +04:00
Daniel D. Daugherty
50d82a0f69
7028172: 3/4 SA needs to adapt to Solaris libproc change made in 6748307
...
Support build and runtime configs of old and new interfaces as appropriate.
Reviewed-by: acorn, never
2011-05-02 14:53:49 -07:00
Erik Trimble
caba73d1dd
7040777: Bump the HS21 build number to 11
...
Update the HS21 build number to 11
Reviewed-by: jcoomes
2011-04-29 17:00:19 -07:00
Erik Trimble
c99361768e
Merge
2011-04-29 16:55:43 -07:00
Jon Masamitsu
0772441e15
Merge
2011-04-29 14:36:21 -07:00
Jon Masamitsu
f6dc8f6c3c
Merge
2011-04-29 12:33:39 -07:00
Vladimir Kozlov
6d0283ed8e
Merge
2011-04-29 11:15:30 -07:00
Dmitry Samersoff
b0269509f1
7019808: build fails on Fedora 14: SELinux run-time check: execution of stack in libjvm.so
...
Executable flag is set in the elf header of libjvm.so during build, instruct ld to don't do it.
Reviewed-by: acorn, phh
2011-04-29 21:13:00 +04:00
Bengt Rutisson
fbffd24fc5
7040068: CMS: Possibly unsafe initialization of BlockOffsetArrayUseUnallocatedBlock
...
BlockOffsetArrayUseUnallocatedBlock was intended to be turned off as part of BUG 6948538 but a code line in collectorPolicy.cpp actually kept it turned on.
Reviewed-by: jwilhelm, ysr
2011-04-29 09:11:03 +02:00
Jon Masamitsu
c01be49675
Merge
2011-05-02 07:08:53 -07:00
Igor Veresov
5c6475f522
Merge
2011-04-29 20:42:27 -07:00
Igor Veresov
2abb1bbd58
7040485: Use transparent huge page on linux by default
...
Turn on UseLargePages by default but try only HugeTLBFS method if it is not explicitly specified on the command line.
Reviewed-by: ysr
2011-04-29 12:39:32 -07:00
Antonios Printezis
10f6cc7fc3
7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...)
...
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
2011-04-29 14:59:04 -04:00
Antonios Printezis
8c04c76193
7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this
...
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
2011-04-29 12:40:49 -04:00
John Cuthbertson
5b3550c107
7040410: -Xloggc:<file> incorrectly enables TraceClassUnloading causing tracing on tty
...
Don't enable TraceClassUnloading whne -Xloggc is specified.
Reviewed-by: tonyp, ysr
2011-04-28 15:29:18 -07:00
Tom Rodriguez
eb8db40092
7032162: assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr
...
Reviewed-by: kvn
2011-04-28 14:00:13 -07:00
Daniel D. Daugherty
7d7755b8a4
7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
...
The name in a deferred JVM/TI DynamicCodeGenerated event needs to be explicitly saved.
Reviewed-by: acorn, never, dsamersoff, dholmes
2011-04-28 08:24:46 -07:00
Christine Lu
8c555ebbcf
Merge
2011-04-27 19:20:31 -07:00
J. Duke
269b07f585
Merge
2017-07-05 17:42:19 +02:00
J. Duke
a268618d02
Merge
2017-07-05 17:42:16 +02:00
J. Duke
6a799a0943
Merge
2017-07-05 17:42:12 +02:00
J. Duke
35c2a5e334
Merge
2017-07-05 17:42:08 +02:00
J. Duke
347f167354
Merge
2017-07-05 17:42:05 +02:00
J. Duke
9d2839baba
Merge
2017-07-05 17:42:01 +02:00
J. Duke
eb8bca41b0
Merge
2017-07-05 17:41:44 +02:00
J. Duke
68eaf98b48
Added tag jdk7-b139 for changeset 955488f34ca4
2017-07-05 17:41:28 +02:00
J. Duke
cc3355f537
Merge
2017-07-05 17:41:27 +02:00
J. Duke
83e14b24a2
Merge
2017-07-05 17:41:25 +02:00
J. Duke
912ea9a468
Merge
2017-07-05 17:41:22 +02:00
J. Duke
9b5fd12154
Merge
2017-07-05 17:41:19 +02:00
J. Duke
b3794805a7
Merge
2017-07-05 17:41:16 +02:00
J. Duke
48903ca91e
Merge
2017-07-05 17:41:13 +02:00
J. Duke
b9b0c134b9
Merge
2017-07-05 17:41:08 +02:00
J. Duke
9fa46de478
Added tag jdk7-b138 for changeset 62b8e328f8c8
2017-07-05 17:40:55 +02:00
J. Duke
9369498f1a
Merge
2017-07-05 17:40:55 +02:00
J. Duke
62b4d04880
Merge
2017-07-05 17:40:52 +02:00
J. Duke
281f4bc2d0
Merge
2017-07-05 17:40:44 +02:00
J. Duke
1f9202ba42
Merge
2017-07-05 17:40:40 +02:00
J. Duke
bd5d154cea
Merge
2017-07-05 17:40:36 +02:00