vlivanov [Mon, 02 Mar 2015 07:20:09 -0800] rev 29358
Merge
thartmann [Mon, 02 Mar 2015 15:20:38 +0000] rev 29357
Merge
thartmann [Mon, 02 Mar 2015 15:11:55 +0000] rev 29356
Merge
thartmann [Mon, 02 Mar 2015 13:40:40 +0100] rev 29355
8006960: hotspot, "impossible" assertion failure
Summary: Escape state of allocated object should be always adjusted after it was passed to a method.
Reviewed-by: kvn
thartmann [Mon, 02 Mar 2015 13:28:06 +0000] rev 29354
Merge
thartmann [Mon, 02 Mar 2015 13:16:07 +0100] rev 29353
8073956: Escape analysis dump misses args information
Summary: Fixed output of PrintEscapeAnalysis.
Reviewed-by: kvn
iignatyev [Mon, 02 Mar 2015 11:15:09 +0000] rev 29352
Merge
fzhinkin [Fri, 27 Feb 2015 11:41:42 +0300] rev 29351
8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr
Reviewed-by: iveresov
skovalev [Tue, 24 Feb 2015 15:42:26 +0300] rev 29350
8067822: test/testlibrary_tests/RandomGeneratorTest.java failed on Assert Unexpected random number sequence for mode: NO_SEED
Summary: On embedded platforms we have a message in std error. We should not take into account the message. Therefore only std out should be used fo verification.
Reviewed-by: iignatyev, kvn
skovalev [Tue, 24 Feb 2015 16:08:25 +0300] rev 29349
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
Summary: Modified TEST.groups file to exclude two tests from execution on compact profiles.
Reviewed-by: mseledtsov, dholmes, iignatyev
roland [Wed, 25 Feb 2015 12:33:43 +0100] rev 29348
8073796: assert(check_obj_alignment(result)) failed: address not aligned: ...
Summary: Arrays.copyOf intrinsic can deoptimize with uninitialized new array
Reviewed-by: kvn
zmajo [Sat, 28 Feb 2015 12:33:50 +0000] rev 29347
Merge
zmajo [Fri, 27 Feb 2015 13:21:05 +0100] rev 29346
8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
Summary: Change TypeF:eq and TypeD:eq to compare NaN values using a bitwise comparison.
Reviewed-by: kvn
Contributed-by: Stefan Anzinger <stefan.anzinger@oracle.com>
roland [Wed, 25 Feb 2015 10:44:38 +0100] rev 29345
8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
Summary: assert in array copy code broken when array size becomes known during igvn
Reviewed-by: kvn, vlivanov
roland [Tue, 24 Feb 2015 15:23:05 +0100] rev 29344
8073184: Compile of java.lang.Integer::getChars fails with LoopLimitCheck = false after 8054478
Summary: CastII that guards counted loops confuses range check elimination with LoopLimitCheck off
Reviewed-by: kvn, iveresov
iveresov [Tue, 24 Feb 2015 23:31:00 -0800] rev 29343
8073735: compiler/loopopts/CountedLoopProblem.java got OOME
Summary: Ignore OOM in the test
Reviewed-by: kvn
vlivanov [Tue, 24 Feb 2015 17:14:29 +0000] rev 29342
Merge
vlivanov [Tue, 24 Feb 2015 07:39:22 -0800] rev 29341
Merge
simonis [Mon, 23 Feb 2015 10:32:17 +0100] rev 29340
8073624: Fix waring "converting to non-pointer type 'bool' from NULL" in arraycopynode.cpp
Reviewed-by: roland
thartmann [Mon, 23 Feb 2015 10:38:26 +0100] rev 29339
8073257: compiler/codecache/stress/RandomAllocationTest.java + fastdebug + -XX:+LogCompilation, "allocating without ResourceMark"
Summary: Added two missing ResourceMarks to 'NMethodSweeper::log_sweep'.
Reviewed-by: kvn, iignatyev
thartmann [Mon, 23 Feb 2015 07:55:37 +0100] rev 29338
8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion
Summary: Store profiled code in the non-profiled code heap (and vice versa) if the code cache is really full.
Reviewed-by: kvn, iveresov
roland [Wed, 18 Feb 2015 18:14:07 +0100] rev 29337
6912521: System.arraycopy works slower than the simple loop for little lengths
Summary: convert small array copies to series of loads and stores
Reviewed-by: kvn, vlivanov
dpochepk [Thu, 19 Feb 2015 23:47:01 +0300] rev 29336
8068461: compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed: java.lang.RuntimeException: Usage threshold was hit: 1 times for CodeHeap 'non-nmethods'
Summary: added filter for invalid testcase
Reviewed-by: kvn, iignatyev
ppunegov [Wed, 18 Feb 2015 16:59:56 +0300] rev 29335
8067012: Don't create MDO for constant getters
Summary: Add check if the method is constant getter
Reviewed-by: kvn, iveresov
ppunegov [Wed, 18 Feb 2015 16:19:48 +0300] rev 29334
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
Summary: Replace closed/compiler tests with sanity/ExecuteInternalVMTests.java to keep the hotspot_compiler_closed group
Reviewed-by: kvn, zmajo
iignatyev [Thu, 19 Feb 2015 23:49:22 +0300] rev 29333
8073499: quarantine compiler/tiered/LevelTransitionTest
Reviewed-by: kvn
jwilhelm [Thu, 05 Mar 2015 17:27:16 +0100] rev 29332
Merge
jwilhelm [Wed, 04 Mar 2015 02:23:38 +0100] rev 29331
8074319: barrier_set_cast defined via friend injection
Summary: Changed the in-class definition to a friend declaration and move the definition to namespace scope
Reviewed-by: jwilhelm, simonis
Contributed-by: kim.barrett@oracle.com
jwilhelm [Tue, 03 Mar 2015 19:21:45 +0100] rev 29330
Merge
jwilhelm [Mon, 02 Mar 2015 16:19:59 +0100] rev 29329
8071335: gc/TestSmallHeap.java throw OOM
Summary: To avoid OOME, do not run with -Xcomp
Reviewed-by: brutisso, tschatzl
tschatzl [Tue, 03 Mar 2015 13:25:23 +0000] rev 29328
Merge
tschatzl [Tue, 03 Mar 2015 12:38:42 +0100] rev 29327
8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer
Reviewed-by: jmasa, kbarrett
david [Tue, 03 Mar 2015 12:19:35 +0100] rev 29326
8073464: GC workers do not have thread names
Reviewed-by: brutisso, tschatzl
kbarrett [Fri, 27 Feb 2015 19:52:48 -0500] rev 29325
8069016: Add BarrierSet downcast support
Summary: Add FakeRttiSupport utility and use to provide barrier_set_cast.
Reviewed-by: jmasa, sangheki
jwilhelm [Thu, 26 Feb 2015 21:00:03 +0100] rev 29324
8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
Summary: Don't run test with -XX:+ExplicitGCInvokesConcurrent
Reviewed-by: mgerdin
jwilhelm [Thu, 26 Feb 2015 17:02:48 +0100] rev 29323
8073950: Quarantine failing test: gc/TestSoftReferencesBehaviorOnOOME.java due to JDK-8073669
Summary: Quarantine gc/TestSoftReferencesBehaviorOnOOME.java
Reviewed-by: mgerdin, tschatzl
Contributed-by: andrey.x.zakharov@oracle.com
mgronlun [Tue, 03 Mar 2015 20:17:07 +0100] rev 29322
8073042: jcmd hangs until another jcmd is executed (which, in turn also hangs)
Reviewed-by: jbachorik, dsamersoff, farvidsson
dcubed [Mon, 02 Mar 2015 16:31:25 -0800] rev 29321
8072439: fix for 8047720 may need more work
Summary: Cleanup PeriodTask_lock usage. Also reviewed by varming@gmail.com.
Reviewed-by: dholmes, dcubed, mgronlun, coleenp
Contributed-by: varming@gmail.com, daniel.daugherty@oracle.com
ctornqvi [Mon, 02 Mar 2015 05:32:01 -0800] rev 29320
Merge
hseigel [Fri, 27 Feb 2015 12:48:06 -0500] rev 29319
8073908: Replace hotspot/testlibrary use of sun.management with public API
Summary: use java.lang API's instead of sun.management API's.
Reviewed-by: sla, iignatyev, gtriantafill, mchung
ctornqvi [Thu, 26 Feb 2015 06:11:56 -0800] rev 29318
8069291: [TESTBUG] runtime/threads/Fibonacci: OutOfMemoryError: unable to create native thread
Reviewed-by: dholmes, ctornqvi
Contributed-by: dmitry.dmitriev@oracle.com
ctornqvi [Thu, 26 Feb 2015 06:11:40 -0800] rev 29317
8073718: [TESTBUG] Cleanup test output and skip creating mini dumps
Reviewed-by: sla, ctornqvi
Contributed-by: stefan.sarne@oracle.com
sspitsyn [Wed, 25 Feb 2015 00:30:54 -0800] rev 29316
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
Summary: optimize the adjust_method_entries functions by using the orig_method_idnum() function
Reviewed-by: coleenp, dcubed
Contributed-by: serguei.spitsyn@oracle.com
katleman [Thu, 12 Mar 2015 13:35:04 -0700] rev 29315
Added tag jdk9-b54 for changeset 2bf25ac4195f
lana [Thu, 12 Mar 2015 21:12:51 -0700] rev 29314
Merge
darcy [Thu, 12 Mar 2015 12:30:36 -0700] rev 29313
8072734: Turn on doclint checking in the build of modules in the jdk repo
Reviewed-by: erikj
erikj [Thu, 12 Mar 2015 12:13:23 +0100] rev 29312
8074988: Reduce boilerplate in Setup* macro definitions
Reviewed-by: tbell, ihse
prr [Wed, 11 Mar 2015 08:25:55 -0700] rev 29311
8074910: hgforest.sh needs an option to bring over a smaller set of extra repos
Reviewed-by: erikj, chegar
amurillo [Tue, 10 Mar 2015 14:09:19 -0700] rev 29310
Merge
amurillo [Fri, 06 Mar 2015 04:58:52 -0800] rev 29309
Merge
vlivanov [Mon, 02 Mar 2015 07:20:09 -0800] rev 29308
Merge
vlivanov [Tue, 24 Feb 2015 07:38:43 -0800] rev 29307
Merge
thartmann [Mon, 23 Feb 2015 08:48:19 +0100] rev 29306
8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion
Summary: Store profiled code in the non-profiled code heap (and vice versa) if the code cache is really full.
Reviewed-by: kvn, iveresov
erikj [Tue, 10 Mar 2015 14:36:56 +0100] rev 29305
8073021: add native code coverage target into makefiles
Reviewed-by: ihse, tbell, iignatyev
ihse [Mon, 09 Mar 2015 10:39:16 +0100] rev 29304
8074096: Disable (most) native warnings in JDK on a per-library basis
Reviewed-by: erikj, tbell
mchung [Fri, 06 Mar 2015 11:00:42 -0800] rev 29303
8074430: Move policytool to jdk.policytool module
Reviewed-by: alanb, weijun, erikj, ihse
mchung [Fri, 06 Mar 2015 09:11:22 -0800] rev 29302
8074429: Move jar, jarsigner tool to jdk.jartool module
Reviewed-by: alanb, weijun, erikj, ihse
mchung [Fri, 06 Mar 2015 09:02:09 -0800] rev 29301
8074428: Move pack200, unpack200, libpack200 to jdk.pack200
Reviewed-by: alanb, weijun, erikj, ihse
katleman [Thu, 12 Mar 2015 13:35:02 -0700] rev 29300
Added tag jdk9-b54 for changeset 04b3a5821c0d
duke [Wed, 05 Jul 2017 20:23:32 +0200] rev 29299
Added tag jdk9-b54 for changeset 82cd31c5d6ca
duke [Wed, 05 Jul 2017 20:23:32 +0200] rev 29298
Merge
duke [Wed, 05 Jul 2017 20:23:28 +0200] rev 29297
Merge
lana [Thu, 05 Mar 2015 15:24:15 -0800] rev 29296
Merge
mcimadamore [Thu, 05 Mar 2015 15:03:07 +0000] rev 29295
8073432: Object.getClass() throws stackless NPE, due to C2 intrinsic
Summary: Javac should generate NPE checks using Objects.requireNonNull if -target >= 7
Reviewed-by: jlahoda
Contributed-by: aleksey.shipilev@oracle.com
mcimadamore [Thu, 05 Mar 2015 13:10:49 +0000] rev 29294
8073645: Add lambda-based lazy eval versions of Assert.check methods
Summary: Enhance Assert so that lazy string computation can occurr where needed; enhance static roding rule checkers to make sure the right version of the method is called.
Reviewed-by: jlahoda
sadayapalam [Mon, 02 Mar 2015 10:41:08 +0530] rev 29293
8071453: Allow interface methods to be private
Reviewed-by: mcimadamore
Contributed-by: maurizio.cimadamore@oracle.com, srikanth.adayapalam@oracle.com
mcimadamore [Fri, 27 Feb 2015 18:20:33 +0000] rev 29292
8073842: Invalid method reference when referencing a method on a wildcard type
Summary: Method rteference lookup logic doesn't skip type-variables as required by javac.
Reviewed-by: jlahoda
mcimadamore [Fri, 27 Feb 2015 11:51:53 +0000] rev 29291
8073550: java* tools: replace obj.getClass hacks with Assert.checkNonNull or Objects.requireNonNull
Summary: replace getClass() with approapriate NPE checks
Reviewed-by: jjg
Contributed-by: aleksey.shipilev@oracle.com
katleman [Thu, 05 Mar 2015 11:26:21 -0800] rev 29290
Added tag jdk9-b53 for changeset 569659e4dc38
duke [Wed, 05 Jul 2017 20:23:23 +0200] rev 29289
Merge
katleman [Thu, 05 Mar 2015 11:26:16 -0800] rev 29288
Added tag jdk9-b53 for changeset eccafe6808d1
duke [Wed, 05 Jul 2017 20:23:19 +0200] rev 29287
Merge
katleman [Thu, 05 Mar 2015 11:26:16 -0800] rev 29286
Added tag jdk9-b53 for changeset 6be67f434046
duke [Wed, 05 Jul 2017 20:23:16 +0200] rev 29285
Merge
lana [Thu, 05 Mar 2015 15:22:39 -0800] rev 29284
Merge
attila [Thu, 05 Mar 2015 15:43:43 +0100] rev 29283
8035712: Restore some of the RuntimeCallSite specializations
Reviewed-by: hannesw, lagergren
attila [Mon, 02 Mar 2015 14:33:55 +0100] rev 29282
8074031: Canonicalize is-a-JS-string tests
Reviewed-by: hannesw, lagergren
hannesw [Fri, 27 Feb 2015 14:33:47 +0100] rev 29281
8073707: const re-assignment should not reported as a early error
Reviewed-by: sundar, attila
sundar [Fri, 27 Feb 2015 18:03:18 +0530] rev 29280
8074021: Indirect eval fails when used as an element of an array or as a property of an object
Reviewed-by: attila, hannesw
katleman [Thu, 05 Mar 2015 11:26:22 -0800] rev 29279
Added tag jdk9-b53 for changeset 1582f6df75ee
duke [Wed, 05 Jul 2017 20:23:10 +0200] rev 29278
Merge
katleman [Thu, 05 Mar 2015 11:26:13 -0800] rev 29277
Added tag jdk9-b53 for changeset 92bf22ed0621
duke [Wed, 05 Jul 2017 20:23:07 +0200] rev 29276
Merge
lana [Thu, 05 Mar 2015 15:23:22 -0800] rev 29275
Merge
chegar [Thu, 05 Mar 2015 17:04:47 +0000] rev 29274
8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
Reviewed-by: rriggs, smarks
sjiang [Thu, 05 Mar 2015 14:54:07 +0100] rev 29273
8073148: "The server has decided to close this client connection" repeated continuously
Reviewed-by: jbachorik
dsamersoff [Thu, 05 Mar 2015 05:06:00 -0800] rev 29272
8030708: warnings from b119 for jdk/src/share/back: JNI exception pending
Summary: Added some more checks for pending exception
Reviewed-by: dholmes, sspitsyn
chegar [Thu, 05 Mar 2015 09:38:45 +0000] rev 29271
8068260: java/io/Serializable/clearHandleTable/ClearHandleTable.java timed out
Reviewed-by: rriggs, smarks
bpb [Wed, 04 Mar 2015 15:05:41 -0800] rev 29270
8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
smarks [Wed, 04 Mar 2015 13:22:45 -0800] rev 29269
8073923: Files.lines() documentation needs clarification
Reviewed-by: darcy, alanb
igerasim [Wed, 04 Mar 2015 13:44:18 +0300] rev 29268
8074067: (bf) Re-examine java.base/share/native/libjava/Bits.c
Reviewed-by: alanb, martin
weijun [Wed, 04 Mar 2015 16:26:49 +0800] rev 29267
8048610: Implement regression test for bug fix of 4686632 in JCE
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
xuelei [Wed, 04 Mar 2015 08:10:23 +0000] rev 29266
8050371: More MessageDigest tests
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
weijun [Wed, 04 Mar 2015 10:12:25 +0800] rev 29265
8048360: Test signed jar files
Reviewed-by: weijun
Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
juh [Tue, 03 Mar 2015 14:16:49 -0800] rev 29264
8054037: Improve tracing for java.security.debug=certpath
8055207: keystore and truststore debug output could be much better
Reviewed-by: mullan, coffeys, jnimeh
prr [Tue, 03 Mar 2015 08:49:13 -0800] rev 29263
Merge
prr [Mon, 23 Feb 2015 10:47:32 -0800] rev 29262
Merge
serb [Thu, 19 Feb 2015 18:47:55 +0300] rev 29261
8072665: SoundLibraries.gmk and SoundDefs.h: remove isSigned8() dead code
Reviewed-by: erikj, ihse, alexsch
aivanov [Thu, 19 Feb 2015 12:50:32 +0000] rev 29260
8056915: Focus lost in applet when browser window is minimized and restored
Reviewed-by: ant, dtitov, dcherepanov
van [Wed, 18 Feb 2015 11:15:24 -0800] rev 29259
8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
Reviewed-by: ptbrunet, serb
serb [Wed, 18 Feb 2015 16:59:51 +0300] rev 29258
8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
Reviewed-by: azvegint, prr
ddehaven [Tue, 17 Feb 2015 11:50:06 -0800] rev 29257
Merge
anashaty [Tue, 17 Feb 2015 19:56:15 +0300] rev 29256
8072069: Toolkit.getScreenInsets() doesn't update if insets change
Reviewed-by: serb, azvegint
serb [Mon, 16 Feb 2015 20:01:17 +0300] rev 29255
8039269: images/cursors should not be in ${java.home}/lib
Reviewed-by: mchung, alanb, erikj
anashaty [Mon, 16 Feb 2015 19:10:05 +0300] rev 29254
8072676: [macosx] Jtree icon painted over label when scrollbars present in window
Reviewed-by: serb, alexsch
neugens [Mon, 16 Feb 2015 10:34:52 +0100] rev 29253
8072905: Fix copyright year for test from JDK-8071705
Summary: Test was pushed with wrong copyright year
Reviewed-by: alexsch
serb [Sat, 14 Feb 2015 21:05:41 +0300] rev 29252
8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace
Reviewed-by: prr, serb
Contributed-by: prasanta.sadhukhan@oracle.com
asaha [Thu, 12 Feb 2015 14:56:30 -0800] rev 29251
Merge
van [Wed, 11 Feb 2015 16:22:29 -0800] rev 29250
8068518: IllegalArgumentException in JTree.AccessibleJTree
Reviewed-by: alexsch, ptbrunet
ssides [Wed, 11 Feb 2015 15:10:33 +0300] rev 29249
8044394: javadoc for BasicOptionPaneUI.addMessageComponents() has typo and grammar errors
Summary: Fix typos in javadoc of BasicOptionPaneUI.addMessageComponents()
Reviewed-by: alexsch, serb
neugens [Wed, 11 Feb 2015 07:54:39 +0100] rev 29248
8071705: Java application menu misbehaves when running multiple screen stacked vertically
Summary: JMenu miscalculates the position of the Popup origin when on multiple monitors stacked vertically
Reviewed-by: alexsch
amurillo [Tue, 03 Mar 2015 06:23:50 -0800] rev 29247
Merge
amurillo [Fri, 27 Feb 2015 07:34:27 -0800] rev 29246
Merge
ctornqvi [Mon, 23 Feb 2015 05:01:33 -0800] rev 29245
Merge
jbachorik [Wed, 18 Feb 2015 17:50:41 +0100] rev 29244
8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
Reviewed-by: sspitsyn, sla
psandoz [Tue, 03 Mar 2015 12:30:48 +0100] rev 29243
8071479: Stream and lambdafication improvements to j.u.regex.Matcher
Reviewed-by: smarks, briangoetz, sherman
igerasim [Tue, 03 Mar 2015 10:30:44 +0300] rev 29242
8074066: Useless code in share/native/libjava/VM.c
Reviewed-by: mchung
kvn [Mon, 02 Mar 2015 17:36:56 -0800] rev 29241
Merge
kvn [Mon, 02 Mar 2015 15:15:15 -0800] rev 29240
Merge
kvn [Mon, 02 Mar 2015 10:09:03 -0800] rev 29239
Merge
kvn [Thu, 26 Feb 2015 10:56:26 -0800] rev 29238
Merge
aph [Fri, 06 Feb 2015 10:14:59 -0800] rev 29237
8072053: AARCH64: remove src/java.base/unix/native/libjli/aarch64/jvm.cfg
Reviewed-by: kvn
kvn [Tue, 20 Jan 2015 15:22:24 -0800] rev 29236
Merge
kvn [Thu, 11 Dec 2014 15:05:41 -0800] rev 29235
Merge
kvn [Fri, 21 Nov 2014 14:58:29 -0800] rev 29234
Merge
aph [Thu, 13 Nov 2014 15:45:45 -0800] rev 29233
8064594: AARCH64: JDK changes
Reviewed-by: dholmes, twisti, kvn
darcy [Mon, 02 Mar 2015 16:06:58 -0800] rev 29232
8074126: Correct @see cross-refs to the JLS in java.lang[.annotation]
Reviewed-by: lancea
bchristi [Mon, 02 Mar 2015 13:37:30 -0800] rev 29231
8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
Reviewed-by: alanb, erikj, ihse, mchung
dfuchs [Mon, 02 Mar 2015 14:46:10 +0100] rev 29230
8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
Summary: Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.
Reviewed-by: rriggs, scolebourne
erikj [Mon, 02 Mar 2015 14:18:05 +0100] rev 29229
8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris
Reviewed-by: ihse
igerasim [Mon, 02 Mar 2015 11:07:47 +0300] rev 29228
8055915: (ch) FileDispatcherImpl.truncate0 should use SetFileInformationByHandle [win]
Reviewed-by: alanb
okutsu [Mon, 02 Mar 2015 11:48:08 +0900] rev 29227
8072602: Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
Reviewed-by: peytoia
redestad [Sat, 28 Feb 2015 13:17:13 +0100] rev 29226
8073497: Lazy conversion of ZipEntry time
Reviewed-by: sherman, plevart
weijun [Sat, 28 Feb 2015 10:47:07 +0800] rev 29225
8074018: Named extension not recognized in keytool -ext honored after 8073182
Reviewed-by: mullan
bpb [Fri, 27 Feb 2015 14:36:03 -0800] rev 29224
8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
Summary: Remove restriction to blocking case
Reviewed-by: alanb, chegar
chegar [Fri, 27 Feb 2015 18:12:07 +0000] rev 29223
8074043: java.util.Arrays setAll and parallelSetAll subrange note
Reviewed-by: smarks
rriggs [Fri, 27 Feb 2015 10:09:06 -0500] rev 29222
8044051: Test jdk/lambda/vm/InterfaceAccessFlagsTest.java gets IOException during compilation
Summary: create the gen-separate directory in the current directory to improve robustness
Reviewed-by: darcy
vlivanov [Fri, 27 Feb 2015 18:03:21 +0300] rev 29221
8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
Reviewed-by: psandoz
chegar [Fri, 27 Feb 2015 11:45:07 +0000] rev 29220
8074022: Serialization should issue a freeze action after reconstituting a graph that contains objects with final fields
Reviewed-by: dholmes, plevart, psandoz
ihse [Fri, 27 Feb 2015 11:56:42 +0100] rev 29219
8072842: Add support for building native JTReg tests
Reviewed-by: erikj, sla
psandoz [Fri, 27 Feb 2015 09:58:25 +0100] rev 29218
8071600: Add a flat-mapping collector
Reviewed-by: smarks, chegar, briangoetz
katleman [Thu, 05 Mar 2015 11:26:17 -0800] rev 29217
Added tag jdk9-b53 for changeset 4bb4756ceb9c
duke [Wed, 05 Jul 2017 20:22:50 +0200] rev 29216
Merge
lana [Thu, 05 Mar 2015 15:21:35 -0800] rev 29215
Merge
aph [Tue, 03 Mar 2015 17:56:33 +0000] rev 29214
8074349: AARCH64: C2 generates poor code for some byte and character stores
Summary: Use iRegIorL2I as src input for char and byte stores.
Reviewed-by: kvn
amurillo [Tue, 03 Mar 2015 06:23:49 -0800] rev 29213
Merge
amurillo [Fri, 27 Feb 2015 07:34:26 -0800] rev 29212
Merge
jwilhelm [Thu, 26 Feb 2015 19:32:03 +0100] rev 29211
Merge
sjohanss [Thu, 11 Dec 2014 09:56:57 +0100] rev 29210
8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
Summary: Crashes were caused by not disabling UseMemSetInBOT as should be done on sparc. Added support for picking up blkinit as a platform feature if available on Linux sparc. This is needed to avoid enabling UseMemSetInBOT when running on this platform.
Reviewed-by: jwilhelm, brutisso
jwilhelm [Mon, 23 Feb 2015 18:40:04 +0100] rev 29209
Merge
stefank [Fri, 20 Feb 2015 13:54:42 +0100] rev 29208
8073543: Circular include dependency between psScavenge.inline.hpp and psPromotionManager.inline.hpp
Reviewed-by: brutisso, mgerdin
goetz [Fri, 20 Feb 2015 22:22:39 +0100] rev 29207
8071822: [TEST_BUG] Adapt collectorPolicy internal tests to support 64K pages
Summary: This fixes jtreg test ExecuteInternalVMTests.java for OSes with bigger default page sizes.
Reviewed-by: jmasa
stefank [Fri, 20 Feb 2015 17:08:48 +0000] rev 29206
Merge
stefank [Fri, 20 Feb 2015 15:47:22 +0000] rev 29205
Merge
stefank [Fri, 20 Feb 2015 15:23:01 +0100] rev 29204
8073554: Remove unnecessary includes of markSweep[.inline].hpp
Reviewed-by: tschatzl, coleenp
tschatzl [Fri, 20 Feb 2015 16:07:12 +0100] rev 29203
8058446: G1 Hot card cache should use ArrayAllocator to allocate the cache array
Summary: Allocate large hot card caches using OS functions instead of the C heap to avoid native memory exhaustion.
Reviewed-by: mgerdin, jwilhelm
mgerdin [Fri, 20 Feb 2015 12:43:46 +0100] rev 29202
8073532: jmap -heap fails after generation array removal
Summary: Fix field accessor code in the SA
Reviewed-by: jwilhelm, brutisso
stefank [Wed, 18 Feb 2015 10:28:27 +0100] rev 29201
8073389: Remove the include of resourceArea.hpp from classFileParser.hpp
Reviewed-by: coleenp, dholmes
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 29200
8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by: kbarrett, mgerdin
stefank [Wed, 18 Feb 2015 09:22:37 +0100] rev 29199
8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp
Reviewed-by: mgerdin, coleenp
ctornqvi [Mon, 23 Feb 2015 05:01:11 -0800] rev 29198
Merge
dholmes [Wed, 18 Feb 2015 22:19:47 -0500] rev 29197
8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp
Reviewed-by: bdelsart, dlong, hseigel, coleenp
erikj [Wed, 18 Feb 2015 11:25:34 +0100] rev 29196
8072904: building jdk9 with jdk9 boot jdk can cause failure or incorrect results
Reviewed-by: dholmes, dlong
adinn [Mon, 02 Mar 2015 10:31:52 -0800] rev 29195
8074119: [AARCH64] stage repo misses fixes from several Hotspot changes
Summary: add shared code changes from 8059606, 8069230, 8068976, 8068977, 8072911 and 8071805
Reviewed-by: aph, kvn
kvn [Mon, 02 Mar 2015 10:09:33 -0800] rev 29194
Merge
kvn [Thu, 26 Feb 2015 10:56:54 -0800] rev 29193
Merge
aph [Fri, 06 Feb 2015 10:36:46 -0800] rev 29192
8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
Summary: Apply the fix for 8068655 to the AArch64 sources.
Reviewed-by: kvn
aph [Fri, 06 Feb 2015 10:21:46 -0800] rev 29191
8072698: Add AArch64 support to hsdis
Reviewed-by: kvn
aph [Thu, 05 Feb 2015 11:47:33 -0800] rev 29190
8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
Summary: Use iReg<X>NoSp registers operands where required.
Reviewed-by: kvn, adinn, enevill
enevill [Mon, 02 Feb 2015 11:29:37 -0800] rev 29189
8072129: [AARCH64] missing fix for 8066900
Summary: add 8066900 fix to arm64 code.
Reviewed-by: kvn
aph [Tue, 27 Jan 2015 20:49:11 +0100] rev 29188
8071688: AARCH64: SIGSEGV in MethodData::next_data(ProfileData*)
Summary: Apply the fix for 8039975 to the AArch64 sources.
Reviewed-by: kvn, roland
enevill [Mon, 26 Jan 2015 09:50:48 -0800] rev 29187
8071563: AARCH64 staging fail to build
Summary: Fixed build problem after merge 8064457 changes.
Reviewed-by: kvn, goetz
aph [Wed, 21 Jan 2015 14:38:48 -0800] rev 29186
8069593: Changes to JavaThread::_thread_state must use acquire and release
Reviewed-by: kvn, dlong
kvn [Tue, 20 Jan 2015 15:24:58 -0800] rev 29185
Merge
aph [Tue, 20 Jan 2015 12:47:43 -0800] rev 29184
8068053: AARCH64: C1 and C2 compilers
Summary: add src/cpu/aarch64/vm/* C1 and C2 files
Reviewed-by: kvn, roland
aph [Tue, 20 Jan 2015 11:34:17 -0800] rev 29183
8068054: AARCH64: Assembler interpreter, shared runtime
Summary: add src/cpu/aarch64/vm/* interpreter, shared runtime files.
Reviewed-by: kvn, roland, coleenp, twisti
aph [Thu, 15 Jan 2015 11:17:47 -0800] rev 29182
8068055: AARCH64: os_cpu
Summary: add src/os_cpu/linux_aarch64/vm/* files
Reviewed-by: kvn, roland, dholmes
kvn [Thu, 11 Dec 2014 15:06:12 -0800] rev 29181
Merge
aph [Thu, 11 Dec 2014 13:11:53 -0800] rev 29180
8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/
Reviewed-by: dholmes, goetz, dlong, coleenp, kvn
ihse [Fri, 27 Feb 2015 11:56:34 +0100] rev 29179
8072842: Add support for building native JTReg tests
Reviewed-by: erikj, sla
katleman [Thu, 05 Mar 2015 11:26:13 -0800] rev 29178
Added tag jdk9-b53 for changeset 9bbd69ad1f34
lana [Thu, 05 Mar 2015 15:21:11 -0800] rev 29177
Merge
erikj [Thu, 05 Mar 2015 10:29:36 +0100] rev 29176
8074395: Random build failures in javadoc on Solaris
Reviewed-by: tbell
srl [Wed, 04 Mar 2015 09:45:12 -0800] rev 29175
8074048: ccache 1.3.10 still not detected properly
Summary: Fix configure to detect ccache 1.3.10 properly
Reviewed-by: erikj
Contributed-by: steven.loomis@oracle.com
erikj [Wed, 04 Mar 2015 11:00:04 +0100] rev 29174
8074091: Remove dead code from merge mistake in JavaCompilation.gmk
Reviewed-by: ihse
ihse [Wed, 04 Mar 2015 10:47:36 +0100] rev 29173
8074099: Even with toolchain type clang, OBJC is set to gcc
Reviewed-by: erikj, ddehaven
prr [Tue, 03 Mar 2015 08:48:21 -0800] rev 29172
Merge
prr [Mon, 23 Feb 2015 10:47:09 -0800] rev 29171
Merge
ddehaven [Tue, 17 Feb 2015 11:50:02 -0800] rev 29170
Merge
serb [Mon, 16 Feb 2015 20:02:08 +0300] rev 29169
8039269: images/cursors should not be in ${java.home}/lib
Reviewed-by: mchung, alanb, erikj
kvn [Mon, 02 Mar 2015 15:15:02 -0800] rev 29168
Merge
kvn [Mon, 02 Mar 2015 10:08:47 -0800] rev 29167
Merge
kvn [Thu, 26 Feb 2015 10:56:01 -0800] rev 29166
Merge
kvn [Tue, 20 Jan 2015 15:22:10 -0800] rev 29165
Merge
dlong [Thu, 15 Jan 2015 15:12:38 -0500] rev 29164
8068927: AARCH64: better handling of aarch64- triples
Summary: convert aarch64- to arm-, let upstream code do the work, then convert back to aarch64-
Reviewed-by: ihse
kvn [Thu, 11 Dec 2014 15:05:06 -0800] rev 29163
Merge
kvn [Fri, 21 Nov 2014 14:55:59 -0800] rev 29162
Merge
aph [Fri, 21 Nov 2014 11:24:55 -0800] rev 29161
8064357: AARCH64: Top-level JDK changes
Reviewed-by: ihse, twisti
bchristi [Mon, 02 Mar 2015 13:35:57 -0800] rev 29160
8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
Reviewed-by: alanb, erikj, ihse, mchung
erikj [Mon, 02 Mar 2015 14:18:01 +0100] rev 29159
8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris
Reviewed-by: ihse
ihse [Mon, 02 Mar 2015 13:45:05 +0100] rev 29158
8074055: Improvements in compare.sh from build-infra
Reviewed-by: erikj
erikj [Fri, 27 Feb 2015 17:27:11 +0100] rev 29157
8073965: Bring compare.sh up to date with JDK 9
Reviewed-by: tbell, ihse
ihse [Fri, 27 Feb 2015 11:56:57 +0100] rev 29156
8072842: Add support for building native JTReg tests
Reviewed-by: erikj, sla
katleman [Thu, 05 Mar 2015 11:26:12 -0800] rev 29155
Added tag jdk9-b53 for changeset 6cf7b027c792
duke [Wed, 05 Jul 2017 20:22:23 +0200] rev 29154
Added tag jdk9-b53 for changeset 874d76e4699d
duke [Wed, 05 Jul 2017 20:22:22 +0200] rev 29153
Merge
duke [Wed, 05 Jul 2017 20:22:17 +0200] rev 29152
Merge
lana [Thu, 26 Feb 2015 20:17:06 -0800] rev 29151
Merge
jjg [Wed, 25 Feb 2015 14:35:39 -0800] rev 29150
8041628: Javadoc cross-compilation problem
Reviewed-by: jjg
Contributed-by: duboscq@ssw.jku.at
jlahoda [Tue, 24 Feb 2015 16:11:59 +0100] rev 29149
8067886: Inaccessible nested classes can be incorrectly imported
Summary: Check type accessibility at the point of import when importing the type using type-import-on-demand.
Reviewed-by: mcimadamore, jfranck
juh [Mon, 23 Feb 2015 11:42:16 -0800] rev 29148
8072663: Remove the sun.security.acl package which is not used in the JDK
Reviewed-by: mullan, alanb, mchung
mcimadamore [Mon, 23 Feb 2015 13:02:37 +0000] rev 29147
8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
Summary: Compiler tests for .isCompound but then cast to a more specific Type subclass, resulting in CCE
Reviewed-by: vromero, jlahoda
dlsmith [Fri, 20 Feb 2015 17:05:13 -0700] rev 29146
8039214: Inference should not map capture variables to their upper bounds
Summary: Update to Types.containsType; related adjustment to most-specific test
Reviewed-by: mcimadamore, vromero
katleman [Thu, 26 Feb 2015 15:58:16 -0800] rev 29145
Added tag jdk9-b52 for changeset ff6339407acb
duke [Wed, 05 Jul 2017 20:22:09 +0200] rev 29144
Merge
lana [Thu, 26 Feb 2015 20:17:21 -0800] rev 29143
Merge
mchung [Wed, 25 Feb 2015 14:51:12 -0800] rev 29142
8073361: Missing doPrivileged in com.sun.xml.internal.bind.v2.ClassFactory
Reviewed-by: mullan, mkos
mchung [Tue, 24 Feb 2015 12:45:47 -0800] rev 29141
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
Reviewed-by: alanb, chegar
mchung [Fri, 20 Feb 2015 09:15:59 -0800] rev 29140
8073374: Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
Reviewed-by: lancea, mkos
katleman [Thu, 26 Feb 2015 15:57:49 -0800] rev 29139
Added tag jdk9-b52 for changeset 65feae01b278
duke [Wed, 05 Jul 2017 20:22:03 +0200] rev 29138
Merge
katleman [Thu, 26 Feb 2015 15:57:44 -0800] rev 29137
Added tag jdk9-b52 for changeset 991394bd2448
duke [Wed, 05 Jul 2017 20:21:57 +0200] rev 29136
Merge
lana [Thu, 26 Feb 2015 20:16:58 -0800] rev 29135
Merge
attila [Fri, 20 Feb 2015 17:18:47 +0100] rev 29134
8073560: Update BuildNashorn.gmk to require source/target 8 for jdk9 build
Reviewed-by: sundar
attila [Fri, 20 Feb 2015 15:47:28 +0100] rev 29133
8072426: Can't compare Java objects to strings or numbers
Reviewed-by: hannesw, lagergren, sundar
katleman [Thu, 26 Feb 2015 15:58:18 -0800] rev 29132
Added tag jdk9-b52 for changeset 1a9a6f8f71f6
duke [Wed, 05 Jul 2017 20:21:51 +0200] rev 29131
Merge
lana [Thu, 26 Feb 2015 20:19:29 -0800] rev 29130
Merge
mchung [Tue, 24 Feb 2015 12:45:34 -0800] rev 29129
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
Reviewed-by: alanb, chegar
katleman [Thu, 26 Feb 2015 15:57:37 -0800] rev 29128
Added tag jdk9-b52 for changeset cda0ffc99002
duke [Wed, 05 Jul 2017 20:21:44 +0200] rev 29127
Merge
lana [Thu, 26 Feb 2015 20:18:40 -0800] rev 29126
Merge
darcy [Thu, 26 Feb 2015 18:02:49 -0800] rev 29125
8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified
Reviewed-by: lancea
lpriima [Thu, 26 Feb 2015 18:50:02 -0500] rev 29124
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
Reviewed-by: dholmes
sherman [Thu, 26 Feb 2015 14:40:43 -0800] rev 29123
8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
Summary: to use module's runtime filesystem to iterate the class files
Reviewed-by: alanb
vinnie [Thu, 26 Feb 2015 16:29:49 +0000] rev 29122
8073955: Update java.security.debug help text to reflect recent enhancements for debugging
Reviewed-by: mullan
coffeys [Thu, 26 Feb 2015 09:36:30 +0000] rev 29121
8071447: IBM1166 Locale Request for Kazakh characters
Reviewed-by: sherman
weijun [Thu, 26 Feb 2015 08:08:52 +0800] rev 29120
8073853: KeyToolTest.java has too many too long lines
Reviewed-by: mullan
sherman [Wed, 25 Feb 2015 13:04:31 -0800] rev 29119
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Summary: to enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Reviewed-by: alanb, mchung
msheppar [Wed, 25 Feb 2015 19:36:29 +0000] rev 29118
8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
Reviewed-by: rriggs, alanb
dfuchs [Wed, 25 Feb 2015 18:41:07 +0100] rev 29117
8072645: java.util.logging should use java.time to get more precise time stamps
Summary: j.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant.
Reviewed-by: scolebourne, plevart, rriggs
Contributed-by: daniel.fuchs@oracle.com, peter.levart@gmail.com
msheppar [Wed, 25 Feb 2015 17:24:13 +0000] rev 29116
8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
Reviewed-by: rriggs
msheppar [Wed, 25 Feb 2015 17:05:56 +0000] rev 29115
8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
Reviewed-by: alanb, chegar
ksrini [Wed, 25 Feb 2015 06:21:55 -0800] rev 29114
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
Reviewed-by: coleenp, dholmes
jfranck [Wed, 25 Feb 2015 14:30:02 +0100] rev 29113
8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
Reviewed-by: ahgross, mchung, psandoz
coffeys [Wed, 25 Feb 2015 11:44:53 +0000] rev 29112
7178362: Socket impls should ignore unsupported proxy types rather than throwing
Reviewed-by: chegar
weijun [Wed, 25 Feb 2015 18:30:29 +0800] rev 29111
8073182: keytool may generate duplicate extensions
Reviewed-by: mullan
weijun [Wed, 25 Feb 2015 18:30:07 +0800] rev 29110
8073181: keytool -ext honored not working correctly
Reviewed-by: mullan
mchung [Tue, 24 Feb 2015 12:45:56 -0800] rev 29109
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
Reviewed-by: alanb, chegar
dfuchs [Tue, 24 Feb 2015 21:51:45 +0100] rev 29108
8073394: Clock.systemUTC() should return a constant
Summary: Clock.systemUTC() now returns SystemClock.UTC
Reviewed-by: scolebourne, rriggs, plevart, lancea
amurillo [Tue, 24 Feb 2015 10:52:02 -0800] rev 29107
Merge
amurillo [Fri, 20 Feb 2015 14:14:09 -0800] rev 29106
Merge
ctornqvi [Wed, 18 Feb 2015 19:28:08 -0800] rev 29105
Merge
jbachorik [Mon, 16 Feb 2015 10:53:49 +0100] rev 29104
8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
Reviewed-by: dholmes, sla
igerasim [Tue, 24 Feb 2015 19:50:17 +0300] rev 29103
8073779: StackOverflowError called StackOverflowException in javadoc
Reviewed-by: martin
sla [Tue, 24 Feb 2015 10:56:48 +0100] rev 29102
8073713: javadoc warnings in serviceability code
Reviewed-by: mgronlun, alanb, sspitsyn
jmanson [Tue, 24 Feb 2015 09:46:29 +0100] rev 29101
6588467: Add isDaemon() and getPriority() to ThreadInfo
Reviewed-by: mchung, sla, dholmes, martin
juh [Mon, 23 Feb 2015 11:40:48 -0800] rev 29100
8072663: Remove the sun.security.acl package which is not used in the JDK
Reviewed-by: mullan, alanb, mchung
mchung [Mon, 23 Feb 2015 08:46:07 -0800] rev 29099
8062750: Separate SNMP messages from sun.management.resources.agent
Reviewed-by: alanb, dfuchs, erikj
chegar [Mon, 23 Feb 2015 17:22:56 +0000] rev 29098
8073667: URL should not use service loader to lookup the jar protocol handler
Reviewed-by: alanb
chegar [Mon, 23 Feb 2015 15:48:20 +0000] rev 29097
8064924: Update java.net.URL to work with modules
Reviewed-by: alanb, plevart, psandoz
erikj [Mon, 23 Feb 2015 11:37:36 +0100] rev 29096
8073498: Enhance GensrcProperties.gmk to allow an alternative source root
Reviewed-by: tbell, mchung, ihse
redestad [Sat, 21 Feb 2015 13:46:24 +0100] rev 29095
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
Reviewed-by: coffeys, sherman
shade [Fri, 20 Feb 2015 18:32:10 +0300] rev 29094
8073479: Replace obj.getClass hacks with Objects.requireNonNull
Reviewed-by: dfuchs, plevart, vlivanov
katleman [Thu, 26 Feb 2015 15:58:06 -0800] rev 29093
Added tag jdk9-b52 for changeset 8a11fed0d1a0
duke [Wed, 05 Jul 2017 20:21:34 +0200] rev 29092
Merge
lana [Thu, 26 Feb 2015 20:17:34 -0800] rev 29091
Merge
amurillo [Fri, 20 Feb 2015 14:14:08 -0800] rev 29090
Merge
vlivanov [Thu, 19 Feb 2015 11:12:59 -0800] rev 29089
Merge
iveresov [Tue, 17 Feb 2015 21:46:39 +0000] rev 29088
Merge
iveresov [Tue, 17 Feb 2015 11:00:18 -0800] rev 29087
8072753: Nondeterministic wrong answer on arithmetic
Summary: Check for overflow when inverting the loop during the counted loop conversion
Reviewed-by: kvn
drchase [Tue, 17 Feb 2015 13:54:53 -0500] rev 29086
8069412: Locks need better debug-printing support
Summary: Added better debug-printing support and enhanced LogCompilation tool
Reviewed-by: kvn, roland, dholmes
jwilhelm [Thu, 19 Feb 2015 12:56:50 +0100] rev 29085
Merge
stefank [Wed, 18 Feb 2015 08:57:29 +0100] rev 29084
8073387: Move VerifyOopClosures out from genOopClosures.hpp
Reviewed-by: brutisso, mgerdin, coleenp
jwilhelm [Mon, 16 Feb 2015 21:24:39 +0100] rev 29083
Merge
sangheki [Mon, 16 Feb 2015 08:38:23 -0800] rev 29082
8073115: assert(_covered_region.contains(p)) needs better error messages
Summary: Changed to print out related values
Reviewed-by: jwilhelm, brutisso, stefank
stefank [Fri, 13 Feb 2015 14:37:35 +0100] rev 29081
8072911: Remove includes of oop.inline.hpp from .hpp files
Reviewed-by: brutisso, coleenp, jwilhelm, simonis, dholmes
stefank [Tue, 10 Feb 2015 17:16:17 +0100] rev 29080
8072910: Move the g1EvacFailure.hpp implementation to g1EvacFailure.cpp
Reviewed-by: jwilhelm, tschatzl
mlarsson [Fri, 13 Feb 2015 10:31:52 +0100] rev 29079
8066771: Refactor VM GC operations caused by allocation failure
Reviewed-by: brutisso, jmasa
mlarsson [Fri, 13 Feb 2015 09:48:49 +0100] rev 29078
8072621: Clean up around VM_GC_Operations
Reviewed-by: brutisso, jmasa
ctornqvi [Wed, 18 Feb 2015 19:27:49 -0800] rev 29077
Merge
hseigel [Tue, 17 Feb 2015 13:19:23 -0500] rev 29076
8068687: Remove meta-index support and cleanup hotspot code for rt.jar etc in non-modular jdk image
Summary: Remove the meta-index code and rt.jar code and comments
Reviewed-by: mchung, gtriantafill
cjplummer [Sat, 14 Feb 2015 08:53:57 -0800] rev 29075
8073167: Undo change to -retain argument in hotspot/test/Makefile
Summary: -retain:all changed back to -retain:fail,error
Reviewed-by: stefank
ctornqvi [Sat, 14 Feb 2015 00:03:48 +0000] rev 29074
Merge
ctornqvi [Fri, 13 Feb 2015 15:05:30 -0800] rev 29073
Merge
jiangli [Fri, 13 Feb 2015 20:33:25 +0000] rev 29072
Merge
cjplummer [Wed, 11 Feb 2015 15:22:43 -0800] rev 29071
8054888: Runtime: Add Diagnostic Command that prints the class hierarchy
Summary: Added the VM.class_hierarhcy DCMD
Reviewed-by: stefank, miauno
dcubed [Fri, 13 Feb 2015 10:01:42 -0800] rev 29070
8061553: Contended Locking fast enter bucket
Summary: JEP-143/JDK-8061553 Contended Locking fast enter bucket
Reviewed-by: dholmes, acorn
Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
ykantser [Fri, 13 Feb 2015 13:17:13 +0100] rev 29069
8073132: Eliminate ProcessTools.getProcessId dependency on sun.management.VMManagement
Reviewed-by: jbachorik, dfuchs, mchung
dholmes [Fri, 13 Feb 2015 06:23:48 -0500] rev 29068
8072935: Fix missing newline at end of file after 8067447
Reviewed-by: dholmes, dlong
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
katleman [Thu, 26 Feb 2015 15:57:41 -0800] rev 29067
Added tag jdk9-b52 for changeset d638088414a8
lana [Thu, 26 Feb 2015 20:16:43 -0800] rev 29066
Merge
ihse [Wed, 25 Feb 2015 14:50:07 +0100] rev 29065
8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
Reviewed-by: erikj
ihse [Wed, 25 Feb 2015 14:48:41 +0100] rev 29064
8073862: BASIC_FIXUP_EXECUTABLE should not fail on empty path
Reviewed-by: erikj
ihse [Wed, 25 Feb 2015 11:04:14 +0100] rev 29063
8073231: Add convenient way of adding custom configure options to jprt
Reviewed-by: erikj, tbell
Contributed-by: ingemar.aberg@oracle.com
juh [Mon, 23 Feb 2015 11:42:54 -0800] rev 29062
8072663: Remove the sun.security.acl package which is not used in the JDK
Reviewed-by: mullan, alanb, mchung
chegar [Mon, 23 Feb 2015 15:51:47 +0000] rev 29061
8064924: Update java.net.URL to work with modules
Reviewed-by: alanb, plevart, psandoz
erikj [Mon, 23 Feb 2015 11:37:14 +0100] rev 29060
8073498: Enhance GensrcProperties.gmk to allow an alternative source root
Reviewed-by: tbell, mchung, ihse
katleman [Thu, 26 Feb 2015 15:57:35 -0800] rev 29059
Added tag jdk9-b52 for changeset e42a1d291fde
duke [Wed, 05 Jul 2017 20:21:14 +0200] rev 29058
Added tag jdk9-b52 for changeset d6224d602145
duke [Wed, 05 Jul 2017 20:21:13 +0200] rev 29057
Merge
duke [Wed, 05 Jul 2017 20:21:08 +0200] rev 29056
Merge
lana [Thu, 19 Feb 2015 16:38:54 -0800] rev 29055
Merge
vromero [Wed, 18 Feb 2015 17:07:06 -0800] rev 29054
8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857
Reviewed-by: mcimadamore, jjg
jlahoda [Tue, 17 Feb 2015 15:39:05 +0100] rev 29053
8067445: New modular image-based file manager skips boot classes
Summary: Taking "sun.boot.class.path" system property into account when constructing bootclasspath for modular images.
Reviewed-by: jjg, mcimadamore
sadayapalam [Mon, 16 Feb 2015 19:14:18 +0530] rev 29052
8073201: Incorrect @bug annotation in checkin for JDK-8069545
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Mon, 16 Feb 2015 12:24:25 +0000] rev 29051
8071241: Investigate alternate strategy for type-checking operators
Summary: Separat operator lookup logic from overload resolution.
Reviewed-by: jjg, jlahoda, sadayapalam
emc [Fri, 13 Feb 2015 17:00:45 -0500] rev 29050
8066725: javac produces classfiles it cannot read
Summary: Revert behavioral changes from 8029012 and 8065132
Reviewed-by: jfranck
katleman [Thu, 19 Feb 2015 11:24:07 -0800] rev 29049
Added tag jdk9-b51 for changeset bf992bd35aad
duke [Wed, 05 Jul 2017 20:21:01 +0200] rev 29048
Merge
katleman [Thu, 19 Feb 2015 11:24:01 -0800] rev 29047
Added tag jdk9-b51 for changeset 2815ad059e8d
duke [Wed, 05 Jul 2017 20:20:55 +0200] rev 29046
Merge
katleman [Thu, 19 Feb 2015 11:24:00 -0800] rev 29045
Added tag jdk9-b51 for changeset c7d0c39dd761
duke [Wed, 05 Jul 2017 20:20:49 +0200] rev 29044
Merge
katleman [Thu, 19 Feb 2015 11:24:08 -0800] rev 29043
Added tag jdk9-b51 for changeset db20db37be55
duke [Wed, 05 Jul 2017 20:20:43 +0200] rev 29042
Merge
lana [Thu, 19 Feb 2015 16:36:35 -0800] rev 29041
Merge
msheppar [Mon, 16 Feb 2015 00:12:13 +0000] rev 29040
8068682: Deprivilege/move java.corba to the ext class loader
Reviewed-by: alanb, mchung
katleman [Thu, 19 Feb 2015 11:23:57 -0800] rev 29039
Added tag jdk9-b51 for changeset 1ede1e98cd63
duke [Wed, 05 Jul 2017 20:20:37 +0200] rev 29038
Merge
lana [Thu, 19 Feb 2015 16:38:11 -0800] rev 29037
Merge
mchung [Wed, 18 Feb 2015 18:14:41 -0800] rev 29036
8072656: test/java/lang/reflect/Proxy/ClassRestrictions.java assumes app class loader be URLClassLoader
Reviewed-by: lancea, alanb
mchung [Wed, 18 Feb 2015 08:59:55 -0800] rev 29035
8073373: Remove redundant imports from sun/applet/AppletProps.java
Reviewed-by: serb
amurillo [Wed, 18 Feb 2015 09:14:48 -0800] rev 29034
Merge
amurillo [Mon, 16 Feb 2015 08:47:40 -0800] rev 29033
Merge
ctornqvi [Fri, 13 Feb 2015 05:17:57 -0800] rev 29032
Merge
jbachorik [Thu, 12 Feb 2015 17:28:58 +0000] rev 29031
Merge
jbachorik [Thu, 12 Feb 2015 17:01:10 +0100] rev 29030
8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
Reviewed-by: mullan
jbachorik [Thu, 12 Feb 2015 08:33:47 +0100] rev 29029
8069286: Unexpected count of notification in LowMemoryTest
Reviewed-by: mchung
psandoz [Tue, 10 Feb 2015 14:10:32 +0100] rev 29028
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
Reviewed-by: dholmes, kvn, vlivanov
jbachorik [Fri, 16 Jan 2015 18:19:23 +0100] rev 29027
8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
Reviewed-by: mullan
dcubed [Fri, 06 Feb 2015 10:44:57 -0800] rev 29026
Merge
jbachorik [Thu, 11 Dec 2014 10:47:36 +0100] rev 29025
8062303: Remove com.sun.tracing API
Reviewed-by: sla, alanb, mchung, dholmes
vlivanov [Thu, 12 Feb 2015 13:55:05 -0800] rev 29024
Merge
dlong [Sat, 31 Jan 2015 02:42:15 -0500] rev 29023
Merge
vlivanov [Thu, 29 Jan 2015 10:29:49 -0800] rev 29022
8071788: BlockInliningWrapper.asType() is broken
Reviewed-by: jrose
vlivanov [Thu, 29 Jan 2015 10:29:43 -0800] rev 29021
8071787: Don't block inlining when DONT_INLINE_THRESHOLD=0
Reviewed-by: jrose
vlivanov [Thu, 29 Jan 2015 10:27:30 -0800] rev 29020
8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
Reviewed-by: jrose, plevart, forax
vlivanov [Thu, 29 Jan 2015 10:27:30 -0800] rev 29019
8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
Reviewed-by: jrose, kvn
dsamersoff [Wed, 18 Feb 2015 03:45:06 -0800] rev 29018
8072395: sun/tools/jmap/heapconfig/LingeredAppTest.java and sun/tools/jmap/heapconfig/JMapHeapConfigTest.java fail due to LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
Summary: Remove lock age check
Reviewed-by: sla, dholmes, kevinw
dsamersoff [Wed, 18 Feb 2015 03:16:48 -0800] rev 29017
8072835: sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesnt match
Summary: Make sure that maxheapsize is set explicitly in command line
Reviewed-by: sla, ykantser
erikj [Wed, 18 Feb 2015 11:18:00 +0100] rev 29016
8073328: Incremental build of gensrc broken
Reviewed-by: alanb, tbell, dfuchs, sherman
bpb [Tue, 17 Feb 2015 12:02:38 -0800] rev 29015
8073347: javadoc of Formattable messed up by JDK-8019857
Summary: Change sample code formatting to the currently blessed idiom.
Reviewed-by: martin
ddehaven [Tue, 17 Feb 2015 11:44:51 -0800] rev 29014
Merge
ddehaven [Mon, 09 Feb 2015 09:52:48 -0800] rev 29013
Merge
serb [Fri, 06 Feb 2015 19:49:20 +0300] rev 29012
8063066: Some look and feels ignores the JSlider.PaintTrack property
Reviewed-by: ant, azvegint, alexsch
azvegint [Mon, 02 Feb 2015 21:38:19 +0300] rev 29011
8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
Reviewed-by: ant, prr, serb
serb [Thu, 05 Feb 2015 16:16:46 +0300] rev 29010
8062738: Test java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug fails in Windows
Reviewed-by: azvegint, ant
serb [Thu, 05 Feb 2015 14:20:05 +0300] rev 29009
4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
Reviewed-by: bae, prr
prr [Wed, 04 Feb 2015 10:29:51 -0800] rev 29008
8072433: copy/paste duplicated tests in some condition statements
Reviewed-by: bae, serb
prr [Wed, 04 Feb 2015 10:28:40 -0800] rev 29007
6243376: JPEGImageWriter corrupts color for non-JFIF images with differing sample factor
Reviewed-by: bae, serb
prr [Tue, 03 Feb 2015 09:28:21 -0800] rev 29006
8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
Reviewed-by: ihse
dmarkov [Tue, 03 Feb 2015 11:51:30 +0400] rev 29005
8064934: Incorrect Exception message from java.awt.Desktop.open()
Reviewed-by: azvegint, serb
serb [Mon, 02 Feb 2015 18:21:24 +0300] rev 29004
8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
Reviewed-by: alexsch, azvegint
kshefov [Fri, 30 Jan 2015 13:27:33 +0300] rev 29003
8068301: [TEST_BUG] Test javax/swing/JColorChooser/Test4177735.java fails with ArrayIndexOutOfBoundsException with GTKL&F
Reviewed-by: alexsch, azvegint
Contributed-by: shobhit.s.gupta@oracle.com
prr [Thu, 29 Jan 2015 09:34:05 -0800] rev 29002
8071710: [solaris] libfontmanager should be linked against headless awt library
Reviewed-by: ihse, erikj
kshefov [Thu, 29 Jan 2015 14:03:23 +0300] rev 29001
8068292: [TEST_BUG] Test javax/swing/JLayer/6824395/bug6824395.java fails with -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
Reviewed-by: alexsch, azvegint
Contributed-by: shobhit.s.gupta@oracle.com
ddehaven [Wed, 28 Jan 2015 08:14:18 -0800] rev 29000
Merge
ddehaven [Tue, 27 Jan 2015 09:32:45 -0800] rev 28999
Merge
serb [Mon, 26 Jan 2015 16:32:47 +0300] rev 28998
8069015: Re-examine Solaris/Linux java.desktop dependency on java.logging
Reviewed-by: azvegint, ant
azvegint [Mon, 26 Jan 2015 12:37:20 +0300] rev 28997
8071483: Possible case-folding collision for color/Color subdirectories of jdk/test/java/awt/
Reviewed-by: rriggs, serb
prr [Sun, 25 Jan 2015 15:53:46 -0800] rev 28996
8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
Reviewed-by: bae, serb
serb [Fri, 23 Jan 2015 13:47:46 +0300] rev 28995
7185221: [macosx] Regtest should not throw exception if a suitable display mode found
Reviewed-by: azvegint, ant
mcherkas [Thu, 22 Jan 2015 17:42:17 +0400] rev 28994
8065709: Deadlock in awt/logging apparently introduced by 8019623
Reviewed-by: ant, serb
ddehaven [Wed, 21 Jan 2015 12:00:07 -0800] rev 28993
Merge
serb [Wed, 21 Jan 2015 18:04:49 +0300] rev 28992
7056797: The test failed automatically,because throw a ArrayIndexOutOfBoundsException
Reviewed-by: azvegint, alexsch
serb [Wed, 21 Jan 2015 17:54:35 +0300] rev 28991
6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions
Reviewed-by: azvegint, alexsch
anashaty [Tue, 20 Jan 2015 19:26:14 +0300] rev 28990
8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
Reviewed-by: ant, kizune
serb [Tue, 20 Jan 2015 17:01:18 +0300] rev 28989
6515713: example in JFormattedTextField API docs instantiates abstract class
Reviewed-by: azvegint, alexsch
serb [Sat, 17 Jan 2015 20:53:35 +0300] rev 28988
8066132: BufferedImage::getPropertyNames() always returns null
Reviewed-by: prr, flar
serb [Fri, 16 Jan 2015 18:46:16 +0300] rev 28987
8056298: Separate java.awt.datatransfer from the desktop module
Reviewed-by: erikj, alanb, mchung, alexsch
alexsch [Fri, 16 Jan 2015 19:11:10 +0400] rev 28986
8068040: [macosx] Combo box consuming ENTER key
Reviewed-by: serb, azvegint
azvegint [Fri, 16 Jan 2015 13:53:44 +0300] rev 28985
8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
Reviewed-by: alexsch, serb
erikj [Thu, 15 Jan 2015 16:52:10 +0100] rev 28984
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
Reviewed-by: tbell, ihse
neugens [Wed, 14 Jan 2015 14:52:39 +0100] rev 28983
8067364: Printing to Postscript doesn't support dieresis
Summary: Fix regression caused by fix for 8023990
Reviewed-by: bae, prr
Contributed-by: neugens@redhat.com, philip.race@oracle.com
serb [Tue, 13 Jan 2015 17:10:28 +0300] rev 28982
6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException
Reviewed-by: azvegint, ant
serb [Tue, 13 Jan 2015 16:09:21 +0300] rev 28981
6459800: Some Swing classes violate encapsulation by returning internal Insets
Reviewed-by: azvegint, alexsch
serb [Tue, 13 Jan 2015 16:06:28 +0300] rev 28980
6573305: Animated icon is not visible by click on menu
Reviewed-by: azvegint, alexsch
serb [Tue, 13 Jan 2015 16:04:22 +0300] rev 28979
6338077: link back to self in javadoc JTextArea.replaceRange()
Reviewed-by: azvegint, alexsch
azvegint [Tue, 13 Jan 2015 12:44:55 +0300] rev 28978
8068305: [TEST_BUG] Test java/awt/Mixing/HWDisappear.java fails with GTKL&F
Reviewed-by: alexsch, serb
prr [Mon, 12 Jan 2015 12:52:39 -0800] rev 28977
Merge
darcy [Mon, 12 Jan 2015 11:46:43 -0800] rev 28976
8055059: JDK9b22 public API exposes package private classes
Reviewed-by: serb, prr, alexsch
serb [Mon, 12 Jan 2015 16:26:58 +0300] rev 28975
8068374: setAlignmentX, setAlignmentY, getAlignmentX, getAlignmentY javadoc of JComponent
Reviewed-by: azvegint, alexsch
juh [Tue, 17 Feb 2015 10:48:24 -0800] rev 28974
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
Reviewed-by: mullan
bpb [Tue, 17 Feb 2015 09:18:27 -0800] rev 28973
8073207: javadoc typos in java.nio.channels.Pipe
Summary: Correct the verbiage as suggested.
Reviewed-by: alanb
sla [Tue, 17 Feb 2015 10:09:26 +0100] rev 28972
8025636: Hide lambda proxy frames in stacktraces
Reviewed-by: jrose, forax, jfranck, vlivanov
lpriima [Mon, 16 Feb 2015 19:16:50 -0500] rev 28971
8073124: Tune test and document TimSort runs length stack size increase
Reviewed-by: dholmes
robm [Mon, 16 Feb 2015 22:57:17 +0000] rev 28970
8067846: (sctp) InternalError when receiving SendFailedNotification
Reviewed-by: chegar
sherman [Mon, 16 Feb 2015 14:53:59 -0800] rev 28969
8073152: Update Standard/ExtendedCharsets to work with module system
Summary: to reorganize the standard and extendec charset configuration during build time
Reviewed-by: alanb
alanb [Mon, 16 Feb 2015 18:30:16 +0000] rev 28968
8068680: Move java.transaction to the ext class loader
Reviewed-by: lancea, mchung
msheppar [Mon, 16 Feb 2015 00:10:42 +0000] rev 28967
8068682: Deprivilege/move java.corba to the ext class loader
Reviewed-by: alanb, mchung
ascarpino [Fri, 13 Feb 2015 10:44:53 -0800] rev 28966
8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
Reviewed-by: mullan
simonis [Fri, 13 Feb 2015 19:14:44 +0100] rev 28965
8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB
Reviewed-by: serb
psandoz [Fri, 13 Feb 2015 11:13:30 +0100] rev 28964
8069325: Pattern.splitAsStream does not return input if it is empty and there is no match
Reviewed-by: sherman
psandoz [Fri, 13 Feb 2015 11:13:27 +0100] rev 28963
8071670: java.util.Optional: please add a way to specify if-else behavior
Reviewed-by: dfuchs, lowasser
weijun [Fri, 13 Feb 2015 11:03:57 +0800] rev 28962
8071338: Move policytool from JRE to JDK
Reviewed-by: alanb, erikj, ihse, mchung
katleman [Thu, 19 Feb 2015 11:24:03 -0800] rev 28961
Added tag jdk9-b51 for changeset 0584b09d5a1d
duke [Wed, 05 Jul 2017 20:20:17 +0200] rev 28960
Merge
lana [Thu, 19 Feb 2015 16:37:05 -0800] rev 28959
Merge
amurillo [Mon, 16 Feb 2015 08:47:39 -0800] rev 28958
Merge
ctornqvi [Fri, 13 Feb 2015 05:17:41 -0800] rev 28957
Merge
dfuchs [Wed, 11 Feb 2015 17:41:55 +0100] rev 28956
8072482: Cleanup: In jvm.cpp and other shared files declaration of 64bits constants should use the CONST64/UCONST64 macros instead of the LL suffix
Reviewed-by: dholmes, coleenp
psandoz [Tue, 10 Feb 2015 22:22:36 +0000] rev 28955
Merge
psandoz [Tue, 10 Feb 2015 21:32:05 +0100] rev 28954
8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
Reviewed-by: kvn, vlivanov
coleenp [Tue, 10 Feb 2015 15:10:47 -0500] rev 28953
8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
Summary: Need ThreadCritical lock around chunk pool cleaning and copying for snapshot
Reviewed-by: lfoltan, gtriantafill, hseigel
psandoz [Tue, 10 Feb 2015 16:53:00 +0000] rev 28952
Merge
psandoz [Tue, 10 Feb 2015 14:10:43 +0100] rev 28951
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
Reviewed-by: dholmes, kvn, vlivanov
hseigel [Tue, 10 Feb 2015 09:25:00 -0500] rev 28950
8072694: Need errno info when CDS archive creation fails
Summary: Add errno output to error message when CDS archive creation fails
Reviewed-by: dholmes, lfoltan
jbachorik [Tue, 02 Dec 2014 19:47:45 +0100] rev 28949
8067447: Factor out the shared implementation of the VM flags manipulation code
Reviewed-by: sla, dholmes
dcubed [Fri, 06 Feb 2015 10:40:04 -0800] rev 28948
Merge
jbachorik [Mon, 12 Jan 2015 14:05:16 +0100] rev 28947
8068976: Remove JSDT implementation
Reviewed-by: sla, mchung, dholmes
goetz [Wed, 04 Feb 2015 16:26:38 +0100] rev 28946
8072434: 8064457: introduces performance regressions in 9-b47
Reviewed-by: coleenp, kvn
sla [Thu, 05 Feb 2015 12:54:34 +0100] rev 28945
8072455: Use jtreg's requiredVersion tag in hotspot/test/TEST.ROOT
Reviewed-by: dholmes, ctornqvi
dholmes [Wed, 04 Feb 2015 21:33:22 -0500] rev 28944
8072575: Add missing test for 8065895
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
dholmes [Wed, 04 Feb 2015 18:47:42 -0500] rev 28943
8065895: Synchronous signals during error reporting may terminate or hang VM process
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
miauno [Wed, 04 Feb 2015 16:09:49 +0100] rev 28942
8072472: serviceability/dcmd/framework/* should be quarantined
Reviewed-by: jbachorik
jwilhelm [Fri, 13 Feb 2015 01:41:06 +0100] rev 28941
Merge
mlarsson [Wed, 11 Feb 2015 14:47:21 +0100] rev 28940
8066566: Refactor ParNewGeneration to contain ParNewTracer
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 10 Feb 2015 17:41:19 -0500] rev 28939
8065093: Remove unused variable/output argument
Summary: Remove total_reserved from GenCollectedHeap::initialize and ::allocate
Reviewed-by: tschatzl, kbarrett
Contributed-by: tom.benson@oracle.com
tschatzl [Tue, 10 Feb 2015 15:44:42 -0500] rev 28938
8072056: Remove unnecessary header file #include
Summary: tenuredGeneration.cpp needlessly includes parGCAllocBuffer.hpp
Reviewed-by: tschatzl, kbarrett, jprovino
Contributed-by: tom.benson@oracle.com
jwilhelm [Mon, 09 Feb 2015 17:38:42 +0100] rev 28937
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
Summary: Changed to a more generic description.
Reviewed-by: mgerdin, tschatzl
skovalev [Mon, 09 Feb 2015 09:51:12 +0300] rev 28936
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Reviewed-by: jwilhelm, iignatyev
mgerdin [Fri, 06 Feb 2015 16:24:25 +0100] rev 28935
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by: jwilhelm, tschatzl
vlivanov [Thu, 12 Feb 2015 13:55:54 -0800] rev 28934
Merge
roland [Mon, 09 Feb 2015 13:45:59 +0100] rev 28933
8071821: Assert failed in UnexpectedDeoptimizationTest.java
Summary: assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
roland [Mon, 09 Feb 2015 15:10:58 +0100] rev 28932
8072016: Array copy may cause infinite cycle of deoptimization/compilation
Summary: Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
roland [Fri, 06 Feb 2015 13:50:44 +0100] rev 28931
8071999: SA's buildreplayjars fail with exception
Summary: support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff
roland [Fri, 30 Jan 2015 15:23:41 +0100] rev 28930
8071533: assert(n0->is_Call()) failed: expect a call here
Summary: remove_dead_region() call missing from ArrayCopyNode::Ideal()
Reviewed-by: kvn, vlivanov
pchistyakov [Fri, 30 Jan 2015 20:45:18 +0300] rev 28929
8068003: compiler/whitebox/DeoptimizeFramesTest.java fails: compilation 48 can't be available
Summary: disabled DeoptimizeALot for test runs
Reviewed-by: kvn
zmajo [Fri, 06 Feb 2015 18:16:55 +0100] rev 28928
8072398: assert fails in L1RGenerator::increment_event_counter_impl
Summary: Change scaling code to allow scaling with 0.0; change set_tiered_flags() to treat CompileThresholdScaling==0.0 in a special way.
Reviewed-by: kvn, iveresov
goetz [Fri, 30 Jan 2015 12:53:56 +0100] rev 28927
8071996: split_if accesses NULL region of ConstraintCast
Reviewed-by: kvn
anoll [Tue, 03 Feb 2015 09:56:21 +0000] rev 28926
Merge
anoll [Tue, 03 Feb 2015 10:30:16 +0100] rev 28925
8068440: Test6857159.java times out
Summary: Replace shell script with Java-only code
Reviewed-by: kvn, iignatyev
dlong [Mon, 02 Feb 2015 23:26:33 -0500] rev 28924
8069030: support new PTRACE_GETREGSET
Summary: use PTRACE_GETREGSET if other options are not available
Reviewed-by: sla, dholmes
thartmann [Mon, 02 Feb 2015 14:35:24 +0000] rev 28923
Merge
thartmann [Mon, 02 Feb 2015 15:19:24 +0100] rev 28922
8071995: compiler/codecache/jmx/InitialAndMaxUsageTest.java fails with large pages
Summary: Disable large page usage for test.
Reviewed-by: kvn
dlong [Sat, 31 Jan 2015 02:42:13 -0500] rev 28921
Merge
kvn [Fri, 30 Jan 2015 10:27:50 -0800] rev 28920
8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
Summary: Add missing C->failing() check after Connection graph construction.
Reviewed-by: iveresov
anoll [Fri, 30 Jan 2015 15:36:29 +0000] rev 28919
Merge
anoll [Fri, 30 Jan 2015 14:35:37 +0000] rev 28918
Merge
anoll [Fri, 30 Jan 2015 15:20:45 +0100] rev 28917
8071906: Quarantine OverloadCompileQueueTest until the reason for timeout is known
Summary: Quarantine OverloadCompileQueueTest until the reason for timeout is known
Reviewed-by: kvn
thartmann [Fri, 30 Jan 2015 13:31:54 +0000] rev 28916
Merge
zmajo [Fri, 30 Jan 2015 10:40:08 +0100] rev 28915
8071818: Incorrect addressing mode used for ldf in SPARC assembler
Summary: Update MacroAssembler::ldf to select addressing mode depending on Address parameter.
Reviewed-by: kvn, dlong
zmajo [Thu, 29 Jan 2015 19:16:47 +0100] rev 28914
8071654: disassembler handles embedded OOPs not uniformly
Summary: Remove (currently dead) code that prints oops within disassembled instructions.
Reviewed-by: kvn, thartmann, roland
vlivanov [Thu, 29 Jan 2015 10:26:02 -0800] rev 28913
8068915: uncommon trap w/ Reason_speculate_class_check causes performance regression due to continuous deoptimizations
Reviewed-by: kvn, roland, jrose
vlivanov [Thu, 29 Jan 2015 10:25:59 -0800] rev 28912
8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
Reviewed-by: jrose, kvn
katleman [Thu, 19 Feb 2015 11:23:58 -0800] rev 28911
Added tag jdk9-b51 for changeset 5fb718119516