Fri, 24 Oct 2008 20:47:47 -0700 Merge
tbell [Fri, 24 Oct 2008 20:47:47 -0700] rev 1536
Merge
Fri, 24 Oct 2008 12:46:51 +0100 6762569: Javac crashes with AssertionError in Types.containedBy
mcimadamore [Fri, 24 Oct 2008 12:46:51 +0100] rev 1535
6762569: Javac crashes with AssertionError in Types.containedBy Summary: Types.containedBy should be more liberal with UndetVars Reviewed-by: jjg
Fri, 24 Oct 2008 12:46:34 +0100 6758789: Some method resolution diagnostic should be improved
mcimadamore [Fri, 24 Oct 2008 12:46:34 +0100] rev 1534
6758789: Some method resolution diagnostic should be improved Summary: Recent work on diagnostics left out some resolution corner cases Reviewed-by: jjg
Fri, 24 Oct 2008 12:46:07 +0100 6746184: javac fails to compile call to public varargs method
mcimadamore [Fri, 24 Oct 2008 12:46:07 +0100] rev 1533
6746184: javac fails to compile call to public varargs method Summary: javac's resolution process should go through all steps described in JLS 15.12.2.2 Reviewed-by: jjg
Fri, 24 Oct 2008 12:45:47 +0100 6680106: StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds
mcimadamore [Fri, 24 Oct 2008 12:45:47 +0100] rev 1532
6680106: StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds Summary: Javac ends up in an infinite loop while attributing mutually referring array type-parameter bounds Reviewed-by: jjg
Thu, 23 Oct 2008 18:29:11 +0100 6557954: Inner class type parameters doesn't get substituted when checking type well-formedness
mcimadamore [Thu, 23 Oct 2008 18:29:11 +0100] rev 1531
6557954: Inner class type parameters doesn't get substituted when checking type well-formedness Summary: Validator.visitTypeApply should substitute all formal typevars with actual parameters Reviewed-by: jjg
Thu, 23 Oct 2008 18:10:23 +0100 6548436: Incorrect inconvertible types error
mcimadamore [Thu, 23 Oct 2008 18:10:23 +0100] rev 1530
6548436: Incorrect inconvertible types error Summary: Types.rewrite quantifiers should cope with captured type-variables properly Reviewed-by: jjg
Thu, 23 Oct 2008 18:00:05 +0100 6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods
mcimadamore [Thu, 23 Oct 2008 18:00:05 +0100] rev 1529
6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods Summary: Javac should not compare erased return types when checking for ambiguity errors during overload resolution Reviewed-by: jjg
Thu, 23 Oct 2008 17:59:43 +0100 6711619: javac doesn't allow access to protected members in intersection types
mcimadamore [Thu, 23 Oct 2008 17:59:43 +0100] rev 1528
6711619: javac doesn't allow access to protected members in intersection types Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible Reviewed-by: jjg
Thu, 23 Oct 2008 17:59:16 +0100 6732484: Bound error on wildcard code
mcimadamore [Thu, 23 Oct 2008 17:59:16 +0100] rev 1527
6732484: Bound error on wildcard code Summary: Check.checkExtends should cope with captured type-variables Reviewed-by: jjg
Thu, 06 Nov 2008 12:10:41 -0800 Added tag jdk7-b39 for changeset 628049ac53ed
xdono [Thu, 06 Nov 2008 12:10:41 -0800] rev 1526
Added tag jdk7-b39 for changeset 628049ac53ed
Wed, 05 Jul 2017 16:43:37 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:37 +0200] rev 1525
Merge
Thu, 06 Nov 2008 12:10:26 -0800 Added tag jdk7-b39 for changeset 83ca2ddee2dd
xdono [Thu, 06 Nov 2008 12:10:26 -0800] rev 1524
Added tag jdk7-b39 for changeset 83ca2ddee2dd
Wed, 05 Jul 2017 16:43:34 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:34 +0200] rev 1523
Merge
Thu, 06 Nov 2008 12:10:24 -0800 Added tag jdk7-b39 for changeset b7877f7986a3
xdono [Thu, 06 Nov 2008 12:10:24 -0800] rev 1522
Added tag jdk7-b39 for changeset b7877f7986a3
Wed, 05 Jul 2017 16:43:32 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:32 +0200] rev 1521
Merge
Thu, 06 Nov 2008 12:10:16 -0800 Added tag jdk7-b39 for changeset 4d2a283e9da2
xdono [Thu, 06 Nov 2008 12:10:16 -0800] rev 1520
Added tag jdk7-b39 for changeset 4d2a283e9da2
Wed, 05 Jul 2017 16:43:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:30 +0200] rev 1519
Merge
Fri, 07 Nov 2008 11:45:22 -0800 Merge
tbell [Fri, 07 Nov 2008 11:45:22 -0800] rev 1518
Merge
Fri, 31 Oct 2008 17:34:52 +0100 6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException
emcmanus [Fri, 31 Oct 2008 17:34:52 +0100] rev 1517
6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException Summary: JMX spec clarification Reviewed-by: dfuchs
Thu, 30 Oct 2008 17:28:35 -0400 Merge
mullan [Thu, 30 Oct 2008 17:28:35 -0400] rev 1516
Merge
Thu, 30 Oct 2008 17:24:08 -0400 6764553: com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe
mullan [Thu, 30 Oct 2008 17:24:08 -0400] rev 1515
6764553: com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe Reviewed-by: valeriep
Thu, 30 Oct 2008 18:19:48 +0100 6450848: make it easier to get the ObjectName of a JMX Proxy
emcmanus [Thu, 30 Oct 2008 18:19:48 +0100] rev 1514
6450848: make it easier to get the ObjectName of a JMX Proxy Summary: Rework proxy javadoc to explain how to do this. Reviewed-by: sjiang
Thu, 30 Oct 2008 17:46:50 +0100 6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport
emcmanus [Thu, 30 Oct 2008 17:46:50 +0100] rev 1513
6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport 6253137: Documentation for NotificationListener's handback parameter is confusing 6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate. 6602699: support for async notification of mbeaninfo update 6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener 6759619: Clarify what EventClient.getEventClientNotificationInfo does 6759622: Clarify what EventClient.getListeners list does Summary: Documentation fixes, plus simple bugfix for 6759619. Reviewed-by: dfuchs
(0) -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip