Tom Rodriguez
|
6e8a263a06
|
7017732: move static fields into Class to prepare for perm gen removal
Reviewed-by: kvn, coleenp, twisti, stefank
|
2011-03-18 16:00:34 -07:00 |
|
John R Rose
|
f6344076f2
|
7012648: move JSR 292 to package java.lang.invoke and adjust names
Package and class renaming only; delete unused methods and classes
Reviewed-by: twisti
|
2011-03-11 22:34:57 -08:00 |
|
Keith McGuigan
|
fac0855180
|
6845426: non-static <clinit> method with no args is called during the class initialization process
Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by: acorn, dholmes, coleenp
|
2011-03-04 14:40:46 -05:00 |
|
Stefan Karlsson
|
0c395c7799
|
7014851: Remove unused parallel compaction code
Removed.
Reviewed-by: jcoomes, brutisso
|
2011-02-08 12:33:19 +01:00 |
|
Coleen Phillimore
|
7b4f8073f0
|
6990754: Use native memory and reference counting to implement SymbolTable
Move symbols from permgen into C heap and reference count them
Reviewed-by: never, acorn, jmasa, stefank
|
2011-01-27 16:11:27 -08:00 |
|
Stefan Karlsson
|
8006fe8f75
|
6989984: Use standard include model for Hospot
Replaced MakeDeps and the includeDB files with more standardized solutions.
Reviewed-by: coleenp, kvn, kamg
|
2010-11-23 13:22:55 -08:00 |
|
Igor Veresov
|
2c66a6c3fd
|
6953144: Tiered compilation
Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
Reviewed-by: kvn, never, phh, twisti
|
2010-09-03 17:51:07 -07:00 |
|
Keith McGuigan
|
6247222cf6
|
6980262: Memory leak when exception is thrown in static initializer
Use resource memory instead of c-heap for the exception message
Reviewed-by: phh, jmasa
|
2010-08-27 15:05:28 -04:00 |
|
Antonios Printezis
|
38ab95c64b
|
6962589: remove breadth first scanning code from parallel gc
Remove the breadth-first copying order from ParallelScavenge and use depth-first by default.
Reviewed-by: jcoomes, ysr, johnc
|
2010-07-22 10:27:41 -04:00 |
|
Erik Trimble
|
ba7c173659
|
6941466: Oracle rebranding changes for Hotspot repositories
Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
|
2010-05-27 19:08:38 -07:00 |
|
John Coomes
|
99196ff9ca
|
6888954: argument formatting for assert() and friends
Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
|
2010-04-22 13:23:15 -07:00 |
|
Frederic Parain
|
2450ae35a1
|
6935224: Adding new DTrace probes to work with Palantir
Adding probes related to thread scheduling and class initialization
Reviewed-by: kamg, never
|
2010-03-17 11:01:05 +01:00 |
|
John R Rose
|
fdbb64ef71
|
6912062: disassembler plugin needs to produce symbolic information in product mode
More informative disassembly in product mode. Also, a more consistent CompileCommand syntax.
Reviewed-by: never
|
2010-01-08 13:47:01 -08:00 |
|
Igor Veresov
|
5bec0d60ab
|
Merge
|
2010-01-06 22:21:39 -08:00 |
|
Tom Rodriguez
|
98449cf2c2
|
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
|
2010-01-06 14:22:39 -08:00 |
|
Xiaobin Lu
|
f42d7fcedb
|
6895168: JCK api/signaturetest/sigtest.basic.html#basic test fails for jdk 5.0 with HS 16 in nightly build
Reviewed-by: dholmes, acorn, jrose
|
2009-12-16 14:27:50 -08:00 |
|
John R Rose
|
2134a92922
|
6815692: method handle code needs some cleanup (post-6655638)
Correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support
Reviewed-by: never, twisti
|
2009-10-17 19:51:05 -07:00 |
|
John R Rose
|
f34acd6601
|
Merge
|
2009-09-30 13:25:39 -07:00 |
|
John R Rose
|
40d52710f6
|
Merge
|
2009-09-23 23:56:15 -07:00 |
|
Daniel D. Daugherty
|
2a4f284029
|
6419370: 4/4 new jmethodID code has tiny holes in synchronization
Fix races in jmethodID cache and JNI itable index cache.
Reviewed-by: ikrylov, acorn
|
2009-09-21 09:30:24 -06:00 |
|
Karen Kinnear
|
27286386e9
|
Merge
|
2009-09-16 09:10:57 -04:00 |
|
John R Rose
|
e261aecad8
|
6863023: need non-perm oops in code cache for JSR 292
Make a special root-list for those few nmethods which might contain non-perm oops.
Reviewed-by: twisti, kvn, never, jmasa, ysr
|
2009-09-15 21:53:47 -07:00 |
|
Karen Kinnear
|
ab1485b385
|
Merge
|
2009-09-10 09:04:41 -04:00 |
|
Karen Kinnear
|
488e99efd8
|
6830542: Performance: JVM_DefineClass already verified
Reviewed-by: kamg, phh
|
2009-09-04 12:53:02 -04:00 |
|
Daniel D. Daugherty
|
2357edfa00
|
Merge
|
2009-08-28 12:32:06 -06:00 |
|
Daniel D. Daugherty
|
779247f1cb
|
6875393: 2/3 JNI itable index cache is broken
Add missing initialization of cache size.
Reviewed-by: tbell
|
2009-08-28 12:25:46 -06:00 |
|
John Coomes
|
e7c70c499b
|
6845368: large objects cause a crash or unexpected exception
Reviewed-by: jmasa, iveresov
|
2009-08-13 16:22:45 -07:00 |
|
John Coomes
|
662adda5e6
|
6861660: OopMapBlock count/size confusion
Reviewed-by: tonyp, iveresov
|
2009-08-11 15:37:23 -07:00 |
|
Jeremy Manson
|
28d4ad46aa
|
6850957: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
Call report_java_out_of_memory("Requested array size exceeds VM limit")
Reviewed-by: tbell, dholmes, alanb, ysr
|
2009-06-29 14:42:12 -07:00 |
|
Mandy Chung
|
08f5aeffc1
|
6857194: Add hotspot perf counters to aid class loading performance measurement
Add new jvmstat counters to measure detailed class loading time
Reviewed-by: acorn, kamg
|
2009-07-10 11:10:00 -07:00 |
|
Vladimir Kozlov
|
aee9449305
|
Merge
|
2009-03-31 10:02:01 -07:00 |
|
John R Rose
|
cfb08c72ba
|
6814659: separable cleanups and subroutines for 6655638
Preparatory but separable changes for method handles
Reviewed-by: kvn, never
|
2009-03-20 23:19:36 -07:00 |
|
Karen Kinnear
|
25de21d620
|
4766230: Hotspot vtable inconsistencies cause core dumps. 6579515. 6582242
Reviewed-by: kamg, coleenp
|
2009-03-18 17:20:57 -04:00 |
|
Christian Thalinger
|
05d1de7727
|
6810672: Comment typos
I have collected some typos I have found while looking at the code.
Reviewed-by: kvn, never
|
2009-02-27 13:27:09 -08:00 |
|
Antonios Printezis
|
615777b6da
|
Merge
|
2008-08-21 23:36:31 -04:00 |
|
Xiomara Jayasena
|
c96a95c4b8
|
6719955: Update copyright year
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
|
2008-07-02 12:55:16 -07:00 |
|
Y. Srinivas Ramakrishna
|
18f3386a98
|
6711316: Open source the Garbage-First garbage collector
First mercurial integration of the code for the Garbage-First garbage collector.
Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
|
2008-06-05 15:57:56 -07:00 |
|
Coleen Phillimore
|
4a831d45f0
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
|
2008-04-13 17:43:42 -04:00 |
|
Daniel D. Daugherty
|
0745d10694
|
Merge
|
2008-03-13 14:17:48 -07:00 |
|
Daniel D. Daugherty
|
454bce8993
|
6453355: 4/4 new No_Safepoint_Verifier uses fail during GC
(for Serguei) Clean up use of No_Safepoint_Verifier in JVM TI
Reviewed-by: dcubed
|
2008-03-12 18:09:34 -07:00 |
|
Daniel D. Daugherty
|
0f1d30354a
|
6497639: 4/3 Profiling Swing application caused JVM crash
Make RedefineClasses() interoperate better with class sharing.
Reviewed-by: sspitsyn, jmasa
|
2008-03-12 18:06:50 -07:00 |
|
Vladimir Kozlov
|
96e8bcb6aa
|
6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
Deoptimization code for reallocation and relocking scalar replaced objects has to be fixed.
Reviewed-by: rasbold, never
|
2008-03-11 11:25:13 -07:00 |
|
J. Duke
|
8153779ad3
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|