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
Joe Wang
ea676129ea
8068839: newDuration(x) produces incorrect outputs for some values of x
...
Reviewed-by: rriggs, lancea
2015-12-11 12:01:26 -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
Shinya Yoshida
ec26043caf
8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
...
Fix and clean-up the processing of types (esp. captured types) into type names for use in generated temp vars
Reviewed-by: mcimadamore, jlahoda, rfield
2015-12-11 11:20:10 -08:00
Alexander Smundak
4cebcd8b2d
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
...
Add ppc64le/jvm.cfg, check for the ppc64le in addition to ppc64 in tests
Co-authored-by: Andrew Hughes <gnu.andrew@redhat.com>
Reviewed-by: dholmes, ihse
2015-12-11 10:45:58 -08:00
Alexander Smundak
67e52adf51
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
...
Set VAR_CPU value to ppc64le on the little-endian PowerPC64.
Co-authored-by: Andrew Hughes <gnu.andrew@redhat.com>
Reviewed-by: dholmes, ihse
2015-12-11 10:45:46 -08:00
Frederic Parain
441b190d5c
8046936: JEP 270: Reserved Stack Areas for Critical Sections
...
Reviewed-by: acorn, dcubed
2015-12-11 09:08:12 -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
Erik Joelsson
7eb52768c6
8145185: Rename JAB the build tool to JIB
...
Reviewed-by: ihse, tbell
2015-12-11 17:18:08 +01:00
Erik Joelsson
7310665243
8145206: Configure broken on Macosx
...
Reviewed-by: tbell
2015-12-11 17:15:48 +01:00
Roland Westrelin
6961dea52a
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
...
Lost dependency when CastPP at Phis are eliminate
Reviewed-by: kvn
2015-12-11 16:57:08 +01:00
Vladimir Ivanov
0e01750370
8133612: new clone logic added in 8042235 is missing from compiler intrinsics
...
Reviewed-by: roland
2015-12-18 20:23:28 +03:00
Vladimir Ivanov
7adcd9a503
8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
...
Reviewed-by: roland
2015-12-18 20:23:27 +03:00
Vladimir Ivanov
a82be01120
8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
...
Reviewed-by: kvn, iklam, shade
2015-12-18 20:23:26 +03:00
Volker Simonis
c0929b433d
8145077: AIX: fix harfbuzz support
...
Reviewed-by: prr
2015-12-11 16:16:55 +01:00
Athijegannathan Sundararajan
772e8d6a04
8145186: jjs package completion should have a fallback when javac is not available
...
Reviewed-by: hannesw, mhaupt
2015-12-11 20:06:25 +05:30
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
Erik Joelsson
401ff06f3b
8145115: make JAVAC_FLAGS=-g no longer works
...
Reviewed-by: ihse
2015-12-11 14:20:39 +01:00
Jaroslav Bachorik
fbce4be2e6
8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
...
Reviewed-by: alanb, mchung, dholmes, erikj, ihse
2015-12-11 14:02:41 +01:00
Alexander Kulyakhtin
c0cbd031f0
8145408: com/sun/jdi/BreakpointWithFullGC.sh Required output "Full GC" not found
...
Modified the test so it correctly parses the new debug output
Reviewed-by: jbachorik
2015-12-16 19:59:23 +03:00
Volker Simonis
c19bf5ef49
8145212: ISO-8859-1 isn't properly handled as 'fastEncoding' in jni_util.c
...
Reviewed-by: martin, rriggs
2015-12-14 15:32:03 +01:00
Yasumasa Suenaga
0cc58634ff
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
...
Reviewed-by: ihse, dholmes
2015-12-11 21:58:28 +09:00
Robert Field
0caaad6242
8144095: jshell tool: normalize command parameter handling
...
8140265: jshell tool: /save saves rejected input
Reviewed-by: jlahoda
2015-12-10 23:27:06 -08: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
6917180972
Merge
2015-12-10 09:24:59 -08:00
Lana Steuck
ed3043faca
Merge
2015-12-10 09:24:49 -08:00
Lana Steuck
2c60adf41b
Merge
2015-12-10 09:24:33 -08:00
Lana Steuck
f48f2bf128
Merge
2015-12-10 09:24:25 -08:00
Lana Steuck
27809f9ecf
Merge
2015-12-10 09:23:49 -08:00
Lana Steuck
24a73997eb
Merge
2015-12-10 09:23:36 -08:00
Lana Steuck
d4abddad17
Added tag jdk-9+96 for changeset 33e727a94932
2015-12-10 08:17:13 -08:00
Lana Steuck
5c489ca578
Added tag jdk-9+96 for changeset 433994eb0a78
2015-12-10 08:17:12 -08:00
Lana Steuck
6f930291df
Added tag jdk-9+96 for changeset 25e9d31417fa
2015-12-10 08:17:08 -08:00
Lana Steuck
ac37feea44
Added tag jdk-9+96 for changeset 9bf78b6b2cdb
2015-12-10 08:17:06 -08:00
Lana Steuck
fff303027d
Added tag jdk-9+96 for changeset 26566f0fde9c
2015-12-10 08:17:06 -08:00
Lana Steuck
450ad83798
Added tag jdk-9+96 for changeset 76214951eeab
2015-12-10 08:17:03 -08:00
Lana Steuck
84b827d03a
Added tag jdk-9+96 for changeset 9b37c8a452b5
2015-12-10 08:17:02 -08:00
Lana Steuck
eb0d98be43
Added tag jdk-9+96 for changeset 564bf7c0cf4d
2015-12-10 08:17:01 -08:00
Thomas Stuefe
db823b775b
8145103: [aix] implement os::print_register_info()
...
Reviewed-by: goetz, dholmes
2015-12-10 14:22:00 +01:00
Alexander Smundak
74f0500a47
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
...
Set LIBARCH to ppc64le, make SA and hsdis work, have os.arch return ppc64le on PowerPC64 LE
Co-authored-by: Andrew Hughes <gnu.andrew@redhat.com>
Reviewed-by: dholmes, ihse
2015-12-13 22:32:16 -05:00
Dmitry Dmitriev
2c980f2f84
8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
...
Reviewed-by: gtriantafill, stsmirno, ctornqvi, gziemski
2015-12-12 21:23:20 +03:00
Mikael Vidstedt
e4f68b772b
8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
...
Added include of asm/ptrace.h to libproc.h
Reviewed-by: dsamersoff, asmundak, gthornbr
2015-12-11 13:36:15 -08:00