Fri, 24 Jan 2014 08:13:42 -0500 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
hseigel [Fri, 24 Jan 2014 08:13:42 -0500] rev 22534
8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. Summary: Check if method is static before throwing exception. Reviewed-by: kamg, coleenp, lfoltan, fparain
Fri, 24 Jan 2014 09:28:47 +0100 8028280: ParkEvent leak when running modified runThese which only loads classes
dsimms [Fri, 24 Jan 2014 09:28:47 +0100] rev 22533
8028280: ParkEvent leak when running modified runThese which only loads classes Summary: Use spin lock to manage ParkEvent and PlatformEvent free lists. Reviewed-by: dholmes, fparain
Thu, 23 Jan 2014 16:02:14 -0500 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub [Thu, 23 Jan 2014 16:02:14 -0500] rev 22532
8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types Summary: The fix just throws an InstantiationException if the Klass is NULL. Reviewed-by: coleenp, twisti, jrose Contributed-by: gdub <duboscq@ssw.jku.at>
Thu, 23 Jan 2014 09:45:38 -0800 Merge
minqi [Thu, 23 Jan 2014 09:45:38 -0800] rev 22531
Merge
Thu, 23 Jan 2014 09:40:32 -0800 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
minqi [Thu, 23 Jan 2014 09:40:32 -0800] rev 22530
6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones. Reviewed-by: zgu, sla, coleenp Contributed-by: yumin.qi@oracle.com
Thu, 23 Jan 2014 09:33:50 +0000 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
kevinw [Thu, 23 Jan 2014 09:33:50 +0000] rev 22529
8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors Reviewed-by: dsamersoff, sla
Thu, 23 Jan 2014 09:06:21 +0100 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
sla [Thu, 23 Jan 2014 09:06:21 +0100] rev 22528
8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked. Summary: Make sure we only look for statically linked agents in the main process image Reviewed-by: dsamersoff, bpittore, dcubed
Thu, 23 Jan 2014 08:12:12 +0100 8032250: Add trace event for VM flag changes
sla [Thu, 23 Jan 2014 08:12:12 +0100] rev 22527
8032250: Add trace event for VM flag changes Reviewed-by: coleenp, ehelin, egahlin, mgronlun
Mon, 20 Jan 2014 09:56:47 +0000 Merge
kevinw [Mon, 20 Jan 2014 09:56:47 +0000] rev 22526
Merge
Fri, 17 Jan 2014 18:39:22 +0000 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters.
kevinw [Fri, 17 Jan 2014 18:39:22 +0000] rev 22525
8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters. Reviewed-by: sla, dsamersoff
Sun, 19 Jan 2014 20:23:46 -0500 Merge
hseigel [Sun, 19 Jan 2014 20:23:46 -0500] rev 22524
Merge
Fri, 17 Jan 2014 11:21:29 -0500 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp [Fri, 17 Jan 2014 11:21:29 -0500] rev 22523
8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change Summary: Test didn't get hg added with original bug fix Reviewed-by: jrose, hseigel, lfoltan
Fri, 17 Jan 2014 09:47:17 -0500 Merge
hseigel [Fri, 17 Jan 2014 09:47:17 -0500] rev 22522
Merge
Fri, 17 Jan 2014 09:39:51 -0500 8031045: Access checks should precede additional per-instruction checks
hseigel [Fri, 17 Jan 2014 09:39:51 -0500] rev 22521
8031045: Access checks should precede additional per-instruction checks Summary: Move access check above the check for non-static method Reviewed-by: lfoltan, coleenp
Thu, 16 Jan 2014 20:14:21 +0100 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla [Thu, 16 Jan 2014 20:14:21 +0100] rev 22520
8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, dsamersoff
Fri, 17 Jan 2014 02:13:40 -0800 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
sspitsyn [Fri, 17 Jan 2014 02:13:40 -0800] rev 22519
8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution Reviewed-by: mgronlun, dholmes, sla, dcubed Contributed-by: serguei.spitsyn@oracle.com
Thu, 16 Jan 2014 10:51:16 -0800 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
ccheung [Thu, 16 Jan 2014 10:51:16 -0800] rev 22518
8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message Summary: clarifying the error messages associated with vm options of type diagnostic, experimental, develop, and notproduct Reviewed-by: kvn, twisti, ctornqvi
Wed, 15 Jan 2014 19:12:45 -0500 8031151: Add basic CDS tests
mseledtsov [Wed, 15 Jan 2014 19:12:45 -0500] rev 22517
8031151: Add basic CDS tests Summary: Added new tests to cover missing CDS basic funtions Reviewed-by: zgu, hseigel
Wed, 15 Jan 2014 11:46:19 +0100 6945460: [TESTBUG] runtime/6929067/Test6929067.sh
dsimms [Wed, 15 Jan 2014 11:46:19 +0100] rev 22516
6945460: [TESTBUG] runtime/6929067/Test6929067.sh Summary: Change link order for the test Reviewed-by: coleenp, mgerdin
Fri, 24 Jan 2014 09:04:24 -0800 Merge
kvn [Fri, 24 Jan 2014 09:04:24 -0800] rev 22515
Merge
Thu, 23 Jan 2014 01:23:23 +0400 8031695: CHA ignores default methods during analysis leading to incorrect code generation
vlivanov [Thu, 23 Jan 2014 01:23:23 +0400] rev 22514
8031695: CHA ignores default methods during analysis leading to incorrect code generation Reviewed-by: jrose, acorn, hseigel, lfoltan
Tue, 21 Jan 2014 20:05:28 -0800 8031743: C2: loadI2L_immI broken for negative memory values
iveresov [Tue, 21 Jan 2014 20:05:28 -0800] rev 22513
8031743: C2: loadI2L_immI broken for negative memory values Summary: Restrict loadI2L_imm optimizations to positive values of mask Reviewed-by: kvn, dlong
Fri, 17 Jan 2014 18:09:08 -0800 8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
iveresov [Fri, 17 Jan 2014 18:09:08 -0800] rev 22512
8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size Summary: Fix the sizing of loadUS2L_immI16 and loadI2L_immI Reviewed-by: kvn, azeemj
Tue, 28 Jan 2014 11:21:43 -0800 Merge
lana [Tue, 28 Jan 2014 11:21:43 -0800] rev 22511
Merge
Thu, 23 Jan 2014 10:35:38 -0800 Merge
amurillo [Thu, 23 Jan 2014 10:35:38 -0800] rev 22510
Merge
Fri, 17 Jan 2014 10:43:43 -0800 Merge
morris [Fri, 17 Jan 2014 10:43:43 -0800] rev 22509
Merge
Thu, 16 Jan 2014 16:18:34 -0800 8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
twisti [Thu, 16 Jan 2014 16:18:34 -0800] rev 22508
8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests Reviewed-by: kvn, iveresov
Tue, 14 Jan 2014 21:33:33 -0800 Merge
anoll [Tue, 14 Jan 2014 21:33:33 -0800] rev 22507
Merge
Wed, 15 Jan 2014 06:16:55 +0100 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
anoll [Wed, 15 Jan 2014 06:16:55 +0100] rev 22506
7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times Summary: Avoid verifying dependencies multiple times by caching verified dependencies Reviewed-by: kvn, twisti, roland
Tue, 14 Jan 2014 17:46:48 -0800 8002074: Support for AES on SPARC
kvn [Tue, 14 Jan 2014 17:46:48 -0800] rev 22505
8002074: Support for AES on SPARC Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform. Reviewed-by: kvn, roland Contributed-by: shrinivas.joshi@oracle.com
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip