Yiming Wang
|
4c594ee9bc
|
7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently
Reviewed-by: mchung
|
2013-12-04 09:26:47 -08:00 |
|
Sean Coffey
|
3239c322f2
|
8029347: sun/rmi/runtime/Log/checkLogging/CheckLogging.java fails in nightly intermittently
Reviewed-by: alanb
|
2013-12-04 17:03:13 +00:00 |
|
Henry Jen
|
40d9b1af54
|
8029434: Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic
Reviewed-by: mduigou
|
2013-12-04 08:12:11 -08:00 |
|
Staffan Larsen
|
62e1b6eddd
|
8029395: SA: jstack throws WrongTypeException
SA missed some TLABs
Reviewed-by: dsamersoff, mgerdin, brutisso
|
2013-12-04 14:43:50 +01:00 |
|
Harold Seigel
|
9169a8f064
|
8027458: VM anonymous classes: wrong context for protected access checks
Use the anonymous class's host class for protected access checks
Reviewed-by: acorn, coleenp, lfoltan
|
2013-12-04 08:10:31 -05:00 |
|
Anton Ivanov
|
b6d0b72ec0
|
8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Reviewed-by: twisti
|
2013-12-31 19:26:57 +04:00 |
|
Igor Veresov
|
cfefd04320
|
8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
Make object non-scalarizable if it has field with multiple bases one of which is null
Reviewed-by: kvn, twisti
|
2013-12-26 21:00:23 -08:00 |
|
Albert Noll
|
2eb5e0e89d
|
8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
Weaken test so that configurations that have no C1 compiler pass
Reviewed-by: iveresov
|
2013-12-20 10:31:14 +01:00 |
|
Albert Noll
|
066ad17893
|
8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
Added simple regression test
Reviewed-by: iveresov
|
2013-12-20 10:29:44 +01:00 |
|
Tobias Hartmann
|
63f7ba0045
|
8025277: Add -XX: flag to print code cache sweeper statistics
New diagnostic flag prints statistics about the code cache sweeper
Reviewed-by: kvn
|
2013-12-19 14:08:02 +01:00 |
|
Albert Noll
|
0679f774af
|
8026478: -XX:+VerifyAdapterSharing is broken
Fix by considering all checks in StubRoutines
Reviewed-by: kvn, twisti
|
2013-12-19 06:09:16 +01:00 |
|
Albert Noll
|
2656f6d603
|
8029091: Bug in calculation of code cache sweeping interval
Use signed data type so that no underflow can happen
Reviewed-by: kvn, roland
|
2013-12-17 08:31:06 +01:00 |
|
Sergey Bylokhov
|
6c439131d6
|
8029382: [macosx] Need test for JDK-7161437
Reviewed-by: pchelko, anthony
|
2013-12-04 15:55:36 +04:00 |
|
Erik Joelsson
|
367aa416ef
|
8027963: Create unlimited policy jars
Reviewed-by: wetmore, ihse
|
2013-12-04 12:45:38 +01:00 |
|
Petr Pchelko
|
64e1aae31a
|
8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails
Reviewed-by: anthony, serb
|
2013-12-04 15:41:03 +04:00 |
|
Joel Borggrén-Franck
|
6c53570dc7
|
8029117: (reflect) clarify javadoc for getMethod(...) and getMethods()
Reviewed-by: darcy
|
2013-12-04 11:04:05 +01:00 |
|
Paul Sandoz
|
8fb00644a9
|
8029164: Race condition in CompletableFuture.thenCompose with asynchronous task
Reviewed-by: dl, chegar, mduigou
|
2013-12-04 10:27:50 +01:00 |
|
Athijegannathan Sundararajan
|
5a95d88c93
|
Merge
|
2013-12-04 14:37:51 +05:30 |
|
Albert Noll
|
234b4044ba
|
8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
Use non-relocatable code to load byte_map_base
Reviewed-by: kvn, roland
|
2013-12-04 09:31:17 +01:00 |
|
Anton Litvinov
|
eef145dada
|
8025775: JNI warnings in TryXShmAttach
Reviewed-by: art, anthony
|
2013-12-04 12:29:18 +04:00 |
|
Joe Wang
|
fcc3014ea5
|
8027973: Error in the documentation for newFactory method of the javax.xml.stream factories
Reviewed-by: alanb, dfuchs, lancea, rriggs
|
2013-12-04 00:17:12 -08:00 |
|
Lana Steuck
|
f179384b1c
|
Merge
|
2013-12-03 23:10:23 -08:00 |
|
Lana Steuck
|
98d2cb3084
|
Merge
|
2013-12-03 17:58:12 -08:00 |
|
Lana Steuck
|
a8b50be959
|
Merge
|
2013-12-03 15:10:37 -08:00 |
|
Bhavesh Patel
|
81ef12b24a
|
8025416: doclet not substituting {@docRoot} in some cases
Reviewed-by: jjg
|
2013-12-03 14:21:45 -08:00 |
|
Serguei Spitsyn
|
4ede60461b
|
Merge
|
2013-12-03 13:56:10 -08:00 |
|
Serguei Spitsyn
|
e820946a1e
|
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
Reviewed-by: sla, dholmes, dsamersoff
|
2013-12-03 15:41:35 -08:00 |
|
Alejandro Murillo
|
3051e159bb
|
8029421: Add java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java to exclude list
Reviewed-by: alanb, jcoomes
|
2013-12-03 12:37:30 -08:00 |
|
Karen Kinnear
|
536943884a
|
8028438: static superclass method masks default methods
Reviewed-by: hseigel, lfoltan, coleenp
|
2013-12-03 11:13:14 -08:00 |
|
Lana Steuck
|
cee2353c72
|
Merge
|
2013-12-03 10:48:07 -08:00 |
|
Lana Steuck
|
f0dcaf0d7a
|
Merge
|
2013-12-03 10:47:17 -08:00 |
|
Lana Steuck
|
2d091cbbd5
|
Merge
|
2013-12-03 10:46:58 -08:00 |
|
Lana Steuck
|
ad6fc59c1c
|
Merge
|
2013-12-03 10:46:48 -08:00 |
|
Lana Steuck
|
f90242fb67
|
Merge
|
2013-12-03 10:46:44 -08:00 |
|
Lana Steuck
|
ebfe72c944
|
Merge
|
2013-12-03 10:46:39 -08:00 |
|
Lana Steuck
|
9884f3ea4b
|
Merge
|
2013-12-03 10:46:34 -08:00 |
|
Vicente Romero
|
a64e195ca9
|
8029179: javac produces a compile error for valid boolean expressions
Reviewed-by: jjg, jlahoda
|
2013-12-03 18:13:18 +00:00 |
|
Werner Dietl
|
e2d2bb9a25
|
8028699: Compiler crash during speculative attribution of annotated type
Moving the checkForDeclarationAnnotations check into Attr.TypeAnnotationsValidator
Reviewed-by: jjg
|
2013-12-03 18:50:26 +01:00 |
|
Phil Race
|
1aaa224556
|
8029204: Printing a GlyphVector on Windows ignores position of first glyph
Reviewed-by: jgodinez, bae
|
2013-12-03 09:35:54 -08:00 |
|
Karen Kinnear
|
b5f2f33aaa
|
8026066: ICCE for invokeinterface static
Reviewed-by: coleenp, lfoltan, hseigel
|
2013-12-03 08:36:15 -08:00 |
|
Mattias Tobiasson
|
7d90d5b2de
|
6461635: [TESTBUG] BasicTests.sh test fails intermittently
Transform dummy class instead of BigInteger to avoid complication by -Xshare. Ported from script to java.
Reviewed-by: alanb
|
2013-12-03 17:06:23 +01:00 |
|
Lana Steuck
|
673c2f81f5
|
Merge
|
2013-12-03 23:09:17 -08:00 |
|
Shinya Yoshida
|
eefd90c801
|
8028816: Add value-type notice to Optional* classes
Reviewed-by: mduigou, smarks
|
2013-12-03 21:22:14 -08:00 |
|
Stuart Marks
|
170b3229bc
|
8029489: StringJoiner spec for setEmptyValue() and length() is malformatted
Reviewed-by: darcy, lancea, mduigou
|
2013-12-03 18:19:52 -08:00 |
|
Xueming Shen
|
591834e28d
|
8028397: Undo the lenient MIME BASE64 decoder support change (JDK-8025003) and remove methods de/encode(buf, buf)
Updated the spec and implementation as requested
Reviewed-by: alanb
|
2013-12-03 17:44:31 -08:00 |
|
Valerie Peng
|
0e30b48211
|
Merge
|
2013-12-03 17:25:28 -08:00 |
|
Valerie Peng
|
ad74259a34
|
8029158: sun/security/pkcs11/Signature/TestDSAKeyLength.java does not compile (or run)
Add the missing library path and skip testing against NSS 1.14 or later due to known NSS issue
Reviewed-by: vinnie, ascarpino
|
2013-12-03 17:23:58 -08:00 |
|
Weijun Wang
|
7ddfe32e7b
|
8028351: JWS doesn't get authenticated when using kerberos auth proxy
Reviewed-by: xuelei
|
2013-12-04 09:14:42 +08:00 |
|
Daniel Fuchs
|
2c97b5c5cb
|
8029281: Synchronization issues in Logger and LogManager
Fixes several race conditions in logging which have been at the root cause of intermittent test failures.
Reviewed-by: mchung, plevart
|
2013-12-04 01:58:37 +01:00 |
|
Stuart Marks
|
23803430bb
|
8028757: CharSequence.subSequence improperly requires a "new" CharSequence be returned
Reviewed-by: alanb, darcy, mduigou
|
2013-12-03 15:52:16 -08:00 |
|