Jesper Wilhelmsson
2c17d50a8b
8006432: Ratio flags should be unsigned
...
Flags changed to be of uintx type
Reviewed-by: johnc, tamao
2013-02-07 15:51:25 +01:00
Tao Mao
63fd60257c
7052429: G1: Avoid unnecessary scanning of humongous regions during concurrent marking
...
Skip unnecessary scanning of bitmap for unmarked humongous objects/regions.
Reviewed-by: jwilhelm, johnc
2013-02-06 14:50:37 -08:00
John Cuthbertson
ce66b0aad0
Merge
2013-02-05 22:24:36 -08:00
John Cuthbertson
c2bb152e6c
8005032: G1: Cleanup serial reference processing closures in concurrent marking
...
Reuse the parallel reference processing oop closures during serial reference processing.
Reviewed-by: brutisso
2013-02-05 09:13:05 -08:00
John Cuthbertson
ea33ae6c4d
Merge
2013-02-04 19:40:27 -08:00
Jon Masamitsu
0b84b16b84
Merge
2013-02-04 13:26:04 -08:00
John Cuthbertson
1333948266
8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
...
Flush any deferred card mark before a Java thread exits.
Reviewed-by: brutisso, jmasa
2013-02-04 13:24:57 -08:00
Jon Masamitsu
e13466742d
Merge
2013-02-04 12:51:25 -08:00
Jon Masamitsu
83473ea55d
Merge
2013-02-04 12:01:07 -08:00
Mikael Vidstedt
26b2bbe306
8007257: NPG: metaspace.cpp: Incorrect arguments in calls to err_msg
...
Fix size checks in assert and corrected some print formats. Also reviewed by vitalyd@gmail.com .
Reviewed-by: coleenp, sspitsyn
2013-02-01 17:21:53 -08:00
John Cuthbertson
d701ede8bb
8006894: G1: Number of marking threads missing from PrintFlagsFinal output
...
Set ConcGCThreads to the calculated number of marking threads.
Reviewed-by: jmasa, ysr
2013-02-01 13:17:04 -08:00
John Cuthbertson
7d2ccf3a21
8005875: G1: Kitchensink fails with ParallelGCThreads=0
...
Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
Reviewed-by: brutisso
2013-01-31 10:45:09 -08:00
Stefan Karlsson
e8860a177b
8004710: NPG: jmap could throw sun.jvm.hotspot.types.WrongTypeException after PermGen removal
...
When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded.
Reviewed-by: jmasa, brutisso
2013-01-29 10:51:33 +01:00
Jesper Wilhelmsson
2447f369f6
6348447: Specifying -XX:OldSize crashes 64-bit VMs
...
Heap size will be set to allow for OldSize to fit. Also reviewed by vitalyd@gmail.com
Reviewed-by: ehelin, jmasa
2013-01-28 15:41:45 +01:00
Krystal Mo
c06a8276fe
Merge
2013-01-24 09:06:16 -08:00
Jon Masamitsu
354116da47
Merge
2013-01-24 06:04:43 -08:00
Krystal Mo
ae1a2f5e3c
8006758: LinkResolver assertion (caused by @Contended changes)
...
Treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing
Reviewed-by: jrose, coleenp, kvn, dholmes
2013-01-24 02:03:38 -08:00
Vladimir Kozlov
9e0c61f822
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
...
Use SSE4.2 and AVX2 instructions for encodeArray intrinsic.
Reviewed-by: roland
2013-01-22 15:34:16 -08:00
Goetz Lindenmaier
44cdae9a57
8005055: pass outputStream to more opto debug routines
...
Pass the output stream to node->dump() and everything reachable from there
Reviewed-by: kvn
2013-01-22 11:31:25 -08:00
Karen Kinnear
bc751c3469
8004903: VMThread::execute() calls Thread::check_for_valid_safepoint_state() on concurrent VM ops
...
Check_for_valid_safepoint_state() only applies to blocking VM ops
Reviewed-by: acorn, dholmes, dice, sspitsyn
2013-01-22 05:57:18 -08:00
Dave Dice
98c357abf8
8004902: correctness fixes motivated by contended locking work (6607129)
...
Misc correctness fixes
Reviewed-by: acorn, dholmes, dice, sspitsyn
2013-01-22 05:56:42 -08:00
Karen Kinnear
8f1dc20874
6444286: Possible naked oop related to biased locking revocation safepoint in jni_exit()
...
Add missing Handle.
Reviewed-by: acorn, dholmes, dice, sspitsyn
2013-01-22 05:55:04 -08:00
Karen Kinnear
706efde6df
Merge
2013-01-21 16:11:24 -05:00
Staffan Larsen
c3d91fec59
Merge
2013-01-18 14:15:51 +01:00
Bengt Rutisson
f3576a18a9
Merge
2013-01-18 11:03:15 +01:00
Coleen Phillimore
833b7fcfff
8006548: version wrong in new constantPool code
...
Fix increment problem with saved_version
Reviewed-by: dholmes
2013-01-17 22:11:57 -05:00
Jon Masamitsu
59f0209008
8006537: Assert when dumping archive with default methods
...
Reviewed-by: coleenp
2013-01-17 19:04:48 -08:00
Vladimir Kozlov
3eb6582f4b
Merge
2013-01-17 18:47:36 -08:00
Coleen Phillimore
e508ba9b0b
7174978: NPG: Fix bactrace builder for class redefinition
...
Remove Method* from backtrace but save version so redefine classes doesn't give inaccurate line numbers. Removed old Merlin API with duplicate code.
Reviewed-by: dholmes, sspitsyn
2013-01-17 13:40:31 -05:00
Harold Seigel
68f3dd76c9
7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems
...
Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro.
Reviewed-by: dholmes, coleenp, mikael, kvn
2013-01-17 10:25:16 -05:00
Stefan Karlsson
6799149f7d
8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations
...
Reviewed-by: brutisso, jfranck
2013-01-17 11:39:48 +01:00
Dean Long
6e8916cdbb
Merge
2013-01-17 01:27:02 -05:00
Karen Kinnear
4ce43bafa5
Merge
2013-01-16 18:23:37 -05:00
Aleksey Shipilev
07e2e8803a
8006403: Regression: jstack failed due to the FieldInfo regression in SA
...
Reviewed-by: sla, dholmes
2013-01-16 16:30:04 +01:00
Bengt Rutisson
38f6de7a0c
8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
...
Also reviewed by vitalyd@gmail.com .
Reviewed-by: johnc, mgerdin
2013-01-16 12:46:27 +01:00
David Chase
cc15237ca5
8005821: C2: -XX:+PrintIntrinsics is broken
...
Check all print inlining flags when processing inlining list.
Reviewed-by: kvn, twisti
2013-01-15 14:45:12 -08:00
Ioi Lam
84fce989dd
8005467: CDS size information is incorrect and unfriendly
...
Changed words to bytes, and added usage percentage information
Reviewed-by: coleenp, twisti
2013-01-15 17:05:53 -05:00
John Cuthbertson
b3b1b412b1
8001425: G1: Change the default values for certain G1 specific flags
...
Changes to default and ergonomic flag values recommended by performance team. Changes were also reviewed by Monica Beckwith <monica.beckwith@oracle.com>.
Reviewed-by: brutisso, huntch
2013-01-15 12:32:26 -08:00
Christian Thalinger
5dda34f798
8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types
...
Reviewed-by: kvn
2013-01-15 12:06:18 -08:00
Stefan Karlsson
9d65c6d24f
8005994: Method annotations are allocated unnecessarily during class file parsing
...
Also reviewed by: vitalyd@gmail.com
Reviewed-by: coleenp, acorn
2013-01-15 10:09:45 +01:00
Stefan Karlsson
67fc68ea7f
8005590: java_lang_Class injected field resolved_constructor appears unused
...
Reviewed-by: coleenp, dholmes
2013-01-15 13:32:13 +01:00
Bengt Rutisson
33b7cd7cae
8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
...
Reviewed-by: ysr, johnc, jwilhelm
2013-01-14 21:30:45 +01:00
Mikael Vidstedt
b4546eb428
8005592: ClassLoaderDataGraph::_unloading incorrectly defined as nonstatic in vmStructs
...
Added assertion to catch problem earlier and removed the unused field
Reviewed-by: dholmes, acorn
2013-01-14 11:00:56 -08:00
Alexander Harlap
95cbed6639
8005204: Code Cache Reduction: command line options implementation
...
Adding more detailed output on CodeCache usage
Reviewed-by: kvn, vladidan
2013-01-14 13:52:08 -05:00
Alexander Harlap
5613847626
8005639: Move InlineSynchronizedMethods flag from develop to product
...
Move InlineSynchronizedMethods flag from develop to product
Reviewed-by: kvn, vladidan
2013-01-14 13:44:49 -05:00
Coleen Phillimore
6972d9ff95
Merge
2013-01-14 08:37:14 -08:00
Vladimir Ivanov
f8b9f3900c
8006095: C1: SIGSEGV w/ -XX:+LogCompilation
...
Avoid printing inlining decision when compilation fails
Reviewed-by: kvn, roland
2013-01-14 08:22:32 -08:00
Eric Mccorkle
be0c8e9f08
8006005: Fix constant pool index validation and alignment trap for method parameter reflection
...
This patch addresses an alignment trap due to the storage format of method parameters data in constMethod. It also adds code to validate constant pool indexes for method parameters data.
Reviewed-by: jrose, dholmes
2013-01-14 11:01:39 -05:00
Aleksey Shipilev
0614ed6542
8003985: Support @Contended Annotation - JEP 142
...
HotSpot changes to support @Contended annotation.
Reviewed-by: coleenp, kvn, jrose
2013-01-14 15:17:47 +01:00
Erik Helin
a3639fdea1
8004018: Remove old initialization flags
...
Reviewed-by: dholmes, stefank
2013-01-14 09:58:52 +01:00