Bhavesh Patel
3fad9f6677
8048351: tidy errors for attribute href, name for langtools javadoc tests needs investigation
...
Reviewed-by: jjg
2014-09-26 13:51:43 -07:00
Coleen Phillimore
ae9681a5cf
8058927: ATG throws ClassNotFoundException
...
ClassLoader for array klass set to null and not the class loader of the component type.
Reviewed-by: dcubed, ctornqvi
2014-09-26 12:50:30 -04:00
Marcus Lagergren
3d2c518ad8
8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
...
Reviewed-by: attila, hannesw
2014-09-26 18:47:20 +02:00
Alexander Zvegintsev
ebc6607b65
8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
...
Reviewed-by: alexsch, serb
2014-09-26 18:43:44 +04:00
Daniel Fuchs
0a6f6d9d89
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
...
Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
2014-09-26 11:29:29 +02:00
Alejandro Murillo
9e10c63840
Merge
2014-09-26 01:40:33 -07:00
Alejandro Murillo
854f91fd5b
Merge
2014-09-26 01:40:31 -07:00
Alejandro Murillo
46b73f34db
Merge
2014-09-26 01:40:30 -07:00
Jesper Wilhelmsson
b15f3b438d
Merge
2014-09-26 06:07:48 +00:00
Masayoshi Okutsu
77dc5d3c63
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
...
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Vicente Romero
97309123c1
8058708: java.lang.AssertionError compiling source code
...
Reviewed-by: jjg
2014-09-25 17:09:23 -07:00
Lana Steuck
e20499314f
Merge
2014-09-25 16:21:54 -07:00
Lana Steuck
4e55c12a6e
Merge
2014-09-25 16:21:37 -07:00
Lana Steuck
187e5e2014
Merge
2014-09-25 16:21:30 -07:00
Lana Steuck
9eedbc0747
Merge
2014-09-25 16:20:38 -07:00
Lana Steuck
5529788824
Merge
2014-09-25 16:20:12 -07:00
Lana Steuck
021385e15a
Merge
2014-09-25 16:19:51 -07:00
Phil Race
6a281f9f56
Merge
2014-09-25 15:31:13 -07:00
Jesper Wilhelmsson
35d8455acd
Merge
2014-09-25 23:46:06 +02:00
Liam Miller-Cushon
08336b39dd
8059453: javac crashes with -Xjcov and union types
...
Reviewed-by: jlahoda, vromero
2014-09-25 14:38:29 -07:00
Niclas Adlertz
a15b864ec9
Merge
2014-09-25 23:37:41 +02:00
Phil Race
fee4fbec38
Merge
2014-09-25 14:18:32 -07:00
Phil Race
d6b54f6397
Merge
2014-09-25 14:17:39 -07:00
Neil Toda
9fbf466c3f
8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9
...
Reviewed-by: jjg
2014-09-25 13:54:45 -07:00
David Katleman
aaa117b441
Added tag jdk9-b32 for changeset 281a3ca2fd5e
2014-09-25 12:40:31 -07:00
David Katleman
65623bce6d
Added tag jdk9-b32 for changeset c005611e8f69
2014-09-25 12:40:30 -07:00
David Katleman
4f13da209a
Added tag jdk9-b32 for changeset 6558cf507217
2014-09-25 12:40:26 -07:00
David Katleman
02fc3f8c37
Added tag jdk9-b32 for changeset 5de9ea7b214e
2014-09-25 12:40:24 -07:00
David Katleman
2fa6e4e30a
Added tag jdk9-b32 for changeset a0aa269fe46c
2014-09-25 12:40:19 -07:00
David Katleman
3658bffb5f
Added tag jdk9-b32 for changeset 559e6ee4a338
2014-09-25 12:40:17 -07:00
David Katleman
feb5f12af6
Added tag jdk9-b32 for changeset 16409c45f454
2014-09-25 12:40:17 -07:00
David Katleman
1e4125aa8d
Added tag jdk9-b32 for changeset f83990f1ceae
2014-09-25 12:40:16 -07:00
Ivan Gerasimov
ea278f4b22
8059101: unshuffle_patch.sh should be able to deal with stdin/stdout
...
Reviewed-by: dfuchs, chegar
2014-09-25 21:16:00 +04:00
Marcus Lagergren
d4f3f7da8f
8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
...
Reviewed-by: sundar
2014-09-25 18:21:15 +02:00
Marcus Lagergren
da0b4cb7df
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
...
Reviewed-by: attila, hannesw, sundar
2014-09-25 15:53:47 +02:00
Coleen Phillimore
968d1fec16
Merge
2014-09-25 12:04:28 +00:00
Anton Nashatyrev
f4d35341de
8058473: "Comparison method violates its general contract" when using Clipboard
...
Reviewed-by: serb, bae
2014-09-25 15:57:37 +04:00
Coleen Phillimore
31b9cf6251
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
...
The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes
2014-09-25 07:52:32 -04:00
Vinnie Ryan
aeecc19f04
8056026: Debug security logging should print Provider used for each crypto operation
...
Reviewed-by: mullan
2014-09-25 12:24:19 +01:00
Miroslav Kos
0a17643e73
8038966: JAX-WS handles wrongly xsd:any arguments for Web services
...
Reviewed-by: coffeys
2014-09-25 13:03:27 +02:00
Jaroslav Bachorik
22ced78f0a
8059034: ProcessTools.startProcess() might leak processes
...
Reviewed-by: sla, miauno
2014-09-25 12:51:43 +02:00
Dmitry Samersoff
1ac95fd847
8054194: jstack crash: assert(handle != NULL) failed: JNI handle should not be null
...
Add better error check to sa to avoid secondary crash
Reviewed-by: sla, jbachorik, sspitsyn
2014-09-25 02:48:25 -07:00
Aleksey Shipilev
f824f8c3cb
8058968: Compiler time traces should be improved
...
Use CITime consistently, make C2 to report to CompilerBroker, more probes.
Reviewed-by: vlivanov, jrose
2014-09-25 12:10:57 +04:00
Tobias Hartmann
d63b9025d8
8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
...
Remove active ICStubs from zombie nmethods
Reviewed-by: kvn, iveresov
2014-09-29 08:40:51 +02:00
Igor Veresov
bea6d40f48
8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
...
Make sure MH intrinsics can be created before compiler instances
Reviewed-by: kvn
2014-09-26 20:09:02 -07:00
Miroslav Kos
f5a79eeb0c
8038966: JAX-WS handles wrongly xsd:any arguments for Web services
...
Reviewed-by: coffeys
2014-09-25 10:02:12 +02:00
Jonathan Lu
1095cd42da
8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
...
Reviewed-by: serb
2014-09-25 14:33:03 +08:00
Brent Christian
c0f7675bb7
8050142: Optimize java.util.Formatter
...
Reviewed-by: sherman, bchristi, lagergren
2014-09-24 15:02:19 -07:00
Ivan Gerasimov
5d6a7146ba
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
...
Reviewed-by: alanb
2014-09-25 00:19:11 +04:00
Volker Simonis
a1628426d3
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
...
Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers
Reviewed-by: kvn
2014-09-24 12:19:07 -07:00