tbell [Thu, 27 Mar 2008 10:42:36 -0700] rev 269
Merge
emcmanus [Fri, 21 Mar 2008 18:07:57 +0100] rev 268
6643627: JMX source code includes incorrect Java code
Summary: javac compiler bug accepts incorrect code; JMX code inadvertently has such code
Reviewed-by: dfuchs
emcmanus [Fri, 21 Mar 2008 09:49:40 +0100] rev 267
6649542: Document explicitly in registerMBean etc that MBeanServerNotification is emitted
Summary: Make spec more readable by adding cross-references. Suggested by Andrew Haley.
Reviewed-by: dfuchs
mchung [Wed, 19 Mar 2008 11:13:46 -0700] rev 266
Merge
mchung [Tue, 18 Mar 2008 12:53:47 -0700] rev 265
6672804: First line in com/sun/management/package.html is broken
Summary: Fixed the typo in package.html
Reviewed-by: jjh
mchung [Tue, 18 Mar 2008 11:53:15 -0700] rev 264
6658779: Regression: HotspotDiagnosticMXBean.getDiagnosticOptions() throws NullPointerException
Summary: Add a null check for the VM option string
Reviewed-by: alanb, tbell
emcmanus [Wed, 19 Mar 2008 15:17:22 +0100] rev 263
6675768: NoSuchElementException thrown in RequiredModelMBean when tracing enabled
Summary: Rewrite logging in RequiredModelMBean.addAttributeChangeNotificationListener
Reviewed-by: dfuchs
xdono [Wed, 09 Apr 2008 11:19:07 -0700] rev 262
Added tag jdk7-b25 for changeset 8d655ddd5a03
duke [Wed, 05 Jul 2017 16:34:47 +0200] rev 261
Merge
trims [Tue, 22 Apr 2008 15:36:18 -0700] rev 260
Merge
jcoomes [Wed, 16 Apr 2008 15:34:39 -0700] rev 259
6689788: Bump HSX12 build version number
Summary: Update HSX12 build number to 03
Reviewed-by: kvn
kvn [Tue, 15 Apr 2008 10:49:32 -0700] rev 258
6692301: Side effect in NumberFormat tests with -server -Xcomp
Summary: Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control().
Reviewed-by: jrose, sgoldman
sbohne [Thu, 10 Apr 2008 15:49:29 -0400] rev 257
6692235: Fix for 6666698 broke -XX:BiasedLockingStartupDelay=0
Summary: Stack allocated VM_EnableBiasedLocking op must be marked as such
Reviewed-by: xlu, acorn, never, dholmes
kvn [Tue, 01 Apr 2008 16:14:18 -0700] rev 256
6681646: Relocking of a scalar replaced object during deoptimization is broken
Summary: Relocking of a thread-local object during deoptimization is broken
Reviewed-by: kbr, jrose, never
kvn [Mon, 31 Mar 2008 18:37:36 -0700] rev 255
6682236: C2 hits ideal nodes limit during IGVN optimization with EA
Summary: missing check in LoadNode::Ideal() causes infinite generation of a value Phi.
Reviewed-by: jrose, never
never [Mon, 31 Mar 2008 16:22:52 -0700] rev 254
6636352: Unit tests for supplementary character support fail with -XX:+AggressiveOpts
Summary: incorrect encoding
Reviewed-by: kvn, rasbold, sgoldman, jrose