Lana Steuck
741ed62a7c
Merge
2015-12-24 10:34:31 -08:00
Xue-Lei Andrew Fan
37fa4dba28
8146192: Add test for JDK-8049321
...
Reviewed-by: mullan
2015-12-24 15:22:04 +00:00
Lana Steuck
13821e7fc5
Added tag jdk-9+99 for changeset 67b9c06ea9a7
2015-12-23 15:41:55 -08:00
Nadeesh TV
6a9a5a80ea
8143413: add toEpochSecond methods for efficient access
...
Reviewed-by: rriggs, scolebourne
2015-12-23 13:19:58 -05:00
Athijegannathan Sundararajan
bca948c337
8145909: tools/jjs/jjs-fileTest.sh fails after JDK-8145750 except on windows
...
Reviewed-by: jjg
2015-12-21 23:27:16 +05:30
Naoto Sato
f19df7cb6e
8134916: LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data
...
Reviewed-by: okutsu
2015-12-21 09:05:25 -08:00
Roger Riggs
197207b152
8138696
: java.lang.ref.Cleaner - an easy to use alternative to finalization
...
Reviewed-by: mchung, mr, chegar, plevart, kbarrett, dholmes
2015-12-21 11:34:14 -05:00
Daniel Fuchs
72bed9c5df
8145686: SimpleConsoleLogger and LogRecord should take advantage of StackWalker to skip classes implementing System.Logger
...
Methods defined on classes implementing System.Logger will be skipped when looking for the calling method.
Reviewed-by: mchung
2015-12-21 13:30:58 +01:00
Felix Yang
7295899326
8131155: java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface
...
Reviewed-by: amlu, chegar, psandoz
2015-12-21 13:43:53 +08:00
Athijegannathan Sundararajan
4ab55ae7c1
8145750: jjs fails to run simple scripts with security manager turned on
...
Reviewed-by: hannesw, alanb
2015-12-21 09:40:00 +05:30
Claes Redestad
4e062cde34
8144723: MethodHandleImpl.initStatics is no longer needed
...
Reviewed-by: vlivanov, mhaupt, forax
2015-12-19 02:24:27 +01:00
Xue-Lei Andrew Fan
fd27d80dbd
8049321: Support SHA256WithDSA in JSSE
...
Reviewed-by: wetmore, mullan
2015-12-18 23:54:51 +00:00
Lana Steuck
62ec13944c
Merge
2015-12-18 09:55:44 -08:00
Lana Steuck
05f1f071ed
Added tag jdk-9+98 for changeset 797d5137b545
2015-12-18 09:29:10 -08:00
Olivier Lagneau
1a8918d371
8058865: JMX Test Refactoring
...
Reviewed-by: jbachorik
2015-12-18 17:42:06 +01:00
Xue-Lei Andrew Fan
80015b7586
8133070: Hot lock on BulkCipher.isAvailable
...
Reviewed-by: mullan
2015-12-23 03:51:35 +00:00
Chris Hegarty
7f221493d8
8146000: Remove sun.mics.CompoundEnumeration
...
Reviewed-by: coffeys, shade
2015-12-22 21:32:29 +00:00
Chris Hegarty
626fc9bc75
8146038: CleanerImpl should not depend on ManagedLocalsThread
...
Reviewed-by: rriggs
2015-12-22 21:30:48 +00:00
Roger Riggs
042d41828f
8146012: CleanerTest fails: Cleanable should have been freed
...
Simplify cleanables being called and use WhiteBox to trigger GC
Reviewed-by: chegar
2015-12-22 14:12:55 -05:00
Phil Race
88effc9744
Merge
2015-12-22 10:45:56 -08:00
Claes Redestad
c6afc47fc1
8145862: Improve lazy initialization of fields in java.net.URI
...
Reviewed-by: shade, chegar
2015-12-22 19:14:47 +01:00
Phil Race
52a03c2f27
Merge
2015-12-22 09:14:16 -08:00
Claes Redestad
22df7c453f
8145988: Use the raw methods of java.net.URI when possible
...
Reviewed-by: shade, chegar
2015-12-22 16:42:16 +01:00
Chris Hegarty
7e4d56677d
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:17:25 +00:00
Amy Lu
69bd68385c
8145869: Mark test JMXStartStopTest.java and TestJstatdServer.java as intermittently failing
...
Reviewed-by: darcy
2015-12-22 11:07:17 +08:00
David Buck
7c6ec89aca
Merge
2015-12-21 23:00:15 +01:00
Roger Riggs
aebd8a6c32
8136597: java/lang/ProcessHandle/InfoTest.java fails
...
Correct for truncated command line
Reviewed-by: redestad
2015-12-21 15:26:56 -05:00
David Buck
cbba70caa3
Merge
2015-12-21 21:14:19 +01:00
Claes Redestad
5f1918e76e
8145680: Remove unnecessary explicit initialization of volatile variables in java.base
...
Reviewed-by: alanb, chegar, jfranck, shade
2015-12-21 20:54:00 +01:00
David Buck
53c20d0bb0
Merge
2015-12-21 19:59:17 +01:00
Chris Hegarty
3c6809b64c
8145589: Test6277246.java fails to compile after JDK-8144479
...
Reviewed-by: rriggs
2015-12-18 16:12:55 +00:00
Chris Hegarty
355dac1a4c
8056152: API to create Threads that do not inherit inheritable thread-local initial values
...
Reviewed-by: alanb, dholmes, mchung, mr, rriggs
2015-12-18 16:06:24 +00:00
Jaroslav Bachorik
d36b231c45
8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused
...
Reviewed-by: sspitsyn
2015-12-18 14:43:24 +01:00
Vyom Tewari
719833448a
4823133: RandomAccessFile.length() is not thread-safe
...
RandomAccessFile.length() is not thread-safe
Reviewed-by: rriggs, dfuchs, martin, dsamersoff
2015-12-18 16:06:26 +05:30
Volker Simonis
f837501797
8146482: [TESTBUG] java/net/SocketOption/OptionTest should only use multicast capable interfaces for multicast tests
...
Reviewed-by: chegar
2016-01-07 10:54:41 +01:00
Felix Yang
02b6ec0612
8140472: java/net/ipv6tests/TcpTest.java failed intermittently with java.net.BindException: Address already in use: NET_Bind
...
Reviewed-by: chegar
2016-01-06 22:22:01 -08:00
Claes Redestad
01b7a38291
8146526: Improve java.net.URI$Parser startup characteristics
...
Reviewed-by: chegar, alanb
2016-01-06 20:16:59 +01:00
Brian Burkhalter
ae68be4a75
8146041: java.net.URLConnection.guessContentTypeFromStream() does not recognize TIFF streams
...
Add detection of TIFF magic numbers.
Reviewed-by: rriggs, chegar
2016-01-06 10:15:37 -08:00
Chris Hegarty
0c7d3be7a8
8146484: Examine sun.misc.MessageUtils
...
Reviewed-by: alanb, mchung, sherman
2016-01-06 17:40:48 +00:00
Jaroslav Bachorik
41477d597a
8143047: Re-examine javax/management/ImplementationVersion/ImplVersionTest.java
...
Reviewed-by: alanb, emcmanus
2016-01-06 17:59:20 +01:00
Rob McKenna
9c4f76c2e6
8146105: Undo accidential changes to sun/security/ssl/SignatureAndHashAlgorithm.java
...
Reviewed-by: xuelei
2016-01-06 15:13:23 +00:00
Chris Hegarty
aa0ef2e9f5
8145544: Move sun.misc.VM to jdk.internal.misc
...
Reviewed-by: alanb, mullan, weijun
2016-01-06 10:01:44 +00:00
Brian Burkhalter
6739382299
8146359: test/java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java fails when nc is not available
...
Check for presence of netcat command using 'which' before running test
Reviewed-by: alanb
2016-01-05 16:03:36 -08:00
Brian Burkhalter
119f59143f
8050499: (ch) NativeSignal.signal fails with error 316 on OS X
...
Do not throw an exception when ESRCH returned by pthread_kill() on OS X.
Reviewed-by: alanb
2016-01-05 13:57:32 -08:00
Nadeesh TV
e49fa68b05
8146489: @since tag missed
...
Reviewed-by: lancea, rriggs
2016-01-05 14:33:35 -05:00
Naoto Sato
3f8548453c
8039301: [ja] Host Locale Provider uses non-translated Calendar field names
...
8039969: Old Korean Calendar conflicts with Host Locale
8049835: [ar/HOST adapter] Hijri calendar era is used but date number follows gregorian
8054010: [HOST provider, not gregory] Return NULL when calling Calendar.getDisplayNames for Calendar.ERA
8054482: [HOST provider] only return standalone-style month display name
8055258: [HOST provider] Short era display name is not returned
Reviewed-by: okutsu
2016-01-05 10:15:54 -08:00
Volker Simonis
986ef090f1
8146425: After change 8142907 'EXCLUDE_FILE' is wrongly interpreted as pattern
...
Reviewed-by: erikj
2016-01-05 18:53:27 +01:00
Nadeesh TV
2cfdb95251
8145166: Duration.toString violates specification
...
Correct Duration.toString method
Reviewed-by: rriggs, scolebourne
2016-01-05 10:09:48 -05:00
Bhanu Prakash Gopularam
7123bf01ab
8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4
...
Reviewed-by: mullan
2016-01-04 19:48:44 -08:00
Xueming Shen
9b77da0f46
8146431: j.u.z.ZipFile.getEntry("") throws AIOOBE
...
Reviewed-by: lancea
2016-01-04 14:34:53 -08:00
Lance Andersen
3da2de846c
8144082: Add Statement.enquoteNCharLiteral
...
Reviewed-by: joehw
2016-01-04 12:25:45 -05:00
Paul Sandoz
5d45834ee3
8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
...
Reviewed-by: smarks
2015-12-18 09:59:25 +01:00
Lana Steuck
422bb76fbe
Merge
2015-12-17 20:27:37 -08:00
Lana Steuck
9379123802
Added tag jdk-9+97 for changeset 7c2e29c8d285
2015-12-17 19:39:23 -08:00
Aleksey Shipilev
4e9bef8f92
8145539: (coll) AbstractMap.keySet and .values should not be volatile
...
Reviewed-by: redestad, plevart, dl, psandoz
2015-12-17 21:14:58 +03:00
Aleksey Shipilev
acc5017a2e
8145428: Optimize StringUTF16 compress/copy methods for C1
...
Reviewed-by: redestad, psandoz, sherman, rriggs
2015-12-17 20:42:01 +03:00
Mandy Chung
d80160da67
8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows
...
Reviewed-by: dfuchs
2015-12-17 09:39:21 -08:00
Joe Darcy
093d9fce43
8145605: Problem list Test6277246.java until a fix for JDK-8145589
...
Reviewed-by: sherman, mchung
2015-12-16 14:45:21 -08:00
Joel Borggrén-Franck
5c29ca104e
8057804: AnnotatedType interfaces provide no way to get annotations on owner type
...
Reviewed-by: darcy, redestad
2015-12-16 20:00:03 +01:00
Roger Riggs
570ebc4176
8032510: Add java.time.Duration.dividedBy(Duration)
...
Reviewed-by: rriggs, scolebourne
2015-12-16 13:00:29 -05:00
Bhanu Prakash Gopularam
739de56c11
8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros
...
Reviewed-by: mullan
2015-12-16 08:38:10 -08:00
Chris Hegarty
bc11b9c8b5
8144479: Remove character coders from sun.misc
...
Reviewed-by: psandoz, rriggs
2015-12-16 12:17:03 +00:00
Chris Hegarty
6853999d56
8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
...
Reviewed-by: alanb, mchung, rriggs
2015-12-16 08:42:00 +00:00
Alejandro Murillo
4baee38c64
Merge
2015-12-15 19:01:10 -08:00
Mandy Chung
c7bbc840f5
8145430: Fix typo in StackWalker javadoc
...
Reviewed-by: dfuchs, darcy
2015-12-15 13:02:01 -08:00
Stuart Marks
1789b4f7bf
8145139: clean up jdk_collections and jdk_concurrent test groups
...
Reviewed-by: martin
2015-12-15 12:47:23 -08:00
Alejandro Murillo
b53399446c
Merge
2015-12-15 09:50:07 -08:00
Xueming Shen
f98f28d1df
8145343: CorruptEntry.java fails after push for JDK-8145260
...
Reviewed-by: weijun
2015-12-15 08:54:35 -08:00
Sebastian Sickelmann
fb053862e5
4906983: java.net.URL constructors throw MalformedURLException in undocumented way
...
Added some testcases for the corner-cases in question and clarified javadoc
Reviewed-by: chegar, msheppar
2015-12-15 17:35:27 +01:00
Magnus Ihse Bursie
a3410ef323
8142907: Integration of minor fixes from the build-infra project
...
Reviewed-by: erikj, dholmes
2015-12-15 11:02:12 +01:00
Brian Burkhalter
7a0c72ef9c
8143394: PushbackReader throws NullPointerException
...
Synchronize on lock in close() to avoid NPE from read()-close() race.
Reviewed-by: alanb, dfuchs
2015-12-15 09:02:46 -08:00
Phil Race
e601b5cebe
Merge
2015-12-14 14:12:17 -08:00
Laurent Bourgès
56b95fdc2e
8145055: Marlin renderer causes unaligned write accesses
...
Reviewed-by: flar, prr
2015-12-14 14:08:37 -08:00
Chris Hegarty
12858e2f81
8145214: Remove sun.misc.Request and RequestProcessor
...
Reviewed-by: alanb, mchung, rriggs
2015-12-14 19:30:13 +00:00
Chris Hegarty
a979586dce
8144995: Move sun.misc.HexDumpEncoder to sun.security.util
...
Reviewed-by: psandoz, mchung
2015-12-14 19:24:33 +00:00
Phil Race
6447b5bb8b
Merge
2015-12-14 10:36:12 -08:00
Xueming Shen
2b91819eec
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
...
Reviewed-by: coffeys
2015-12-14 09:27:15 -08:00
Shinya Yoshida
38302301fd
8144675: Add a filtering collector
...
Reviewed-by: psandoz, smarks
2015-12-13 15:20:35 +01:00
Tagir Valeev
2a1775f3b1
8145007: Pattern splitAsStream is not late binding as required by the specification
...
Reviewed-by: chegar, psandoz
2015-12-13 15:10:13 +01:00
Artem Smotrakov
3d4ea51ab1
8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
...
Reviewed-by: mullan
2015-12-11 19:06:40 -08:00
Alejandro Murillo
0a269e99fc
Merge
2015-12-11 17:45:50 -08:00
Stuart Marks
82c454ff4a
8144952: add wildcards to the Map.ofEntries() method
...
Reviewed-by: darcy, psandoz, chegar
2015-12-11 17:01:01 -08:00
Brian Burkhalter
a3e2ce543c
8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()
...
Instead of failing for an IFD entry with bad type or offset, continue with the next entry.
Reviewed-by: prr
2015-12-11 15:07:35 -08:00
Brian Burkhalter
5b1765f25d
8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
...
Reset stream position after abort; change IAEs to NPEs.
Reviewed-by: prr, serb
2015-12-11 11:38:18 -08:00
Brian Burkhalter
031af5cb63
8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method
...
Do not delete file which provoked an unexpected exception.
Reviewed-by: alanb
2015-12-11 08:30:50 -08:00
Volker Simonis
c0929b433d
8145077: AIX: fix harfbuzz support
...
Reviewed-by: prr
2015-12-11 16:16:55 +01:00
Sean Mullan
6578dc0aa5
8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages
...
Reviewed-by: mchung, weijun, wetmore
2015-12-11 09:34:56 -05:00
Sergei Kovalev
5b80991fea
8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
...
Reviewed-by: martin
2015-12-11 16:35:59 +03:00
Chris Hegarty
61f49a0663
8145390: Remove sun.misc.Queue and replace usages with standard Collections
...
Reviewed-by: psandoz, mchung, serb
2015-12-15 10:11:04 +00:00
Naveen Kumar
b831ed3c8b
8139572: SimpleDateFormat parse month stand-alone format bug
...
Reviewed-by: okutsu
2015-12-15 16:42:30 +09:00
Laurent Bourgès
583937011a
8144654: Improve Marlin logging
...
Reviewed-by: prr, flar
2015-12-10 15:58:01 -08:00
Laurent Bourgès
80222f5b67
8144445: Maximum size checking in Marlin ArrayCache utility methods is not optimal
...
Reviewed-by: prr, flar
2015-12-10 15:52:14 -08:00
Laurent Bourgès
bb10c3f0de
8144446: Automate the Marlin crash test
...
Reviewed-by: prr, flar
2015-12-10 15:45:18 -08:00
Phil Race
c588dd42dd
8144858: HBShaper.c does not compiler with VS2010
...
Reviewed-by: serb, simonis
2015-12-10 12:51:08 -08:00
Phil Race
47cd79c08d
Merge
2015-12-10 11:46:23 -08:00
Peter Brunet
eb2d3e3a7b
8071334: Investigate JAB changes required to support the version string change
...
Remove use of java.version property; no longer needed
Reviewed-by: van, alexsch
2015-12-10 12:16:29 -06:00
Lana Steuck
27809f9ecf
Merge
2015-12-10 09:23:49 -08:00
Lana Steuck
6f930291df
Added tag jdk-9+96 for changeset 25e9d31417fa
2015-12-10 08:17:08 -08:00
Prasanta Sadhukhan
946e0bc9cc
8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
...
Reviewed-by: jdv, prr
2015-12-10 16:09:42 +03:00
Avik Niyogi
7d9d3a4699
8139169: [macosx] Action registered for keyboard shortcut is called twice
...
Reviewed-by: serb, alexsch
2015-12-10 14:21:44 +03:00