Alexander Kouznetsov
20a9ca7875
8154594: JFrame.setDefaultCloseOperation is prohibited in jtreg: Missing part of the fix
...
Reviewed-by: alexsch, prr
2016-04-25 16:29:50 -07:00
Phil Race
3f778b5b22
8154213: clean up uses of boxed primitive constructors in the java.desktop module
...
Reviewed-by: serb, psadhukhan
2016-04-25 15:09:45 -07:00
Phil Race
d21da4cef9
Merge
2016-04-25 09:25:26 -07:00
Sergey Bylokhov
af802cb541
7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
...
Reviewed-by: yan, ssadetsky
2016-04-25 19:14:30 +03:00
Alexander Stepanov
1c8cb8707c
8154962: [TEST] @BeanProperty: add some tests for anonimous classes
...
Reviewed-by: serb
2016-04-25 18:07:45 +03:00
Severin Gehwolf
90ab13c3cc
8154529: some places in the invoke.c that use InvokeRequest* not protected with invokerLock
...
Reviewed-by: sspitsyn
2016-04-25 15:32:35 +02:00
Jim Laskey
7057b40f48
8154179: BasicImageReader activating ImageBufferCache when not used
...
Reviewed-by: redestad
2016-04-25 09:57:56 -03:00
Jim Laskey
d83717b035
8069079: jimage extract / list to organize classes by modules
...
Reviewed-by: alanb, mchung
2016-04-25 09:57:55 -03:00
Jim Laskey
c20a95b52d
8154090: Remove support for jimage recreate
...
Reviewed-by: alanb
2016-04-25 09:57:55 -03:00
Jim Laskey
58b1ba941e
8153930: Compiler crashed (intermittently)
...
Reviewed-by: redestad, alanb
2016-04-25 09:57:55 -03:00
Jim Laskey
80b4b623c7
8082537: jimage should print usage when started with no args
...
Reviewed-by: alanb
2016-04-25 09:57:55 -03:00
Jim Laskey
5013b64580
8147634: Need a JImage API that given a JImageLocationRef returns class name
...
Reviewed-by: hseigel
2016-04-25 09:57:55 -03:00
Jim Laskey
f4d962e735
8147426: Missing definition for JIMAGE_NOT_FOUND
...
Reviewed-by: hseigel, alanb
2016-04-25 09:57:55 -03:00
Semyon Sadetsky
080a341e80
8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
...
Reviewed-by: prr, alexsch
2016-04-25 15:37:31 +03:00
Nadeesh TV
911f4b1664
8031085: DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmssSSS"
...
Changed the FractionPrinterParser to subclass of NumberPrinterParser to make it participate in adjacent value parsing
Reviewed-by: rriggs, scolebourne
2016-04-25 09:37:43 +00:00
Alejandro Murillo
447298f950
Merge
2016-04-22 01:04:01 -07:00
Amy Lu
ac4936ef85
8153933: Remove intermittent key from TimeZone/Bug6772689.java and move back to tier1
...
Reviewed-by: darcy
2016-04-22 13:01:41 +08:00
Sergey Bylokhov
6c76566789
8154088: [macosx] SWT does not work on JDK 9 since b65
...
Reviewed-by: prr
2016-04-22 01:59:35 +03:00
Lana Steuck
860d968d5c
Merge
2016-04-21 13:37:31 -07:00
Lana Steuck
40263e2a34
Added tag jdk-9+115 for changeset 3414aeff4a80
2016-04-21 12:57:11 -07:00
Bharadwaj Yadavalli
d300164ca8
Merge
2016-04-21 15:04:00 -04:00
Nadeesh TV
183d5aad2e
8154050: java.time.format.DateTimeFormatter can't parse localized zone-offset
...
Corrected the mistake in calculating parse end position
Reviewed-by: rriggs, scolebourne
2016-04-21 17:51:18 +00:00
Phil Race
bb38c4e2a2
Merge
2016-04-21 10:30:43 -07:00
Alexander Stepanov
c2f3c9f0db
8154762: [TEST] add some tests according to JDK-8132138
...
Reviewed-by: ssadetsky, serb
2016-04-21 20:08:18 +03:00
Rajan Halade
d8acc2fbcf
8129329: sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java failed intermittently
...
Reviewed-by: xuelei
2016-04-21 09:55:04 -07:00
Claes Redestad
6e1f8aab87
8154853: java/util/TimeZone/OldIDMappingTest.sh fails after JDK-8154231
...
Reviewed-by: chegar
2016-04-21 17:21:31 +02:00
Claes Redestad
2b5207e74d
8154231: Simplify access to System properties from JDK code
...
Reviewed-by: rriggs, chegar, weijun
2016-04-21 13:39:53 +02:00
Dmitry Samersoff
ebbecb1b63
8143921: nsk/jdi/ObjectReference/waitingThreads/waitingthreads003 fails with JVMTI_ERROR_INVALID_CLASS
...
Skip invalid classes
Reviewed-by: sspitsyn
2016-04-21 13:18:46 +03:00
Amy Lu
b909478b3d
8152936: java/lang/Class/GetPackageTest.java needs update to work with newer testng
...
Reviewed-by: alanb
2016-04-21 14:56:40 +08:00
Brian Burkhalter
6e3d77a8ba
8154183: (spec) Spec of read(byte[],int,int) and readFully(byte[],int,int) is confusing/incomplete
...
Clarify and expand specification of ObjectInputStream.read(byte[],int,int) and both variants of {DataInput,DataInputStream,ObjectInputStream,RandomAccessfile}.readFully().
Reviewed-by: rriggs, smarks
2016-04-20 15:06:13 -07:00
Sean Coffey
29fc25717a
8071125: Improve exception messages in URLPermission
...
Reviewed-by: chegar, prappo
2016-04-20 22:46:47 +01:00
Peter Brunet
f69b5f55eb
8076554: [macosx] Custom Swing text components need to allow standard accessibility
...
Remove JTextComponent listeners; use property change listeners for caret/text
Reviewed-by: prr, alexsch
2016-04-20 12:23:38 -05:00
Alan Bateman
611a14587e
8154707: java/util/ServiceLoader/modules/BasicTest.java failing
...
Reviewed-by: chegar
2016-04-20 16:47:12 +01:00
Dmitry Samersoff
7ebfc8c78c
Merge
2016-04-20 15:09:39 +00:00
Dmitry Samersoff
3f6fc8998d
8152847: JDI use of sun.boot.class.path needs to be updated for Jigsaw
...
Remove references to bootclasspath
Reviewed-by: alanb, sspitsyn
2016-04-20 18:01:02 +03:00
Stefan Karlsson
fd6507d353
8072921: -Xincgc should be removed from output
...
Reviewed-by: alanb
2016-04-20 09:57:01 +02:00
Felix Yang
187b51a62c
8154543: NetworkInterfaceStreamTest.java fails intermittently after JDK-8146758
...
Reviewed-by: chegar
2016-04-20 00:35:02 -07:00
Prasanta Sadhukhan
8658335d61
6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
...
Reviewed-by: prr, jdv
2016-04-20 10:59:23 +05:30
Rajan Halade
a6a4976af0
8137231: sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exception
...
Reviewed-by: valeriep
2016-04-19 18:09:58 -07:00
Henry Jen
6f54947a2d
Merge
2016-04-19 15:13:16 -07:00
Valerie Peng
89499e85db
8153371: Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11
...
Replace usage of ManagedLocalsThread with the new Thread constructor
Reviewed-by: xuelei, chegar
2016-04-19 22:25:41 +00:00
Valerie Peng
16ee51bad7
8077360: Lower the number of providers created when using ServiceLoader
...
Change ProviderLoader to be singleton and keep providers in java.base internal
Reviewed-by: mullan
2016-04-19 22:24:51 +00:00
Bharadwaj Yadavalli
0869129f03
Merge
2016-04-19 15:26:52 -04:00
Alexander Kouznetsov
d7b1616623
8154365: JFrame.setDefaultCloseOperation is prohibited in jtreg
...
Reviewed-by: prr, alexsch
2016-04-19 11:42:29 -07:00
David Dehaven
7ff379177d
Merge
2016-04-19 11:13:30 -07:00
David Dehaven
51f3901064
Merge
2016-04-19 09:21:45 -07:00
Ajit Ghaisas
108c188df5
8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows
...
Reviewed-by: yan, arapte
2016-04-19 13:00:00 +05:30
Martin Buchholz
dc9721e592
8154470: defines.h confused about PROGNAME and JAVA_ARGS
...
Fiddle with const_progname initializations
Reviewed-by: ksrini, alanb
2016-04-18 09:38:38 -07:00
Michael Haupt
402c448d0a
8150956: j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpected exceptions in the case of 'init' return type is void
...
Reviewed-by: psandoz
2016-04-19 14:39:35 +02:00
Pavel Rappo
2e3fd96396
8154487: java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Windows
...
Reviewed-by: chegar
2016-04-19 12:20:26 +01:00