aboutsummaryrefslogtreecommitdiff
path: root/test/jdk
AgeCommit message (Collapse)Author
2014-11-048062744: jdk.net.Sockets.setOption/getOption does not support IP_TOSmichaelm
Reviewed-by: chegar, alanb
2014-06-198047187: Test jdk/net/Sockets/Test.java fails to compile after fix JDK-8046588michaelm
Reviewed-by: chegar
2014-06-138046588: test for SO_FLOW_SLA availability does not check for EACCESSmichaelm
Reviewed-by: chegar, alanb
2014-04-148032808: Support Solaris SO_FLOW_SLA socket optionmichaelm
Reviewed-by: alanb, chegar
2014-01-308027175: Existing regression tests in tl/langtools and tl/jdk need to be ↵sogoel
updated for @bug keyword Reviewed-by: jjg, ksrini Contributed-by: matherey.nunez@oracle.com
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-10-238027176: Remove redundant jdk/lambda/vm/DefaultMethodsTest.javarfield
Reviewed-by: ksrini
2013-10-038020849: jdk/lambda/vm/DefaultMethodsTest.javarfield
Summary: Bridge generation has been removed from the VM. Fix is to remove tests that no longer make sense. Reviewed-by: ksrini
2013-09-048020816: Metafactory crashes on code with method referencerfield
8021050: MethodHandleInfo throws exception when method handle is to a method with @CallerSensitive Summary: Fixed by 8008688 - this is a test to confirm the above fixed Reviewed-by: vlivanov
2013-06-288015318: Extend Collector with 'finish' operationbriangoetz
Reviewed-by: mduigou Contributed-by: brian.goetz@oracle.com
2013-05-298015525: JDK8 b91 source with GPL header errorsjdk8-b92katleman
Reviewed-by: dholmes, lancea
2013-05-068012664: Add tests for java.util.stream and lambda translationbriangoetz
Reviewed-by: mduigou, briangoetz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Robert Field <robert.field@oracle.com>, Jim Gish <jim.gish@oracle.com>
2012-10-207197401: Add a subset of the org.objectweb.asm packages to jdk8jjh
Reviewed-by: ohair, briangoetz, erikj, iris