bpb [Fri, 04 Nov 2016 15:31:38 -0700] rev 42197
8154093: [TIFF] NPE when reading LZW-compressed image
Summary: LZW decompressor was ignoring the value of the FillOrder field.
Reviewed-by: prr
arapte [Fri, 04 Nov 2016 21:55:19 +0530] rev 42196
8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
Reviewed-by: serb, aghaisas
psadhukhan [Fri, 04 Nov 2016 17:27:56 +0530] rev 42195
8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
Reviewed-by: prr, jdv
aghaisas [Fri, 04 Nov 2016 14:03:33 +0530] rev 42194
8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
Reviewed-by: erikj, serb
alexsch [Thu, 03 Nov 2016 18:43:55 +0300] rev 42193
8164032: JViewport backing store image is not scaled on HiDPI display
Reviewed-by: serb
ssadetsky [Thu, 03 Nov 2016 12:13:59 +0300] rev 42192
8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel".
Reviewed-by: serb
ssadetsky [Thu, 03 Nov 2016 11:51:31 +0300] rev 42191
8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
Reviewed-by: serb, azvegint
azvegint [Thu, 03 Nov 2016 03:49:42 +0300] rev 42190
8143914: Provide Mac-specific fullscreen support
Reviewed-by: serb, ssadetsky
serb [Wed, 02 Nov 2016 23:05:52 +0300] rev 42189
8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
Reviewed-by: prr
bpb [Wed, 02 Nov 2016 11:07:16 -0700] rev 42188
8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
Summary: Disallow not adding to metadata fields which are critical to reading the image data even when the BaselineTIFFTagSet has been removed from the TIFFImageReadParam and the ignoreMetadata flag is set.
Reviewed-by: prr
ptbrunet [Wed, 02 Nov 2016 09:44:01 -0700] rev 42187
8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c
Summary: Remove AccessBridgeCalls.c from the include directory
Reviewed-by: prr, erikj, mchung, alexsch
serb [Wed, 02 Nov 2016 17:14:57 +0300] rev 42186
8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
Reviewed-by: prr, amenkov
pkbalakr [Wed, 02 Nov 2016 08:46:41 +0530] rev 42185
8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
Reviewed-by: alexsch, aghaisas
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42184
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
mli [Tue, 22 Nov 2016 01:37:18 -0800] rev 42183
8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently
Reviewed-by: chegar
bgopularam [Tue, 22 Nov 2016 08:22:57 +0000] rev 42182
8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
Summary: Set locale explicitly in the test
Reviewed-by: rriggs, naoto
rgoel [Tue, 22 Nov 2016 13:02:12 +0530] rev 42181
8168906: Tighten permissions granted to the jdk.localedata module
Reviewed-by: okutsu, naoto, alanb, mullan
amjiang [Mon, 21 Nov 2016 22:50:22 -0800] rev 42180
8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
Reviewed-by: weijun
mli [Mon, 21 Nov 2016 17:17:21 -0800] rev 42179
8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows
Reviewed-by: rriggs
ddehaven [Mon, 07 Nov 2016 12:46:23 -0800] rev 42178
8169289: JavaFX application in named module fails to launch if no main method
Reviewed-by: mchung, ksrini
darcy [Mon, 21 Nov 2016 12:06:10 -0800] rev 42177
8170139: OpenNonIntegralNumberOfSampleframes.java still fails
Reviewed-by: smarks
skovalev [Mon, 21 Nov 2016 19:18:22 +0300] rev 42176
8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module
Reviewed-by: rriggs, dfuchs
darcy [Mon, 21 Nov 2016 07:54:42 -0800] rev 42175
8170112: Problem list failing jimage tests until JDK-8169713 is fixed
Reviewed-by: jlaskey
jlaskey [Mon, 21 Nov 2016 10:08:20 -0400] rev 42174
8168256: Plugin alias options in jlink --help output seems to be in an arbitrary order
Reviewed-by: sundar, mchung
mchung [Sun, 20 Nov 2016 23:19:54 -0800] rev 42173
8170062: Problem list java/lang/ClassLoader/platformClassLoader/DefinePlatformClass.java
Reviewed-by: darcy
bgopularam [Mon, 21 Nov 2016 06:04:25 +0000] rev 42172
8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser
Summary: Cache the available zones to speed up parsing
Reviewed-by: rriggs, scolebourne
mli [Sun, 20 Nov 2016 17:39:09 -0800] rev 42171
8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
Reviewed-by: rriggs, chegar, darcy
mchung [Sun, 20 Nov 2016 07:57:57 -0800] rev 42170
8169909: java agent fails to add to class path when the initial module is a named module
Reviewed-by: alanb
redestad [Sat, 19 Nov 2016 12:22:35 +0100] rev 42169
8169993: Class::desiredAssertionStatus should call getClassLoader0
Reviewed-by: psandoz
skovalev [Fri, 18 Nov 2016 15:33:30 +0300] rev 42168
8169658: TESTBUG: javax/rmi tests have undeclared dependencies
Reviewed-by: rriggs
dkononenko [Wed, 16 Nov 2016 18:11:56 +0300] rev 42167
8167240: Write new tests to cover functionality of existing 'jimage' options
Summary: New tests were implemented
Reviewed-by: jlaskey, anazarov, shurailine
Contributed-by: denis.kononenko@oracle.com
amlu [Fri, 18 Nov 2016 14:39:03 +0800] rev 42166
8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh
Reviewed-by: mchung
amlu [Fri, 18 Nov 2016 12:11:32 +0800] rev 42165
8169826: ProblemList update for tools/pack200/CommandLineTests.java
Reviewed-by: mchung
lana [Thu, 17 Nov 2016 22:18:31 +0000] rev 42164
Merge
psandoz [Thu, 17 Nov 2016 12:24:51 -0800] rev 42163
8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
Reviewed-by: martin
redestad [Thu, 17 Nov 2016 19:38:14 +0100] rev 42162
8169880: Remove the sun.reflect.noCaches option
Reviewed-by: shade, psandoz, mchung
weijun [Thu, 17 Nov 2016 21:02:39 +0800] rev 42161
7004967: SecureRandom should be more explicit about threading
8169312: SecureRandom::getSeed(num) not specified if num is negative
Reviewed-by: mullan, xuelei
ameena [Thu, 17 Nov 2016 11:55:59 +0000] rev 42160
8167618: DateTimeFormatter.format() uses exceptions for flow control
Summary: Removed flow control in exception catch
Reviewed-by: rriggs, scolebourne
nishjain [Thu, 17 Nov 2016 11:40:50 +0530] rev 42159
8165296: update existing i18n test cases of test/java/util
Reviewed-by: okutsu
Contributed-by: nancy.nigam@oracle.com
mli [Wed, 16 Nov 2016 17:29:14 -0800] rev 42158
8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
Reviewed-by: alanb
psandoz [Wed, 16 Nov 2016 14:26:14 -0800] rev 42157
8072784: Better spliterator implementation for BitSet.stream()
Reviewed-by: martin
psandoz [Wed, 16 Nov 2016 14:26:12 -0800] rev 42156
8132097: Stream.generate should use a covariant Supplier as parameter
Reviewed-by: forax, martin
asmotrak [Wed, 16 Nov 2016 12:50:29 -0800] rev 42155
8168969: Merge SSLSocketSample and SSLSocketTemplate
Reviewed-by: xuelei
darcy [Wed, 16 Nov 2016 11:20:34 -0800] rev 42154
8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list
Reviewed-by: serb
jnimeh [Wed, 16 Nov 2016 08:29:58 -0800] rev 42153
8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
Summary: Protect against null return value from Permission.getActions in ProtectionDomain's toString method.
Reviewed-by: weijun, mullan
dfuchs [Wed, 16 Nov 2016 15:40:06 +0000] rev 42152
8169068: Add a new method: java.net.Authenticator.getDefault()
Reviewed-by: chegar
jlaskey [Wed, 16 Nov 2016 10:52:08 -0400] rev 42151
8169505: Update changes by JDK-8159393 to reflect CCC review
Reviewed-by: sundar
sundar [Wed, 16 Nov 2016 19:52:20 +0530] rev 42150
8153038: The set of jlink plugins enabled by default should be the same via CLI or jlink API
Reviewed-by: jlaskey
skovalev [Tue, 15 Nov 2016 15:52:27 +0300] rev 42149
8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
Reviewed-by: dfuchs, chegar
lana [Wed, 23 Nov 2016 16:16:35 +0000] rev 42148
Added tag jdk-9+146 for changeset f7a57d034f22
duke [Wed, 05 Jul 2017 22:29:32 +0200] rev 42147
Merge
lana [Wed, 23 Nov 2016 19:15:01 +0000] rev 42146
Merge
ihse [Tue, 22 Nov 2016 15:04:19 +0100] rev 42145
8170184: Remove incorrect comments about generated jvmt.h
Reviewed-by: alanb, erikj
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42144
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
lana [Thu, 17 Nov 2016 22:19:25 +0000] rev 42143
Merge
lana [Wed, 23 Nov 2016 16:16:34 +0000] rev 42142
Added tag jdk-9+146 for changeset 296b6f1ad81e
ihse [Thu, 24 Nov 2016 15:32:14 +0100] rev 42141
7164925: Change -KPIC to -xcode=pic32 on sparc
Reviewed-by: erikj
erikj [Thu, 24 Nov 2016 11:50:26 +0100] rev 42140
8170280: Enable -g for all java compilation in the build
Reviewed-by: simonis, tbell, dholmes, ihse
lana [Wed, 23 Nov 2016 19:14:43 +0000] rev 42139
Merge
prr [Tue, 22 Nov 2016 10:48:24 -0800] rev 42138
Merge
prr [Mon, 14 Nov 2016 10:00:15 -0800] rev 42137
8169518: Suppress Deprecation warnings for deprecated Swing APIs
Reviewed-by: alexsch, ssadetsky
ihse [Tue, 22 Nov 2016 14:47:52 +0100] rev 42136
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
ihse [Tue, 22 Nov 2016 13:44:41 +0100] rev 42135
8170077: Properly parallelize javadoc generation
Reviewed-by: erikj
ihse [Fri, 18 Nov 2016 15:50:43 +0100] rev 42134
8169860: Clean up and unify the refactored Javadoc generation
Reviewed-by: erikj
lana [Thu, 17 Nov 2016 22:18:22 +0000] rev 42133
Merge
lana [Wed, 23 Nov 2016 16:16:33 +0000] rev 42132
Added tag jdk-9+146 for changeset 89406c257bc9
duke [Wed, 05 Jul 2017 22:29:12 +0200] rev 42131
Added tag jdk-9+146 for changeset 581331db696a
duke [Wed, 05 Jul 2017 22:29:11 +0200] rev 42130
Merge
duke [Wed, 05 Jul 2017 22:29:04 +0200] rev 42129
Merge
lana [Thu, 17 Nov 2016 17:50:09 +0000] rev 42128
Added tag jdk-9+145 for changeset 8b7412f7eecd
duke [Wed, 05 Jul 2017 22:28:55 +0200] rev 42127
Merge
lana [Mon, 21 Nov 2016 18:48:16 +0000] rev 42126
Merge
aefimov [Wed, 16 Nov 2016 00:55:48 +0300] rev 42125
8160999: GPL header missing comma in year
Reviewed-by: mchung
aefimov [Tue, 15 Nov 2016 23:43:38 +0300] rev 42124
8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
Reviewed-by: alanb, joehw, lancea, mchung
Contributed-by: roman.grigoriadi@oracle.com
lana [Thu, 17 Nov 2016 17:50:07 +0000] rev 42123
Added tag jdk-9+145 for changeset 5fce5ec624c7
duke [Wed, 05 Jul 2017 22:28:45 +0200] rev 42122
Merge
lana [Mon, 21 Nov 2016 18:48:57 +0000] rev 42121
Merge
aefimov [Tue, 15 Nov 2016 23:28:01 +0300] rev 42120
8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
Reviewed-by: alanb, joehw, lancea, mchung
Contributed-by: roman.grigoriadi@oracle.com
dfuchs [Tue, 15 Nov 2016 17:45:29 +0000] rev 42119
8169723: remove jaxp/src/java.xml/share/classes/org/w3c/dom/xpath/COPYRIGHT.html
Reviewed-by: rriggs
lana [Thu, 17 Nov 2016 17:50:07 +0000] rev 42118
Added tag jdk-9+145 for changeset 6ffe7113ca30
duke [Wed, 05 Jul 2017 22:28:35 +0200] rev 42117
Merge
lana [Mon, 21 Nov 2016 18:48:19 +0000] rev 42116
Merge
jwilhelm [Wed, 09 Nov 2016 13:37:21 +0100] rev 42115
Merge
sla [Mon, 24 Oct 2016 09:07:57 +0200] rev 42114
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
lana [Thu, 17 Nov 2016 17:50:09 +0000] rev 42113
Added tag jdk-9+145 for changeset eb674141ab03
duke [Wed, 05 Jul 2017 22:28:24 +0200] rev 42112
Merge
lana [Thu, 17 Nov 2016 17:50:06 +0000] rev 42111
Added tag jdk-9+145 for changeset 4a046fdccd54
duke [Wed, 05 Jul 2017 22:28:16 +0200] rev 42110
Merge
lana [Mon, 21 Nov 2016 18:48:31 +0000] rev 42109
Merge
weijun [Wed, 16 Nov 2016 12:55:42 +0800] rev 42108
8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris
Reviewed-by: xuelei
jwilhelm [Wed, 09 Nov 2016 13:37:19 +0100] rev 42107
Merge
vtewari [Thu, 03 Nov 2016 12:04:40 +0530] rev 42106
8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
Summary: Cloned the array before returning to caller.
Reviewed-by: dholmes, fparain
Contributed-by: amit.sapre@oracle.com
psandoz [Tue, 01 Nov 2016 17:20:45 -0700] rev 42105
8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
Reviewed-by: redestad
dsamersoff [Fri, 28 Oct 2016 11:18:54 +0300] rev 42104
8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
Summary: Remove BasicLauncherTest.java and HeapDumpTest.java from quarantine list.
Reviewed-by: sla, dsamersoff
Contributed-by: sharath.ballal@oracle.com
psandoz [Fri, 14 Oct 2016 14:47:27 -0700] rev 42103
8166974: invokedynamic implementation should not wrap Errors
Reviewed-by: smarks, jrose
vtewari [Wed, 26 Oct 2016 15:08:29 +0530] rev 42102
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
Summary: Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
Contributed-by: amit.sapre@oracle.com
dsamersoff [Tue, 25 Oct 2016 14:49:35 +0300] rev 42101
8165500: TestJpsJar shouldn't jar all test.classpath directories
Summary: Refactor test to better handle errors
Reviewed-by: sspitsyn
dsamersoff [Mon, 24 Oct 2016 14:52:07 +0300] rev 42100
8160376: DebuggerException: Can't attach symbolicator to the process
Summary: Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
rehn [Mon, 24 Oct 2016 11:47:56 +0200] rev 42099
Merge
rehn [Mon, 24 Oct 2016 09:07:26 +0200] rev 42098
8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
Reviewed-by: sla, dsamersoff
sla [Mon, 24 Oct 2016 09:07:24 +0200] rev 42097
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
amurillo [Thu, 20 Oct 2016 17:05:27 -0700] rev 42096
Merge
vtewari [Thu, 20 Oct 2016 15:07:06 +0530] rev 42095
8167294: MXBean javadoc should be updated to take modules into account
Summary: Updated MXBean class javadoc to take modules into account
Reviewed-by: alanb
Contributed-by: amit.sapre@oracle.com
darcy [Tue, 15 Nov 2016 13:31:52 -0800] rev 42094
8169736: Mark RmiIiopReturnValueTest.java as intermittently failing
Reviewed-by: lancea
lana [Thu, 17 Nov 2016 17:50:08 +0000] rev 42093
Added tag jdk-9+145 for changeset fb4ce696b742
duke [Wed, 05 Jul 2017 22:28:01 +0200] rev 42092
Merge
lana [Mon, 21 Nov 2016 18:47:57 +0000] rev 42091
Merge
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42090
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
Reviewed-by: egahlin, gtriantafill
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42089
Merge
bobv [Thu, 03 Nov 2016 10:44:17 -0400] rev 42088
8167501: ARMv7 Linux C2 compiler crashes running jtreg harness on MP systems
Reviewed-by: dcubed
vtewari [Thu, 03 Nov 2016 11:53:20 +0530] rev 42087
8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
Summary: Do the special handling for invokedynamic bytecodes while printing out the bytecodes in a method
Reviewed-by: dsamersoff, sundar
Contributed-by: jini.george@oracle.com
simonis [Thu, 06 Oct 2016 18:51:24 +0200] rev 42086
8159611: C2: ArrayCopy elimination skips required parameter checks
Reviewed-by: kvn, zmajo, thartmann
zmajo [Tue, 01 Nov 2016 09:19:14 +0100] rev 42085
8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException
Summary: Remove code that causes C1's arraycopy to skip type checks if the length argument is 0
Reviewed-by: kvn
mchernov [Mon, 31 Oct 2016 17:36:39 +0000] rev 42084
Merge
mchernov [Mon, 31 Oct 2016 18:18:05 +0300] rev 42083
8168535: Quarantine GcCauseTest02 and GcTest02
Reviewed-by: jwilhelm, sjohanss
goetz [Wed, 19 Oct 2016 11:08:03 +0200] rev 42082
8168283: adlc: fix error expanding expanded nodes.
Reviewed-by: kvn
roland [Mon, 10 Oct 2016 17:04:42 +0200] rev 42081
8167300: Scheduling failures during gcm should be fatal
Reviewed-by: kvn, mcberg
roland [Thu, 13 Oct 2016 12:27:39 +0200] rev 42080
8167298: assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject*
Summary: Unsafe.compareAndExchangeObject should keep track of returned type after matching
Reviewed-by: shade, vlivanov
dnsimon [Sat, 29 Oct 2016 01:09:42 +0200] rev 42079
8168915: [JVMCI] use MethodParameters attribute instead of depending on -g option for sanity checks
Reviewed-by: kvn
thartmann [Mon, 31 Oct 2016 09:50:12 +0100] rev 42078
8168770: Fix for 8151988 causes performance regression on SPARC
Summary: Reversed and re-implemented fix for 8151988 to eagerly cut off control input of Div and Mod nodes.
Reviewed-by: kvn
kvn [Fri, 28 Oct 2016 19:33:22 +0000] rev 42077
Merge
kvn [Fri, 28 Oct 2016 12:28:46 -0700] rev 42076
8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows)
Summary: save/restore registers in generate_get_cpu_info() code which checks interrupts.
Reviewed-by: kvn, mcberg
Contributed-by: dmitry.chuyko@oracle.com
sla [Fri, 28 Oct 2016 08:40:35 +0200] rev 42075
8168305: GC.class_stats should not require -XX:+UnlockDiagnosticVMOptions
Reviewed-by: rehn, mlarsson, iklam
psandoz [Fri, 14 Oct 2016 14:47:01 -0700] rev 42074
8166974: invokedynamic implementation should not wrap Errors
Reviewed-by: dholmes, jrose
gziemski [Thu, 27 Oct 2016 09:42:45 -0500] rev 42073
8166145: runtime/threads/ThreadInterruptTest3 fails with ExitCode 0
Summary: Added new hashtables logging tag and used it print out the table performance details.
Reviewed-by: coleenp, dholmes
goetz [Thu, 27 Oct 2016 12:22:28 +0200] rev 42072
8168318: PPC64: Use cmpldi instead of li/cmpld
Reviewed-by: goetz
Contributed-by: igor.nunes@eldorado.org.br
mgronlun [Thu, 27 Oct 2016 12:18:36 +0200] rev 42071
Merge
mgronlun [Thu, 27 Oct 2016 11:20:37 +0200] rev 42070
Merge
mgronlun [Thu, 27 Oct 2016 11:14:30 +0200] rev 42069
8168662: Intrinsic support for event based tracing needs explicit control dependency
Reviewed-by: kvn, rehn
mdoerr [Thu, 27 Oct 2016 11:41:53 +0200] rev 42068
8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867
Reviewed-by: goetz, coleenp
mlarsson [Fri, 21 Oct 2016 10:14:54 +0200] rev 42067
8146009: "pure virtual method called" with using new GC logging mechanism
Reviewed-by: dsamersoff, dholmes, mchernov
Contributed-by: marcus.larsson@oracle.com, michail.chernov@oracle.com
mlarsson [Fri, 21 Oct 2016 10:18:11 +0200] rev 42066
8166117: Add UTC timestamp decorator for UL
Reviewed-by: rehn, rprotacio
goetz [Thu, 13 Oct 2016 14:49:34 +0200] rev 42065
8167673: [s390] The s390 port.
Summary: template interpreter, C1, C2
Reviewed-by: kvn, simonis
goetz [Wed, 05 Oct 2016 15:20:35 +0200] rev 42064
8167184: [s390] Extend relocations for pc-relative instructions.
Reviewed-by: kvn
goetz [Thu, 22 Sep 2016 18:29:15 +0200] rev 42063
8166561: [s390] Adaptions needed for s390 port in C1 and C2.
Reviewed-by: kvn
goetz [Thu, 22 Sep 2016 18:23:15 +0200] rev 42062
8166560: [s390] Basic enablement of s390 port.
Summary: Also fix problem with ARM Elf configuration.
Reviewed-by: dholmes, coleenp
simonis [Tue, 25 Oct 2016 16:42:28 +0200] rev 42061
8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows
Reviewed-by: dholmes, mgerdin, stuefe
rprotacio [Wed, 26 Oct 2016 20:13:29 +0000] rev 42060
Merge
rprotacio [Wed, 26 Oct 2016 15:46:13 -0400] rev 42059
8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark"
Summary: Removed nested ResourceMark declarations
Reviewed-by: dholmes, hseigel
bmoloden [Wed, 26 Oct 2016 17:29:47 +0300] rev 42058
8165451: Convert WorkerDataArray_test to GTest
Reviewed-by: jwilhelm
thartmann [Wed, 26 Oct 2016 14:36:05 +0200] rev 42057
8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character
Summary: String length needs to be updated when converting from unicode to utf8.
Reviewed-by: kvn, coleenp
jwilhelm [Mon, 23 May 2016 19:46:43 +0200] rev 42056
8157455: Convert TestOS_test to GTest
Reviewed-by: dholmes, rehn
jwilhelm [Fri, 20 May 2016 16:45:00 +0200] rev 42055
8157453: Convert DependencyContext_test to GTest
Reviewed-by: dholmes, rehn, kzhaldyb
jwilhelm [Wed, 11 May 2016 23:33:24 +0200] rev 42054
8156800: Convert QuickSort_test to GTest
Reviewed-by: rehn, kzhaldyb, rprotacio, mlarsson
drwhite [Mon, 24 Oct 2016 13:36:06 -0400] rev 42053
8168567: Fix for 8166972 breaks aarch64 build
Summary: Addded missing #endif for aarch64 code.
Reviewed-by: kvn, aph
Contributed-by: Ningsheng Jian <ningsheng.jian@linaro.org>
vtewari [Wed, 26 Oct 2016 14:58:14 +0530] rev 42052
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
Summary: Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
Contributed-by: amit.sapre@oracle.com
cjplummer [Mon, 24 Oct 2016 14:12:32 -0700] rev 42051
8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
Summary: Partly undid the changes for 8159284, which are the cause of this CR.
Reviewed-by: dholmes, coleenp, dcubed
kvn [Mon, 24 Oct 2016 11:48:30 -0700] rev 42050
8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java
Reviewed-by: iveresov, twisti
jprovino [Mon, 24 Oct 2016 16:27:13 +0000] rev 42049
Merge
jprovino [Mon, 24 Oct 2016 10:10:30 -0400] rev 42048
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced.
Reviewed-by: tschatzl, kbarrett
dsamersoff [Mon, 24 Oct 2016 14:51:54 +0300] rev 42047
8160376: DebuggerException: Can't attach symbolicator to the process
Summary: Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
sla [Mon, 24 Oct 2016 09:55:58 +0200] rev 42046
Merge
sla [Mon, 24 Oct 2016 09:05:13 +0200] rev 42045
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
simonis [Thu, 06 Oct 2016 18:04:11 +0200] rev 42044
8167299: -XX:+PrintRelocations crashes the VM
Reviewed-by: kvn
kbarrett [Fri, 21 Oct 2016 22:26:51 -0400] rev 42043
8166862: CMS needs klass_or_null_acquire
Summary: Change CMS non-assert uses of klass_or_null to klass_or_null_acquire.
Reviewed-by: tschatzl, mgerdin
dlong [Fri, 21 Oct 2016 17:51:33 -0700] rev 42042
8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
Summary: add range check for sender_sp
Reviewed-by: aph, dcubed
rraghavan [Fri, 21 Oct 2016 13:07:32 -0700] rev 42041
8165661: SPECjvm2008-crypto.signverify regression in 9-b105
Summary: Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation
Reviewed-by: roland, kvn, thartmann
neliasso [Fri, 21 Oct 2016 20:12:47 +0200] rev 42040
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
Summary: Refactor code removing virtual call
Reviewed-by: kvn, twisti
kvn [Fri, 21 Oct 2016 10:16:09 -0700] rev 42039
8165381: Update for x86 SHA512 using AVX2
Summary: Add intrinsics for x86 AVX2 architecture with no SHA instructions.
Reviewed-by: kvn
Contributed-by: smita.kamath@intel.com
mgronlun [Fri, 21 Oct 2016 17:55:02 +0200] rev 42038
Merge
mgronlun [Fri, 21 Oct 2016 16:20:18 +0200] rev 42037
8166806: Add intrinsic support for writer used in event based tracing
Reviewed-by: kvn, egahlin
akulyakh [Fri, 21 Oct 2016 17:04:13 +0300] rev 42036
8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
Summary: Quarantining a test
Reviewed-by: sla
dsamersoff [Fri, 21 Oct 2016 12:30:12 +0300] rev 42035
8164383: jhsdb dumps core on Solaris 12 when loading dumped core
Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
mdoerr [Fri, 21 Oct 2016 10:27:32 +0200] rev 42034
8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory()
Reviewed-by: simonis, mdoerr
Contributed-by: Michihiro Horie <horie@jp.ibm.com>
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42033
Merge
iklam [Thu, 20 Oct 2016 21:41:14 +0000] rev 42032
Merge
iklam [Thu, 20 Oct 2016 13:41:07 -0700] rev 42031
8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
Reviewed-by: coleenp, dholmes, sspitsyn
kzhaldyb [Thu, 20 Oct 2016 23:09:03 +0300] rev 42030
8159817: Convert FreeRegionList_test to GTest
Reviewed-by: kbarrett
dpochepk [Thu, 20 Oct 2016 16:53:39 +0300] rev 42029
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
Reviewed-by: kvn
kzhaldyb [Thu, 20 Oct 2016 10:51:54 +0300] rev 42028
8166910: Convert TestNewSize_test to GTest
8166911: Convert TestOldSize_test to GTest
Reviewed-by: jwilhelm
dnsimon [Wed, 19 Oct 2016 18:57:06 +0000] rev 42027
Merge
dnsimon [Wed, 19 Oct 2016 20:15:35 +0200] rev 42026
8168295: [JVMCI] -XX:+JVMCIPrintProperties should exit after printing
Reviewed-by: kvn, twisti
kvn [Wed, 19 Oct 2016 17:53:01 +0000] rev 42025
Merge
mwalsh [Wed, 19 Oct 2016 10:48:48 -0700] rev 42024
8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
Reviewed-by: dholmes, ecaspole, kvn
dfazunen [Wed, 19 Oct 2016 16:56:31 +0000] rev 42023
Merge
lmesnik [Wed, 19 Oct 2016 10:06:55 +0300] rev 42022
8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
Reviewed-by: dfazunen, jwilhelm
lmesnik [Wed, 19 Oct 2016 10:10:51 +0300] rev 42021
8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC
Reviewed-by: jwilhelm
akulyakh [Tue, 18 Oct 2016 14:27:48 +0300] rev 42020
8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false
Summary: A fix in the JDWP test along with some extra logging added
Reviewed-by: sspitsyn
kzhaldyb [Wed, 19 Oct 2016 12:10:43 +0200] rev 42019
Merge
kzhaldyb [Wed, 28 Sep 2016 17:18:45 +0300] rev 42018
8166563: Convert GuardedMemory_test to Gtest
Reviewed-by: iignatyev
kzhaldyb [Wed, 28 Sep 2016 17:26:43 +0300] rev 42017
8166804: Convert TestMetachunk_test to GTest
Reviewed-by: iignatyev
ehelin [Thu, 06 Oct 2016 16:32:46 +0200] rev 42016
8166790: Add stress test GCBasher
Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
hshi [Mon, 17 Oct 2016 05:44:43 -0700] rev 42015
8167421: AArch64: in one core system, fatal error: Illegal threadstate encountered
Summary: adding missing thread state store when os::is_MP() is false
Reviewed-by: aph
mcberg [Tue, 18 Oct 2016 19:08:24 -0700] rev 42014
8167987: change merge context to clear for mask register usage model
Reviewed-by: kvn
lana [Thu, 17 Nov 2016 17:50:06 +0000] rev 42013
Added tag jdk-9+145 for changeset 62743782a2cd
lana [Mon, 21 Nov 2016 18:47:40 +0000] rev 42012
Merge
jwilhelm [Wed, 09 Nov 2016 15:32:39 +0100] rev 42011
Merge
dsamersoff [Tue, 25 Oct 2016 14:49:48 +0300] rev 42010
8165500: TestJpsJar shouldn't jar all test.classpath directories
Summary: Refactor test to better handle errors
Reviewed-by: sspitsyn
sla [Mon, 24 Oct 2016 09:12:40 +0200] rev 42009
8168414: Various timeouthandler fixes
Reviewed-by: mlarsson
sla [Fri, 21 Oct 2016 15:40:47 +0200] rev 42008
8168412: Reduce buffering in jtreg timeouthandler
Reviewed-by: mlarsson
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42007
Merge
dpochepk [Thu, 20 Oct 2016 16:53:35 +0300] rev 42006
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
Reviewed-by: kvn
ehelin [Wed, 28 Sep 2016 16:41:38 +0200] rev 42005
8166790: Add stress test GCBasher
Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
lana [Thu, 17 Nov 2016 17:50:05 +0000] rev 42004
Added tag jdk-9+145 for changeset b57b4dfdfeae
duke [Wed, 05 Jul 2017 22:27:21 +0200] rev 42003
Added tag jdk-9+145 for changeset 3ee4e7827413
duke [Wed, 05 Jul 2017 22:27:20 +0200] rev 42002
Merge
duke [Wed, 05 Jul 2017 22:27:15 +0200] rev 42001
Merge
ksrini [Mon, 14 Nov 2016 16:33:48 -0800] rev 42000
8167967: javadoc should identify the ordinal value of enum constants
Reviewed-by: jjg
sadayapalam [Mon, 14 Nov 2016 19:45:41 +0530] rev 41999
8168312: javac throws NPE if annotation processor is specified and module is declared in a file named arbitrarily
Reviewed-by: jlahoda
mchung [Sat, 12 Nov 2016 09:26:08 -0800] rev 41998
8169606: jdeps --list-reduced-deps should not show java.base as all modules require it
Reviewed-by: dfuchs
mchung [Fri, 11 Nov 2016 17:32:21 -0800] rev 41997
8168386: Fix jdeps verbose options
Reviewed-by: dfuchs, lancea
rfield [Fri, 11 Nov 2016 11:50:11 -0800] rev 41996
8166333: jshell tool: shortcut var does not import its type
Reviewed-by: jlahoda
jlahoda [Fri, 11 Nov 2016 17:45:29 +0100] rev 41995
8169599: Several JShell tests are failing on Solaris after JDK-8145838
Summary: Partially reverting e43f670394ca
Reviewed-by: rfield
jlahoda [Fri, 11 Nov 2016 12:54:47 +0100] rev 41994
8145838: JShell: restrict RemoteAgent connection socket to localhost
Summary: Also reviewed by Chris Ries
Reviewed-by: rfield
lana [Fri, 11 Nov 2016 05:56:09 +0000] rev 41993
Merge
jjg [Thu, 10 Nov 2016 13:29:34 -0800] rev 41992
8169447: javac should detect/reject repeated use of --patch-module on command line
Reviewed-by: jlahoda
jlahoda [Thu, 10 Nov 2016 17:27:01 +0100] rev 41991
8166700: NPE during invoking getEnclosedElements() on javax.lang.model.element.Element instance representing a package
Summary: Should not strip first parameter of a local class constructor for local classes in initializers.
Reviewed-by: jjg
ksrini [Tue, 08 Nov 2016 12:56:17 -0800] rev 41990
8166379: IAE while invoking javadoc with --patch-module
Reviewed-by: jjg
lana [Fri, 11 Nov 2016 05:11:55 +0000] rev 41989
Added tag jdk-9+144 for changeset a4ee110842fb
duke [Wed, 05 Jul 2017 22:27:05 +0200] rev 41988
Merge
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41987
Added tag jdk-9+144 for changeset f692ed885b0c
duke [Wed, 05 Jul 2017 22:26:58 +0200] rev 41986
Merge
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41985
Added tag jdk-9+144 for changeset 773cd6c4b8e7
duke [Wed, 05 Jul 2017 22:26:50 +0200] rev 41984
Merge
sdama [Mon, 14 Nov 2016 22:33:33 -0800] rev 41983
8156615: Catch parameter can be a BindingPattern in ES6 mode
Summary: Added parser support for catch parameter being a binding pattern
Reviewed-by: sundar, hannesw, attila
Contributed-by: srinivas.dama@oracle.com
hannesw [Fri, 11 Nov 2016 18:56:37 +0100] rev 41982
8168049: Fix Performance of Lexer.isJSWhitespace
Reviewed-by: sundar, attila
attila [Fri, 11 Nov 2016 15:50:51 +0100] rev 41981
8168373: don't emit conversions for symbols outside their lexical scope
Reviewed-by: hannesw, sundar
lana [Fri, 11 Nov 2016 05:11:55 +0000] rev 41980
Added tag jdk-9+144 for changeset d55f24e8953e
duke [Wed, 05 Jul 2017 22:26:41 +0200] rev 41979
Merge
lana [Fri, 11 Nov 2016 05:11:52 +0000] rev 41978
Added tag jdk-9+144 for changeset 4a00f20b9fe2
duke [Wed, 05 Jul 2017 22:26:34 +0200] rev 41977
Merge
bpb [Tue, 15 Nov 2016 08:40:36 -0800] rev 41976
8168500: (se) EPollArrayWrapper optimization for update events should be robust to dynamic changes in file descriptor resource limits
Summary: Make eventsHigh final and always initialize it to an empty Map.
Reviewed-by: alanb
jlaskey [Tue, 15 Nov 2016 10:53:32 -0400] rev 41975
8169720: jimage help message for --include option should be corrected
Reviewed-by: alanb, sundar
ascarpino [Mon, 14 Nov 2016 13:32:15 -0800] rev 41974
8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date"
Reviewed-by: mullan
ascarpino [Mon, 14 Nov 2016 10:13:38 -0800] rev 41973
8168861: AnchorCertificates uses hardcoded password for cacerts keystore
Reviewed-by: vinnie, mullan
skovalev [Tue, 08 Nov 2016 16:18:41 +0300] rev 41972
8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging
Reviewed-by: chegar
rriggs [Thu, 28 Jan 2016 23:13:50 -0500] rev 41971
8169556: Wrapping of FileInputStream's native skip and available methods
Summary: Wrap further native methods in FileInputStreams
Reviewed-by: chegar, bpb, rriggs
Contributed-by: sunny.chan@gs.com
jlahoda [Mon, 14 Nov 2016 10:07:10 +0100] rev 41970
8169595: jshell tool: pasting multiple lines hangs input
Summary: Need to allow newlines in the user's input.
Reviewed-by: rfield
msheppar [Fri, 11 Nov 2016 13:11:27 +0000] rev 41969
8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi
Reviewed-by: chegar, alanb
lana [Fri, 11 Nov 2016 05:55:45 +0000] rev 41968
Merge
amlu [Fri, 11 Nov 2016 11:31:17 +0800] rev 41967
8169041: com/sun/corba/cachedSocket should be added to exclusiveAccess.dirs
Reviewed-by: chegar
ksrini [Thu, 10 Nov 2016 15:19:47 -0800] rev 41966
8169001: Remove launcher's built-in ergonomics
Reviewed-by: dholmes, erikj
skovalev [Wed, 09 Nov 2016 14:24:41 +0300] rev 41965
8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies
Reviewed-by: dfuchs
xuelei [Thu, 10 Nov 2016 08:59:34 +0000] rev 41964
8169362: Interop automated testing with Chrome
Reviewed-by: wetmore, jnimeh, asmotrak
psandoz [Wed, 09 Nov 2016 10:36:32 -0800] rev 41963
8164934: Optional.map() javadoc code example
Reviewed-by: forax, chegar
rpatil [Tue, 08 Nov 2016 18:02:50 +0530] rev 41962
8169191: (tz) Support tzdata2016i
Reviewed-by: martin, okutsu
wetmore [Tue, 08 Nov 2016 16:54:28 -0800] rev 41961
8169229: RSAClientKeyExchange debug info is incorrect
Reviewed-by: xuelei
asmotrak [Tue, 08 Nov 2016 15:55:11 -0800] rev 41960
8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
Reviewed-by: weijun, mullan
sherman [Tue, 08 Nov 2016 14:29:14 -0800] rev 41959
8168862: Tighten permissions granted to the jdk.zipfs module
Reviewed-by: mullan, mchung, lancea, bpb
psandoz [Tue, 08 Nov 2016 12:36:21 -0800] rev 41958
8166735: JarFile#getVersion spec clarification for unversioned jars
Reviewed-by: mchung, alanb
psandoz [Tue, 08 Nov 2016 12:36:13 -0800] rev 41957
8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification
Reviewed-by: mchung, alanb
redestad [Tue, 08 Nov 2016 13:23:16 +0100] rev 41956
8168911: Increased number of classes initialized during initialization of SignatureFileVerifier
Reviewed-by: ascarpino
nishjain [Tue, 08 Nov 2016 14:48:55 +0530] rev 41955
8166994: Improve sun.util.locale.LocaleMatcher
Reviewed-by: okutsu, naoto, peytoia
xuelei [Tue, 08 Nov 2016 06:22:31 +0000] rev 41954
8169318: Dump the reproduced packet in DTLSOverDatagram.java
Reviewed-by: mullan
jlaskey [Mon, 07 Nov 2016 14:36:27 -0400] rev 41953
8155756: Better context for some jlink exceptions
Reviewed-by: mchung
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41952
Added tag jdk-9+144 for changeset 612b698f8b8f
duke [Wed, 05 Jul 2017 22:26:22 +0200] rev 41951
Merge
lana [Fri, 11 Nov 2016 05:11:52 +0000] rev 41950
Added tag jdk-9+144 for changeset 458b7becdccc
erikj [Tue, 15 Nov 2016 10:00:00 +0100] rev 41949
8169632: Update compare script for clean compare
Reviewed-by: tbell
simonis [Mon, 14 Nov 2016 11:48:43 +0100] rev 41948
8169630: Fix wrong cpu build flag for Linux/ppc64le build
Reviewed-by: erikj
lana [Fri, 11 Nov 2016 05:11:51 +0000] rev 41947
Added tag jdk-9+144 for changeset 854ef5325653
duke [Wed, 05 Jul 2017 22:26:07 +0200] rev 41946
Added tag jdk-9+144 for changeset 31f5023200d4
duke [Wed, 05 Jul 2017 22:26:06 +0200] rev 41945
Merge
duke [Wed, 05 Jul 2017 22:25:59 +0200] rev 41944
Merge
mcimadamore [Mon, 07 Nov 2016 16:08:18 +0000] rev 41943
8169093: Generics, javac not matching actual and formal arguments.
Summary: Make diagnostic for type-args arity mismatch consistent with the class case
Reviewed-by: vromero
mcimadamore [Mon, 07 Nov 2016 11:16:23 +0000] rev 41942
8168854: javac erroneously reject a a service interface inner class in a provides clause
Summary: Java SE 9 proposed spec changes do not explicitly forbid a service interface to be an inner class - javac should follow
Reviewed-by: jjg