Lana Steuck
42d6fdbb4e
Merge
2013-11-14 23:29:18 -08:00
Rajan Halade
7ba208e79f
8014266: regression test AsyncSSLSocketClose.java time out
...
Reviewed-by: xuelei
2013-11-14 16:08:28 -08:00
Coleen Phillimore
df1294ed41
Merge
2013-11-14 14:01:52 -05:00
Staffan Larsen
1217036870
8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent
...
Reviewed-by: alanb, allwin, sspitsyn, mgronlun
2013-11-14 19:31:31 +01:00
Christine Lu
dff1bc3a13
Added tag jdk8-b116 for changeset 6815fa4c5500
2013-11-14 09:05:14 -08:00
Ekaterina Pavlova
df6b4666fe
8023041: The CDS classlist needs to be updated for JDK 8
...
Generate new classlists from JDK 8 classes
Reviewed-by: alanb, coleenp, hseigel
2013-11-14 10:44:57 -05:00
Joel Borggrén-Franck
4163fbdc49
8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
...
Reviewed-by: briangoetz
2013-11-14 12:17:37 +01:00
Alan Bateman
d0c41083a2
8028343: More ProblemList.txt updates (11/2013)
...
Reviewed-by: chegar
2013-11-14 10:40:33 +00:00
Magnus Ihse Bursie
453a40a431
8027566: Remove the old build system
...
Reviewed-by: erikj, tbell
2013-11-14 11:19:32 +01:00
Alexander Zuev
1b4ad04278
8028197: tools/launcher/DiacriticTest.java failed on MacOSX: Input length = 1
...
Reviewed-by: ksrini
2013-11-18 20:22:49 +04:00
Jaroslav Bachorik
d2a8f2c819
8028433: [TESTBUG] add -XX:+UsePerfData to some sun.management tests
...
Reviewed-by: sla, egahlin
2013-11-18 16:20:40 +01:00
Jaroslav Bachorik
e72d357292
8027163: sun/management/jmxremote/bootstrap/CustomLauncherTest.java should be updated for jdk8 removal of solaris-32bit support
...
Reviewed-by: sla
2013-11-18 15:25:15 +01:00
Sergey Lugovoy
097efbb0e2
8028049: Tidy warnings cleanup for packages java.nio/java.io
...
Reviewed-by: alanb, darcy
2013-11-18 17:00:23 +04:00
Mattias Tobiasson
c5cf3786f7
8023138: [TEST_BUG] java/lang/instrument/PremainClass/NoPremainAgent.sh fails intermittently
...
Port tests for java/lang/instrument/PremainClass from script to java
Reviewed-by: sla
2013-11-14 12:35:34 +01:00
Petr Pchelko
5f7b6dfb6c
8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
...
Reviewed-by: anthony
2013-11-14 11:42:46 +04:00
Petr Pchelko
01f2c8f8ad
8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7
...
Reviewed-by: anthony, serb
2013-11-14 10:52:19 +04:00
Xueming Shen
dc1dba10e7
8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
...
To undo the change for 6559590
Reviewed-by: darcy
2013-11-13 22:22:28 -08:00
Eric McCorkle
fadfc31bec
8026884: test for fix of JDK-8021398 does not have @bug tag
...
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs
Two documentation fixes
Reviewed-by: darcy
2013-11-13 15:48:21 -05:00
Phil Race
ea862540b1
8028206: sun/java2d/cmm/ProfileOp/SetDataTest.java fails
...
Reviewed-by: bae, jchen
2013-11-13 11:59:49 -08:00
Xueming Shen
4208726b35
8027645: Pattern.split() with positive lookahead
...
6559590: Pattern.compile(".*").split("") returns incorrect result
Updated spec/impl for these two corner cases
Reviewed-by: alanb, psandoz
2013-11-13 11:26:01 -08:00
Joe Darcy
8280dc2170
8028300: Fix raw type lint warnings in java.util.concurrent
...
Reviewed-by: chegar, martin
2013-11-13 11:06:57 -08:00
Erik Gahlin
7e3d90db4a
6954510: TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.sh
...
Reviewed-by: sla, sspitsyn
2013-11-13 18:41:30 +01:00
Alan Bateman
fe37ddf865
8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission
...
Reviewed-by: mchung, martin, chegar
2013-11-13 16:52:18 +00:00
Chris Hegarty
f9ecbb8f7d
8022213: Intermittent test failures in java/net/URLClassLoader
...
Reviewed-by: dxu, alanb
2013-11-13 16:44:12 +00:00
Oleg Pekhovskiy
50e04746e9
8028283: Revert JavaDoc changes pushed for JDK-7068423
...
Reviewed-by: art, serb
2013-11-13 20:16:43 +04:00
Mandy Chung
d26c11b9d7
8028234: Remove unused methods in sun.misc.JavaAWTAccess
...
Reviewed-by: art, dfuchs, lancea
2013-11-13 07:49:42 -08:00
Katja Kantserova
17e4152715
8015497: Take new fixes from hotspot/test/testlibrary to jdk/test/lib/testlibrary
...
Reviewed-by: sla
2013-11-13 11:46:05 +01:00
Erik Gahlin
964b256741
6959636: testcase failing on windows javax/management/loading/LibraryLoader/LibraryLoaderTest.java
...
Reviewed-by: sla, jbachorik
2013-11-13 15:21:53 +01:00
Jaroslav Bachorik
d35ec75e4f
8004126: TEST_BUG: com/sun/jdi/BadHandshakeTest.java fails intermittently
...
Reviewed-by: dholmes, ykantser
2013-11-13 13:12:16 +01:00
Daniel Fuchs
e0c1c25d70
8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
...
Trivial: change @bug 8023163 into @bug 8026499
Reviewed-by: mchung, alanb
2013-11-13 10:50:30 +01:00
Xue-Lei Andrew Fan
cc6f28352f
8023147: Test DisabledShortRSAKeys.java intermittent failed
...
Reviewed-by: mullan
2013-11-13 01:14:23 -08:00
Alan Bateman
a3d0dbcdd9
8028239: test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh with NoClassDefFoundError
...
Reviewed-by: mchung, egahlin
2013-11-13 07:43:24 +00:00
Roger Riggs
1ea68289dd
8028014: Doclint warning/error cleanup in javax.management
...
Improve generated html by fixing doclint warnings
Reviewed-by: sla, jbachorik
2013-11-12 14:03:28 -05:00
Joe Darcy
600047c7fc
8028229: Fix more raw types lint warning in core libraries
...
Reviewed-by: chegar, forax, lancea, alanb, jfranck
2013-11-12 09:44:39 -08:00
Alan Bateman
f5d34bdef1
8028208: (aio) Assertion in clearPendingIoMap when closing at around time file lock is acquired immediately (win)
...
Reviewed-by: chegar
2013-11-12 17:37:45 +00:00
Erik Gahlin
cd2f2cbb84
6849945: VM Periodic Task Thread CPU time = -1ns in HotspotThreadMBean.getInternalThreadCpuTimes()
...
Reviewed-by: sla
2013-11-12 18:12:47 +01:00
Erik Gahlin
d9cc0e7920
6543856: MonitorVmStartTerminate.sh fails intermittently
...
Reviewed-by: sla, dholmes
2013-11-12 17:40:26 +01:00
Sergey Bylokhov
9ab430a0d2
8027696: Incorrect copyright header in the tests
...
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Leonid Romanov
0b24095558
8027972: [macosx] Provide a regression test for JDK-8007006
...
Reviewed-by: anthony
2013-11-12 20:02:12 +04:00
Stuart Marks
c1096c05ab
8028027: serialver should emit declaration with the 'private' modifier
...
Reviewed-by: darcy, mchung, alanb, chegar
2013-11-12 16:59:51 +01:00
Erik Gahlin
2b13aab668
8027209: javax/management/monitor/ThreadPoolAccTest.java fails intermittently
...
Reviewed-by: sla, jbachorik
2013-11-12 14:52:42 +01:00
David Katleman
9fb345497c
Merge
2013-11-11 15:06:35 -08:00
Vladimir Ivanov
ee23c1f412
8027823: catchException combinator fails with 9 argument target
...
Reviewed-by: jrose
2013-11-09 04:21:28 +04:00
Alan Bateman
a08f1c2f3a
8027803: test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java fails
...
Fix NPE in test infrastructure
Reviewed-by: ksrini, jfranck, alanb, rfield
2013-11-11 16:14:07 -08:00
Xueming Shen
f952749e41
8026330: java.util.Base64 urlEncoder should omit padding
...
To add Encoder.withoutPadding()
Reviewed-by: alanb
2013-11-11 14:35:36 -08:00
Lana Steuck
92d4547bee
Merge
2013-11-08 15:02:55 -08:00
Alex Schenkman
fc31eabd57
8014506: Test of Jdp feature
...
Reviewed-by: sla
2013-11-08 18:16:12 +01:00
Lance Andersen
cfe1c39c10
8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal
...
Reviewed-by: darcy
2013-11-11 14:22:22 -05:00
Michael McMahon
536e058b8b
8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)
...
Reviewed-by: alanb
2013-11-11 16:06:16 +00:00
Chris Hegarty
c10719362e
8028102: All test targets, jdk/test/Makefile, fail on Windows
...
Reviewed-by: mduigou
2013-11-11 10:33:02 +00:00
Weijun Wang
4780d5d560
8027991: InputStream should be closed in sun.security.tools.jarsigner.Main
...
Reviewed-by: xuelei
2013-11-11 16:54:41 +08:00
Alan Bateman
91d4d9438c
8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win)
...
Reviewed-by: mchung
2013-11-11 08:36:53 +00:00
Jaroslav Bachorik
db68e03030
6523160: RuntimeMXBean.getUptime() returns negative values
...
RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time
Reviewed-by: dholmes, sla
2013-11-10 20:05:03 +01:00
Roger Riggs
3bffac4b48
8028092: Lint cleanup of java.time.format
...
Correct declarations and add @SuppressWarnings
Reviewed-by: darcy, lancea
2013-11-09 14:30:03 -05:00
Patrick Zhang
ee6dd6c873
8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS
...
Reviewed-by: dholmes, alanb
2013-11-09 16:46:46 +00:00
Lana Steuck
84da58d996
Merge
2013-11-08 17:36:14 -08:00
Roger Riggs
eb5d8c2f8b
8028041: Serialized Form description of j.l.String is not consistent with the implementation
...
Replaced incorrect description with reference to the serialization specification
Reviewed-by: alanb, smarks
2013-11-08 17:50:24 -05:00
Alan Bateman
086dfc45ca
8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f
...
Reviewed-by: chegar
2013-11-08 21:07:42 +00:00
Joe Darcy
61b2527b10
8028076: Correct raw type lint warnings in core reflection implementation classes
...
Reviewed-by: lancea, alanb
2013-11-08 12:19:25 -08:00
Mandy Chung
50b0f7fef4
8025985: com.sun.management.OSMBeanFactory should not be public
...
Reviewed-by: alanb, erikj, ihse, jbachorik
2013-11-08 12:13:02 -08:00
Tristan Yan
5d27126a44
8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine
...
Reviewed-by: chegar
2013-11-08 18:54:29 +00:00
Mandy Chung
46de2cd14f
8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351
...
Reviewed-by: alanb
2013-11-08 09:43:01 -08:00
David Dehaven
75f943b138
8027912: [macosx] Provide means to force the headful mode on OS X when running via ssh
...
Bypass AquaSession check if AWT_FORCE_HEADFUL env. variable is set to TRUE
Reviewed-by: anthony, art
2013-11-08 20:07:35 +04:00
Chris Hegarty
44a19639b3
8019834: InetAddress.getByName hangs for bad IPv6 literals
...
Reviewed-by: alanb
2013-11-08 15:15:48 +00:00
Tristan Yan
92076375e9
8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface
...
Reviewed-by: chegar
2013-11-08 15:12:30 +00:00
Mandy Chung
4e0a88f82a
8027351: (ref) Private finalize method invoked in preference to protected superclass method
...
Reviewed-by: alanb, dholmes, mr, plevart, psandoz
2013-11-08 07:53:57 -08:00
Sergey Malenkov
9e33696875
8027648: Type of overridden property is resolved incorrectly
...
Reviewed-by: alexsch
2013-11-08 14:09:18 +04:00
Christine Lu
07c099531f
Added tag jdk8-b115 for changeset e408bf58d482
2013-11-07 08:16:26 -08:00
Katja Kantserova
d876d630e3
8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object
...
Reviewed-by: sla, jbachorik
2013-11-07 16:55:39 +01:00
Jaroslav Bachorik
f0a88e10f3
8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
...
Reviewed-by: dholmes
2013-11-08 08:47:39 +01:00
Yong Jeffrey Huang
2f6d30beca
8027695: There should be a space before % sign in Swedish locale
...
Reviewed-by: naoto
2013-11-07 22:30:06 -08:00
Roger Riggs
8d19ef756e
8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
...
Fix the typo
Reviewed-by: lancea, chegar, dxu
2013-11-07 20:56:44 -05:00
Naoto Sato
e6f691aeb2
8027930: ResourceBundle test failures in fr locale
...
Reviewed-by: smarks
2013-11-07 10:03:38 -08:00
Dmitry Ginzburg
bdf67228b9
8025234: [javadoc] fix some errors in javax.swing.**
...
Reviewed-by: alexsch, malenkov
2013-11-07 18:57:54 +04:00
Erik Joelsson
56f6807051
8027406: JDK demos are missing source files
...
Reviewed-by: alexsch, ihse
2013-11-07 14:06:07 +01:00
Joel Borggrén-Franck
7950bec46c
8027796: Refactor Core Reflection for Type Annotations
...
Reviewed-by: psandoz
2013-11-07 13:33:03 +01:00
Michael McMahon
bffc06393b
8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
...
Reviewed-by: chegar
2013-11-07 10:22:11 +00:00
Erik Joelsson
af6b8b0b74
8027698: Platform specific jars are not being signed by the sign-jars target
...
Reviewed-by: ihse, tbell, wetmore
2013-11-07 10:51:13 +01:00
Chris Hegarty
dd458ac89c
8027961: Inet[4|6]Address native initializing code should check field/MethodID values
...
Reviewed-by: michaelm, rriggs
2013-11-07 08:23:00 +00:00
Amy Lu
ebe6d84d0b
8027822: ProblemList.txt Updates (11/2013)
...
Reviewed-by: chegar, alanb
2013-11-07 08:04:36 +00:00
John Rose
8d462795cb
8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, rfield
2013-11-06 11:31:49 -08:00
Eric Bruneton
23d71ee6ee
8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, lagergren
2013-11-06 11:22:15 -08:00
Anthony Juckel
5eb7e21cc9
8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
...
Reviewed-by: dxu, mduigou, henryjen, weijun
2013-11-06 13:25:24 -08:00
Mike Duigou
4f0480aaeb
8021309: replace test/Makefile jdk_* targets with jtreg groups
...
8015068: Use jtreg -exclude for handling problemList.txt exclusions
Reviewed-by: jjg, smarks, chegar, alanb, dholmes
2013-11-05 19:44:41 -08:00
Mandy Chung
1b7f902c51
8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java
...
6944188: ThreadMXBean/ThreadStateTest.java fails intermittently
Reviewed-by: dholmes, chegar
2013-11-05 17:33:26 -08:00
Joe Wang
33be168ccb
8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java
...
Reviewed-by: alanb
2013-11-05 11:18:20 -08:00
Paul Sandoz
fe6f3e2439
8027712: DistinctOpTest fails for unordered test
...
Reviewed-by: henryjen, alanb
2013-11-05 12:08:12 +01:00
Dan Xu
3fdca18433
8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage
...
Reviewed-by: chegar
2013-11-04 15:48:08 -08:00
Andreas Lundblad
79b1f94594
8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently
...
Moved DefaultMethodModeling.java to its own directory to avoid conflicts with Equals.java.
Reviewed-by: darcy
2013-11-04 15:21:47 +01:00
Robert Field
ee1006e3bd
7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
...
8027681: Lambda serialization fails once reflection proxy generation kicks in
Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: ksrini, briangoetz, jfranck
2013-11-04 10:12:18 -08:00
Michael McMahon
2d8325d244
8027687: The constructors of URLPermission class do not behave as described in javad
...
Reviewed-by: chegar, mduigou
2013-11-04 17:47:59 +00:00
Brian Burkhalter
8c97f82aae
8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
...
Add @run tag to specify heap size
Reviewed-by: alanb, dxu
2013-11-04 08:05:02 -08:00
David Holmes
c43c119a47
8027755: Anti-delta incorrect push for 8025198
...
Reviewed-by: alanb
2013-11-04 07:39:48 -05:00
Tristan Yan
bd40c9b63d
8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
...
Reviewed-by: martin, dholmes
2013-11-04 06:58:30 -05:00
Sergey Kuksenko
bb01d169de
8024635: Caching MethodType's descriptor string improves lambda linkage performance
...
Better interpreted and compiled performance of operations in MethodType important to LambdaMetafactory.
Reviewed-by: jrose, twisti, mchung
2013-11-02 20:08:10 -07:00
Dan Xu
f7db4eb56b
8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
...
Reviewed-by: wetmore
2013-11-01 14:40:03 -07:00
Sergey Malenkov
53cdc28a02
8026491: Typos in string literals
...
Reviewed-by: alexsch, anthony
2013-11-01 21:45:02 +04:00
Staffan Larsen
fdbeb8e0fb
8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
...
Reviewed-by: dcubed
2013-11-01 15:10:10 +01:00
Staffan Larsen
8fe7a15c08
8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt
...
Reviewed-by: stefank, alanb
2013-11-01 10:08:10 +01:00
Lana Steuck
ac6386468f
Merge
2013-10-31 16:44:18 -07:00