kvn [Tue, 29 Apr 2014 10:29:56 -0700] rev 24324
8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
Summary: Allow replay compilation with replay file parsing error.
Reviewed-by: twisti, iveresov
anoll [Tue, 29 Apr 2014 07:14:46 +0000] rev 24323
Merge
anoll [Tue, 29 Apr 2014 08:08:44 +0200] rev 24322
8036956: remove EnableInvokeDynamic flag
Summary: The EnableInvokeDynamic flag and all support code is removed because it is not longer used in JDK 9.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
anoll [Tue, 29 Apr 2014 07:59:22 +0200] rev 24321
8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
Summary: Fixes broken memory freeing of compile queue tasks and makes sure that blocking compiles do not hang the VM if compilation gets disabled due to a full code cache.
Reviewed-by: kvn, iveresov
morris [Mon, 28 Apr 2014 16:05:12 -0700] rev 24320
8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
Summary: Parfait refactoring in OopMapSet::update_register_map
Reviewed-by: kvn, twisti
drchase [Mon, 28 Apr 2014 15:09:39 -0400] rev 24319
8039407: Regression test needed for JDK-8015396
Summary: Converted bug demo into regression test
Reviewed-by: kvn
anoll [Mon, 28 Apr 2014 14:34:12 +0200] rev 24318
8041771: C1: remove unused IR::_locals_size
Summary: The unused IR::_locals_size is removed.
Reviewed-by: kvn, roland
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
anoll [Mon, 28 Apr 2014 03:44:35 -0700] rev 24317
Merge
anoll [Mon, 28 Apr 2014 12:39:12 +0200] rev 24316
8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
Summary: Add CodeCache::add_scavenge_root_nmethod(this) to the dtrace-constructor of nmethod
Reviewed-by: roland, iveresov
bharadwaj [Fri, 25 Apr 2014 14:29:47 -0400] rev 24315
Merge
adlertz [Fri, 25 Apr 2014 12:48:34 +0200] rev 24314
8029302: Performance regression in Math.pow intrinsic
Summary: Added special case for x^y where y == 2
Reviewed-by: kvn, roland
roland [Fri, 25 Apr 2014 09:22:16 +0200] rev 24313
8041481: JVM crashes with collect_args_for_profiling
Summary: method handle call to c1 intrinsic tries to profile popped argument
Reviewed-by: kvn, twisti
iignatyev [Thu, 24 Apr 2014 10:32:49 +0000] rev 24312
Merge
iignatyev [Thu, 24 Apr 2014 14:02:48 +0400] rev 24311
8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
Reviewed-by: kvn, roland
roland [Thu, 24 Apr 2014 11:05:07 +0200] rev 24310
8039960: Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java
Summary: the test case doesn't need to change the heap size to reproduce the failure.
Reviewed-by: twisti, kvn
anoll [Thu, 24 Apr 2014 09:47:34 +0200] rev 24309
8041468: Field nmethod::_lock_count should be declared volatile
Summary: The jint field nmethod::_lock_count which is used in nmethodLocker::lock_nmethod and nmethodLocker::unlock_nmethod should be declared volatile (see also signature of Atomic::inc)
Reviewed-by: kvn, roland
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
katleman [Thu, 15 May 2014 10:25:40 -0700] rev 24308
Added tag jdk9-b13 for changeset ca74accc73cf
lana [Thu, 15 May 2014 10:40:18 -0700] rev 24307
Merge
mduigou [Wed, 14 May 2014 16:45:07 -0700] rev 24306
8043182: hgforest.sh: syntax error on line 329
Reviewed-by: darcy
mduigou [Tue, 13 May 2014 08:42:44 -0700] rev 24305
8042810: hgforest: some shells run read in sub-shell and can't use fifo
Reviewed-by: chegar, erikj
coffeys [Tue, 13 May 2014 10:20:06 +0100] rev 24304
8042932: Bump up the -source version for JDK 9 builds
Reviewed-by: chegar, erikj, thurka
katleman [Thu, 15 May 2014 10:25:31 -0700] rev 24303
Added tag jdk9-b13 for changeset 3a0155bc559c
duke [Wed, 05 Jul 2017 19:40:19 +0200] rev 24302
Added tag jdk9-b13 for changeset 1a30593dcb98
duke [Wed, 05 Jul 2017 19:40:19 +0200] rev 24301
Merge
duke [Wed, 05 Jul 2017 19:40:16 +0200] rev 24300
Merge
lana [Thu, 08 May 2014 15:28:38 -0700] rev 24299
Merge
alundblad [Wed, 07 May 2014 17:29:42 +0200] rev 24298
8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath.
Summary: Added -XXuserPathsFirst to allow user classes to take precedence over boot classes
Reviewed-by: jjg
ksrini [Wed, 07 May 2014 15:54:16 -0700] rev 24297
8042654: [javadoc] revert the default methods list.sort to Collections.sort
Reviewed-by: jfranck, jjg
ohrstrom [Thu, 08 May 2014 00:22:31 +0200] rev 24296
8042441: sjavac does not track dependencies
Summary: Add support for tracking fully qualified references.
Reviewed-by: jjg
ohrstrom [Wed, 07 May 2014 23:55:41 +0200] rev 24295
8042699: sjavac does not track dependencies
Summary: Using / in some places and . in other places break package comparisons. The fix standardizes on dots.
Reviewed-by: jjg
anazarov [Wed, 07 May 2014 14:22:14 -0700] rev 24294
8040129: Implement classfile tests for SourceFile attribute.
Reviewed-by: shurailine, jjg
dlsmith [Tue, 06 May 2014 15:46:09 -0600] rev 24293
8033718: Inference ignores capture variable as upper bound
Summary: Split Types.lowerBound into two methods; fix bugs in inference handling of capture variables.
Reviewed-by: vromero
jjg [Fri, 02 May 2014 16:41:10 -0700] rev 24292
8042358: some tests have placeholder bugid 1234567
Reviewed-by: mduigou
pgovereau [Fri, 02 May 2014 22:35:23 +0100] rev 24291
8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
Reviewed-by: jjg
Contributed-by: vicente.romero@oracle.com, paul.govereau@oracle.com
katleman [Thu, 08 May 2014 01:05:31 -0700] rev 24290
Added tag jdk9-b12 for changeset 61f3b005022e
duke [Wed, 05 Jul 2017 19:40:11 +0200] rev 24289
Merge
katleman [Thu, 08 May 2014 01:05:22 -0700] rev 24288
Added tag jdk9-b12 for changeset b0fcefc9bc5b
duke [Wed, 05 Jul 2017 19:40:08 +0200] rev 24287
Merge
katleman [Thu, 08 May 2014 01:05:21 -0700] rev 24286
Added tag jdk9-b12 for changeset 0d036e9731b8
duke [Wed, 05 Jul 2017 19:40:04 +0200] rev 24285
Merge
lana [Thu, 08 May 2014 15:28:15 -0700] rev 24284
Merge
sundar [Wed, 07 May 2014 20:20:58 +0530] rev 24283
8042600: Add more samples in nashorn/samples directory
Reviewed-by: jlaskey, hannesw
sundar [Wed, 07 May 2014 14:07:19 +0530] rev 24282
8041697: CompiledScript slower when eval with binding
Reviewed-by: lagergren, attila, hannesw
sundar [Tue, 06 May 2014 17:54:15 +0530] rev 24281
8042364: Make __proto__ ES6 draft compliant
Reviewed-by: jlaskey, lagergren, attila
hannesw [Tue, 06 May 2014 12:38:12 +0200] rev 24280
8041998: RegExp implementation is not thread-safe
Reviewed-by: lagergren, sundar, attila
sundar [Fri, 02 May 2014 19:15:59 +0530] rev 24279
8027933: Add --const-as-var option
Reviewed-by: jlaskey, hannesw
katleman [Thu, 08 May 2014 01:05:33 -0700] rev 24278
Added tag jdk9-b12 for changeset 8e7a633f1d8e
duke [Wed, 05 Jul 2017 19:40:00 +0200] rev 24277
Merge
katleman [Thu, 08 May 2014 01:05:00 -0700] rev 24276
Added tag jdk9-b12 for changeset 5b12c43aa53c
duke [Wed, 05 Jul 2017 19:39:57 +0200] rev 24275
Merge
lana [Thu, 08 May 2014 17:42:58 -0700] rev 24274
Merge
lana [Thu, 08 May 2014 15:27:38 -0700] rev 24273
Merge
bpb [Thu, 08 May 2014 16:06:43 -0700] rev 24272
8042478: Include Mersenne primes in BigInteger primality testing
Summary: Add testing of some of the Mersenne primes.
Reviewed-by: darcy
weijun [Thu, 08 May 2014 22:30:31 +0800] rev 24271
8039951: com.sun.security.auth.module missing classes on some platforms
Reviewed-by: mullan
weijun [Thu, 08 May 2014 22:30:24 +0800] rev 24270
8040068: SolarisSystem should be @Deprecated and @jdk.Exported(false)
Reviewed-by: alanb, mullan
yan [Thu, 08 May 2014 13:26:26 +0400] rev 24269
8042105: Fix some more doclint issues in javax.swing.text.html classes
Reviewed-by: alexsch
sla [Fri, 25 Apr 2014 17:19:49 +0200] rev 24268
8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
peytoia [Thu, 08 May 2014 08:22:25 +0900] rev 24267
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
Reviewed-by: naoto, okutsu
bpb [Wed, 07 May 2014 11:45:31 -0700] rev 24266
8026236: Add PrimeTest for BigInteger
Summary: Test primality verification methods in BigInteger
Reviewed-by: psandoz
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>, Florian Weimer <fweimer@redhat.com>
igerasim [Wed, 07 May 2014 16:50:40 +0400] rev 24265
8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
Reviewed-by: alanb, chegar
igerasim [Wed, 07 May 2014 09:43:40 +0400] rev 24264
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
Reviewed-by: alanb
xuelei [Wed, 07 May 2014 02:24:01 +0000] rev 24263
8042449: Issue for negative byte major record version
Summary: Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>.
Reviewed-by: wetmore
ksrini [Tue, 06 May 2014 10:32:32 -0700] rev 24262
8042266: [launcher] create test groups for launcher regression tests
Reviewed-by: alanb, mduigou
chegar [Tue, 06 May 2014 12:20:29 +0100] rev 24261
Merge
chegar [Fri, 02 May 2014 19:38:33 +0100] rev 24260
8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes
Reviewed-by: alanb, michaelm
miauno [Tue, 06 May 2014 10:51:03 +0200] rev 24259
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
Reviewed-by: sla
psandoz [Tue, 06 May 2014 10:29:59 +0200] rev 24258
8042355: stream with sorted() causes downstream ops not to be lazy
Reviewed-by: mduigou
igerasim [Tue, 06 May 2014 10:28:48 +0400] rev 24257
8040806: BitSet.toString() can throw IndexOutOfBoundsException
Reviewed-by: plevart, mduigou
scolebourne [Thu, 06 Mar 2014 16:51:30 +0000] rev 24256
8034906: Fix typos, errors and Javadoc differences in java.time
Reviewed-by: psandoz
mduigou [Mon, 05 May 2014 09:52:24 -0700] rev 24255
8020860: cluster Hashtable/Vector field updates for better transactional memory behaviour
Reviewed-by: mduigou, martin, psandoz
Contributed-by: sandhya.viswanathan@intel.com, mike.duigou@oracle.com
ksrini [Sat, 03 May 2014 17:23:51 -0700] rev 24254
8035782: sun/launcher/LauncherHelper$FXHelper loaded unnecessarily
Reviewed-by: ddehaven, kcr, ksrini, mchung
Contributed-by: neil.toda@oracle.com
bpb [Fri, 02 May 2014 11:25:07 -0700] rev 24253
8032016: Optimizations of Math.next{After,Up}({float,double})
Summary: Rearrange code to handle the more common and costly case first.
Reviewed-by: darcy
Contributed-by: Jeff Hain <jeffhain@rocketmail.com>
mullan [Fri, 02 May 2014 10:05:57 -0400] rev 24252
Merge
mullan [Fri, 02 May 2014 10:01:46 -0400] rev 24251
8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
Reviewed-by: xuelei
sjiang [Fri, 02 May 2014 14:40:52 +0200] rev 24250
8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
Reviewed-by: dfuchs
katleman [Thu, 08 May 2014 01:05:24 -0700] rev 24249
Added tag jdk9-b12 for changeset 5cbca4ed35a3
duke [Wed, 05 Jul 2017 19:39:50 +0200] rev 24248
Merge
lana [Thu, 08 May 2014 15:26:57 -0700] rev 24247
Merge
amurillo [Fri, 02 May 2014 09:52:17 -0700] rev 24246
Merge
jmasa [Wed, 30 Apr 2014 14:43:00 -0700] rev 24245
Merge
brutisso [Tue, 29 Apr 2014 09:33:20 +0200] rev 24244
7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
Reviewed-by: jmasa, tschatzl, ehelin
Contributed-by: tony.printezis@oracle.com, bengt.rutisson@oracle.com
sla [Mon, 28 Apr 2014 09:31:25 +0000] rev 24243
Merge
sla [Mon, 28 Apr 2014 09:27:47 +0200] rev 24242
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: mgronlun, kamg
allwin [Sun, 27 Apr 2014 18:57:56 +0200] rev 24241
Merge
mgronlun [Fri, 25 Apr 2014 10:08:04 +0200] rev 24240
8041723: Event Based tracing ids to be reassigned for CDS klasses
Reviewed-by: coleenp, ehelin
sla [Fri, 25 Apr 2014 07:40:33 +0200] rev 24239
8040140: System.nanoTime() is slow and non-monotonic on OS X
Reviewed-by: sspitsyn, shade, dholmes, acorn
amurillo [Thu, 24 Apr 2014 14:06:40 -0700] rev 24238
8030011: Update Hotspot version string output
Reviewed-by: dholmes, jcoomes, kvn
mgerdin [Thu, 03 Apr 2014 14:54:42 +0200] rev 24237
6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
Summary: Added support for target buffer in as_utf8_string(), minor refactoring of as_utf8 and added some internal VM testing
Reviewed-by: coleenp, dsimms, sla, dholmes
Contributed-by: marcus.larsson@oracle.com
ctornqvi [Thu, 24 Apr 2014 00:46:17 +0200] rev 24236
8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler
Summary: <ake sure we shut down NMT before the VM exits and do not track malloc/free when NMT is shutting down
Reviewed-by: coleenp, zgu
katleman [Thu, 08 May 2014 01:05:13 -0700] rev 24235
Added tag jdk9-b12 for changeset db0b706c8253
lana [Thu, 08 May 2014 15:26:31 -0700] rev 24234
Merge
mduigou [Tue, 06 May 2014 13:24:51 -0700] rev 24233
8042417: hgforest: allow local clone of extra repos
Reviewed-by: chegar, erikj
erikj [Tue, 06 May 2014 11:43:14 +0200] rev 24232
8042348: Copyright link in Javadoc page for Java SE 8
Reviewed-by: tbell, iris
katleman [Thu, 08 May 2014 01:04:59 -0700] rev 24231
Added tag jdk9-b12 for changeset 82ebbb6c2fa2
duke [Wed, 05 Jul 2017 19:39:36 +0200] rev 24230
Added tag jdk9-b12 for changeset 0d1f816217dc
duke [Wed, 05 Jul 2017 19:39:35 +0200] rev 24229
Merge
duke [Wed, 05 Jul 2017 19:39:32 +0200] rev 24228
Merge
lana [Thu, 01 May 2014 14:21:15 -0700] rev 24227
Merge
vromero [Thu, 01 May 2014 20:36:11 +0100] rev 24226
8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
Reviewed-by: dlsmith, jjg
rfield [Wed, 30 Apr 2014 23:02:14 -0700] rev 24225
8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables
8029725: Lambda reference to containing local class causes javac infinite recursion
Reviewed-by: vromero, jlahoda, dlsmith
rfield [Wed, 30 Apr 2014 18:19:23 -0700] rev 24224
8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
Summary: Union type info lost and also union type is not processed by TreeMaker.Type -- address by using existing tree, thus by-passing such issues.
Reviewed-by: vromero, jlahoda
anazarov [Wed, 30 Apr 2014 13:48:37 -0700] rev 24223
8040097: Implement classfile tests for LocalVariableTable and LocalVariableTypeTable attribute.
Reviewed-by: jjg, shurailine, emc
pgovereau [Mon, 21 Apr 2014 17:57:47 -0400] rev 24222
8030046: javac incorrectly handles absolute paths in manifest classpath
Reviewed-by: jjg, vromero
ksrini [Fri, 18 Apr 2014 08:44:53 -0700] rev 24221
8038583: [javadoc] Refactor uses of arrays to Collections
Reviewed-by: jjg
ksrini [Fri, 18 Apr 2014 08:35:59 -0700] rev 24220
8039410: [javadoc] fix class-use items to be deterministic and index ordering
Reviewed-by: jjg
vromero [Mon, 28 Apr 2014 14:48:51 +0100] rev 24219
8029102: Enhance compiler warnings for Lambda
Reviewed-by: briangoetz, jjg, jlahoda, ahgross
pgovereau [Fri, 25 Apr 2014 22:00:58 +0100] rev 24218
8039026: Definitely unassigned field can be accessed
Reviewed-by: vromero, jlahoda
jjg [Fri, 25 Apr 2014 13:08:41 -0700] rev 24217
8040904: Ensure javadoc tests do not overwrite results within tests
Reviewed-by: ksrini
katleman [Thu, 01 May 2014 12:52:13 -0700] rev 24216
Added tag jdk9-b11 for changeset ae887a48401a
duke [Wed, 05 Jul 2017 19:39:26 +0200] rev 24215
Merge
lana [Thu, 01 May 2014 14:20:57 -0700] rev 24214
Merge
mchung [Mon, 28 Apr 2014 14:57:14 -0700] rev 24213
8042058: Missing deleted files from JDK-8040754 breaks jdk9/dev build
Reviewed-by: chegar
mkos [Mon, 28 Apr 2014 14:05:34 -0700] rev 24212
8040754: Break the circular dependency between SAAJ and JAXB
Reviewed-by: chegar, mchung
katleman [Thu, 01 May 2014 12:50:23 -0700] rev 24211
Added tag jdk9-b11 for changeset d47e36fe8f31
duke [Wed, 05 Jul 2017 19:39:22 +0200] rev 24210
Merge
katleman [Thu, 01 May 2014 12:50:19 -0700] rev 24209
Added tag jdk9-b11 for changeset b9666074e6db
duke [Wed, 05 Jul 2017 19:39:18 +0200] rev 24208
Merge
lana [Thu, 01 May 2014 14:20:06 -0700] rev 24207
Merge
hannesw [Fri, 25 Apr 2014 16:34:17 +0200] rev 24206
8040078: Avoid repeated reading of source for cached loads
Reviewed-by: jlaskey, lagergren
attila [Fri, 25 Apr 2014 14:20:07 +0200] rev 24205
8034967: Reduce access to Nashorn internals
Reviewed-by: ahgross, jlaskey, sundar
katleman [Thu, 01 May 2014 12:52:15 -0700] rev 24204
Added tag jdk9-b11 for changeset 1786ce9ab4a7
duke [Wed, 05 Jul 2017 19:39:14 +0200] rev 24203
Merge
katleman [Thu, 01 May 2014 12:49:18 -0700] rev 24202
Added tag jdk9-b11 for changeset 1e3275c2718b
duke [Wed, 05 Jul 2017 19:39:11 +0200] rev 24201
Merge
lana [Thu, 01 May 2014 14:21:29 -0700] rev 24200
Merge
alanb [Wed, 30 Apr 2014 14:27:19 +0100] rev 24199
8041772: (ch) PendingFuture.CANCELLED has backtrace that potentially keeps objects alive
Reviewed-by: chegar
erikj [Wed, 30 Apr 2014 14:46:19 +0200] rev 24198
8042208: Build fails on Solaris using devkit when X isn't installed
Reviewed-by: tbell
yan [Wed, 30 Apr 2014 15:13:44 +0400] rev 24197
8039488: Tidy warnings cleanup for javax.sql
Reviewed-by: lancea
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
yan [Wed, 30 Apr 2014 15:02:24 +0400] rev 24196
8029451: Tidy warnings cleanup for java.util package; minor changes in java.nio, java.sql
Reviewed-by: lancea
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
jbachorik [Wed, 30 Apr 2014 11:28:05 +0200] rev 24195
8042123: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn
xuelei [Tue, 29 Apr 2014 23:20:34 +0000] rev 24194
8042178: A comment need to go in RSAClientKeyExchange.java
Reviewed-by: mullan
ngthomas [Tue, 29 Apr 2014 11:04:47 -0700] rev 24193
Merge
ngthomas [Tue, 29 Apr 2014 09:04:02 -0700] rev 24192
Merge
darcy [Thu, 17 Apr 2014 09:45:16 -0700] rev 24191
8039861: Fix fallthrough lint warnings in awt
Reviewed-by: pchelko
pchelko [Thu, 17 Apr 2014 16:26:45 +0400] rev 24190
8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
Reviewed-by: anthony, azvegint
ngthomas [Wed, 16 Apr 2014 12:42:40 -0700] rev 24189
Merge
asaha [Wed, 16 Apr 2014 10:53:10 -0700] rev 24188
Merge
asaha [Tue, 15 Apr 2014 15:28:01 -0700] rev 24187
8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
Reviewed-by: pchelko, alexsch
Contributed-by: vivi.an@oracle.com
bagiras [Wed, 16 Apr 2014 17:01:47 +0400] rev 24186
8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
Reviewed-by: serb, pchelko
bagiras [Wed, 16 Apr 2014 16:55:45 +0400] rev 24185
8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
Reviewed-by: serb, pchelko
dmarkov [Wed, 16 Apr 2014 12:51:25 +0400] rev 24184
8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
Reviewed-by: alexp, alexsch
ngthomas [Tue, 15 Apr 2014 22:57:02 -0700] rev 24183
Merge
prr [Mon, 14 Apr 2014 12:59:50 -0700] rev 24182
Merge
bagiras [Mon, 14 Apr 2014 21:24:45 +0400] rev 24181
8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
Reviewed-by: serb, pchelko
darcy [Fri, 11 Apr 2014 11:03:13 -0700] rev 24180
8039863: Fix fallthrough lint warnings in sound
Reviewed-by: kalli
serb [Fri, 11 Apr 2014 17:28:45 +0400] rev 24179
8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
Reviewed-by: bae, flar
serb [Fri, 11 Apr 2014 16:18:58 +0400] rev 24178
8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
Reviewed-by: bae, prr
malenkov [Thu, 10 Apr 2014 22:30:58 +0400] rev 24177
8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
Reviewed-by: alexsch, serb
malenkov [Thu, 10 Apr 2014 22:26:43 +0400] rev 24176
8039750: KSS: Replace MetalLazyValue with lambda
Reviewed-by: alexsch, serb
alexsch [Thu, 10 Apr 2014 13:22:23 +0400] rev 24175
8038113: [macosx] JTree icon is not rendered in high resolution on Retina
Reviewed-by: serb, pchelko
pchelko [Thu, 10 Apr 2014 11:57:19 +0400] rev 24174
8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
Reviewed-by: serb, azvegint
pchelko [Thu, 10 Apr 2014 11:56:01 +0400] rev 24173
8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
Reviewed-by: anthony, serb
pchelko [Wed, 09 Apr 2014 18:20:55 +0400] rev 24172
8039752: Regression: Clipboard couldn't be used on linux
Reviewed-by: anthony, serb, azvegint
yan [Wed, 09 Apr 2014 17:30:42 +0400] rev 24171
8038631: Create wrapper for awt.Robot with additional functionality
Reviewed-by: pchelko, alexsch
Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
pchelko [Wed, 09 Apr 2014 15:20:09 +0400] rev 24170
8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
Reviewed-by: serb, azvegint
serb [Wed, 09 Apr 2014 14:38:27 +0400] rev 24169
8038765: [macosx] Toolkit.sync should be implemented
Reviewed-by: pchelko, anthony
pchelko [Tue, 08 Apr 2014 14:02:30 +0400] rev 24168
6690000: Typo's in DataFlavor Javadoc
Reviewed-by: serb, azvegint
azvegint [Mon, 07 Apr 2014 17:45:18 +0100] rev 24167
8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
Reviewed-by: anthony, pchelko, serb
azvegint [Mon, 07 Apr 2014 17:43:42 +0100] rev 24166
6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
Reviewed-by: pchelko, serb
azvegint [Mon, 07 Apr 2014 17:41:16 +0100] rev 24165
8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
Reviewed-by: anthony, pchelko, serb
alexsch [Mon, 07 Apr 2014 18:01:52 +0400] rev 24164
6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
Reviewed-by: serb, pchelko
serb [Mon, 07 Apr 2014 15:34:27 +0400] rev 24163
8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
Reviewed-by: pchelko, flar
prr [Fri, 04 Apr 2014 11:18:28 -0700] rev 24162
8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
Reviewed-by: bae, jgodinez
prr [Fri, 04 Apr 2014 10:24:11 -0700] rev 24161
Merge
prr [Fri, 04 Apr 2014 10:03:18 -0700] rev 24160
8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
Reviewed-by: serb, jgodinez
bagiras [Fri, 04 Apr 2014 20:26:01 +0400] rev 24159
8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
Reviewed-by: serb, pchelko
malenkov [Fri, 04 Apr 2014 20:18:53 +0400] rev 24158
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
Reviewed-by: alexsch, serb
malenkov [Fri, 04 Apr 2014 20:12:41 +0400] rev 24157
8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
Reviewed-by: alexsch, serb
pchelko [Thu, 03 Apr 2014 13:02:39 +0400] rev 24156
8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
Reviewed-by: anthony, serb
bae [Thu, 03 Apr 2014 11:19:10 +0400] rev 24155
8019990: IM candidate window appears on the South-East corner of the display.
Reviewed-by: bagiras, serb
alexsch [Wed, 02 Apr 2014 18:34:08 +0400] rev 24154
6612752: Incorrect getOpenIcon() instanceof in the DefaultTreeCellRenderer
Reviewed-by: serb, pchelko
pchelko [Wed, 02 Apr 2014 17:37:34 +0400] rev 24153
6463901: Either generify or deprecate sun.awt.EventListenerAggregate
Reviewed-by: anthony, serb
pchelko [Wed, 02 Apr 2014 16:14:25 +0400] rev 24152
8037560: [macosx] Cleanup CClipboard.m
Reviewed-by: anthony, serb
serb [Wed, 02 Apr 2014 15:23:08 +0400] rev 24151
8029196: Focus border of JButton.buttonType=roundRect is cut off
Reviewed-by: pchelko, alexsch
prr [Tue, 01 Apr 2014 12:38:37 -0700] rev 24150
8035623: [parfait] JNI warnings in jdk/src/windows/native/sun/windows/awt_Font.cpp
Reviewed-by: serb, pchelko
prr [Tue, 01 Apr 2014 11:53:08 -0700] rev 24149
Merge
alexsch [Tue, 01 Apr 2014 16:46:14 +0400] rev 24148
7052708: Grammar error in EditorKit documentation
Reviewed-by: serb, pchelko
alexsch [Tue, 01 Apr 2014 13:56:07 +0400] rev 24147
8030052: Remove reflection from JOptionPane
Reviewed-by: serb, pchelko
serb [Tue, 01 Apr 2014 01:59:59 +0400] rev 24146
8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
Reviewed-by: pchelko, anthony
serb [Tue, 01 Apr 2014 01:03:52 +0400] rev 24145
8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
Reviewed-by: pchelko, anthony
serb [Tue, 01 Apr 2014 00:33:40 +0400] rev 24144
8038657: javax.swing.BufferStrategyPaintManager has unused imports
Reviewed-by: pchelko, malenkov
prr [Mon, 31 Mar 2014 11:13:01 -0700] rev 24143
8038723: Openup some PrinterJob tests
Reviewed-by: jgodinez
kshefov [Mon, 31 Mar 2014 17:59:25 +0400] rev 24142
8002148: [TEST_BUG] The four lines printed are not the bold typeface.
Reviewed-by: pchelko, serb
ptbrunet [Fri, 28 Mar 2014 17:19:10 -0500] rev 24141
8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
Summary: handle possible JNI Exceptions
Reviewed-by: prr, serb
Contributed-by: peter.brunet@oracle.com
ptbrunet [Fri, 28 Mar 2014 16:40:00 -0500] rev 24140
8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
Summary: handle possible JNI Exceptions
Reviewed-by: prr, serb
Contributed-by: peter.brunet@oracle.com
prr [Fri, 28 Mar 2014 11:37:45 -0700] rev 24139
8037506: [javadoc] broken link in java.awt.geom.Line2D.java
Reviewed-by: jgodinez
alexsch [Fri, 28 Mar 2014 18:56:25 +0400] rev 24138
8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
Reviewed-by: serb, pchelko
alexsch [Fri, 28 Mar 2014 17:31:16 +0400] rev 24137
8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
Reviewed-by: serb, pchelko
vadim [Fri, 28 Mar 2014 14:53:19 +0400] rev 24136
8029628: Many graphic artifacts
Reviewed-by: prr, bae
alitvinov [Fri, 28 Mar 2014 14:41:37 +0400] rev 24135
8032832: Applet/browser deadlocks, when IIS integrated authentication is used
Reviewed-by: chegar, weijun
pchelko [Wed, 26 Mar 2014 17:01:22 +0400] rev 24134
8032595: [macosx] setResizable(false) makes a frame slide down
Reviewed-by: serb, ddehaven, azvegint
prr [Tue, 25 Mar 2014 14:16:53 -0700] rev 24133
8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
Reviewed-by: serb, jgodinez
prr [Tue, 25 Mar 2014 12:51:28 -0700] rev 24132
8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m
Reviewed-by: serb, jgodinez
kshefov [Tue, 25 Mar 2014 18:23:59 +0400] rev 24131
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
Reviewed-by: pchelko, azvegint
pchelko [Tue, 25 Mar 2014 16:31:02 +0400] rev 24130
8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
Reviewed-by: serb, anthony
mduigou [Tue, 11 Mar 2014 15:25:45 -0700] rev 24129
8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
Reviewed-by: mchung, alanb
bpb [Tue, 29 Apr 2014 09:42:16 -0700] rev 24128
8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
Summary: java/math/BigInteger/BitLengthOverflow.java failing with OOME
Reviewed-by: alanb
jbachorik [Tue, 29 Apr 2014 14:37:02 +0200] rev 24127
8042096: Backout JDK-8042091
Reviewed-by: sla
alanb [Tue, 29 Apr 2014 13:23:08 +0100] rev 24126
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
Reviewed-by: alanb, chegar
Contributed-by: pavel.rappo@oracle.com
jbachorik [Tue, 29 Apr 2014 11:15:21 +0200] rev 24125
8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed
michaelm [Mon, 28 Apr 2014 13:49:49 +0100] rev 24124
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
Reviewed-by: chegar
plevart [Sat, 26 Apr 2014 11:11:48 +0200] rev 24123
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
Summary: Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys
Reviewed-by: psandoz, chegar
mduigou [Wed, 12 Mar 2014 12:13:41 -0700] rev 24122
8035584: ArrayList(c) should avoid inflation if c is empty
Reviewed-by: martin
naoto [Fri, 25 Apr 2014 10:30:35 -0700] rev 24121
8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
Reviewed-by: msheppar
sla [Fri, 25 Apr 2014 18:28:51 +0200] rev 24120
8041948: Build broken by fix of 8033104
Reviewed-by: darcy
sla [Fri, 25 Apr 2014 17:19:49 +0200] rev 24119
8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
sla [Fri, 25 Apr 2014 14:53:12 +0200] rev 24118
8039432: demo/jvmti/mtrace/TraceJFrame.java can't connect to X11
Reviewed-by: dcubed, mgronlun
sla [Fri, 25 Apr 2014 08:55:34 +0200] rev 24117
8038947: HotSpotDiagnosticMXBean/CheckOrigin.java 'NewSize' should have origin 'ERGONOMIC' but had 'DEFAULT'
Reviewed-by: mchung, jbachorik
weijun [Fri, 25 Apr 2014 10:57:09 +0800] rev 24116
8040321: keytool and jarsigner tests doesn't pass though VM tools to tools
Reviewed-by: alanb
katleman [Thu, 01 May 2014 12:51:13 -0700] rev 24115
Added tag jdk9-b11 for changeset e4dc2768f533
duke [Wed, 05 Jul 2017 19:38:54 +0200] rev 24114
Merge
lana [Thu, 01 May 2014 14:20:19 -0700] rev 24113
Merge
amurillo [Fri, 25 Apr 2014 09:59:44 -0700] rev 24112
Merge
ehelin [Fri, 25 Apr 2014 15:50:13 +0200] rev 24111
Merge
brutisso [Wed, 23 Apr 2014 12:37:36 +0200] rev 24110
8038265: CMS: enable time based triggering of concurrent cycles
Reviewed-by: mgerdin, brutisso
Contributed-by: michal@frajt.eu
ehelin [Wed, 23 Apr 2014 10:12:34 +0200] rev 24109
Merge
tschatzl [Tue, 22 Apr 2014 11:10:12 +0200] rev 24108
8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests.
Reviewed-by: mgerdin, brutisso
pliden [Thu, 17 Apr 2014 18:47:15 +0200] rev 24107
8040245: G1: VM hangs during shutdown
Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112
Reviewed-by: brutisso, tschatzl, jmasa
brutisso [Thu, 17 Apr 2014 15:57:02 +0200] rev 24106
8040722: G1: Clean up usages of heap_region_containing
Reviewed-by: tschatzl, jmasa
tschatzl [Wed, 16 Apr 2014 16:47:02 +0200] rev 24105
8040002: Clean up code and code duplication in re-diryting cards for verification
Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen.
Reviewed-by: brutisso, jmasa
tschatzl [Wed, 16 Apr 2014 16:46:58 +0200] rev 24104
8019342: G1: High "Other" time most likely due to card redirtying
Summary: Parallelize card redirtying to decrease the time it takes.
Reviewed-by: brutisso
tschatzl [Wed, 16 Apr 2014 11:05:37 +0200] rev 24103
8028710: G1 does not retire allocation buffers after reference processing work
Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly.
Reviewed-by: brutisso
tschatzl [Wed, 16 Apr 2014 10:56:17 +0200] rev 24102
8039596: Remove HeapRegionRemSet::clear_incoming_entry
Summary: The mentioned method is never used and out of date. So it is removed.
Reviewed-by: mgerdin, brutisso
tschatzl [Wed, 16 Apr 2014 10:55:58 +0200] rev 24101
8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
Summary: After changes to the PerRegionTable where all these PRTs are linked together in an additional field, simplify iterating over all PRTs by using these links instead of walki
Reviewed-by: mgerdin, jwilhelm, brutisso
tschatzl [Wed, 16 Apr 2014 10:55:26 +0200] rev 24100
8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
Summary: Instead of using a manually managed array for the in_cset_fast_test array, use a G1BiasedArray instance.
Reviewed-by: brutisso, mgerdin
tschatzl [Wed, 16 Apr 2014 10:14:50 +0200] rev 24099
8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
Summary: The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test.
Reviewed-by: brutisso
stefank [Tue, 15 Apr 2014 20:46:23 +0200] rev 24098
8039957: Replace the last few %p usages with PTR_FORMAT in the GC code
Reviewed-by: jwilhelm, sjohanss, jmasa
jwilhelm [Tue, 15 Apr 2014 18:09:53 +0200] rev 24097
8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
Summary: New test added.
Reviewed-by: ehelin, tschatzl, jwilhelm
Contributed-by: andrey.x.zakharov@oracle.com
ehelin [Mon, 14 Apr 2014 10:08:10 +0200] rev 24096
Merge
jwilhelm [Fri, 11 Apr 2014 18:28:39 +0200] rev 24095
8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
Summary: New test implemented
Reviewed-by: ehelin, tschatzl
Contributed-by: andrey.x.zakharov@oracle.com
pliden [Fri, 11 Apr 2014 12:29:24 +0200] rev 24094
8039147: Cleanup SuspendibleThreadSet
Reviewed-by: brutisso, tschatzl, mgerdin
pliden [Fri, 11 Apr 2014 11:00:12 +0200] rev 24093
8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
Reviewed-by: brutisso, mgerdin
stefank [Wed, 09 Apr 2014 13:54:32 +0200] rev 24092
8039743: Use correct format specifier to print size_t values and pointers in the GC code
Reviewed-by: jmasa, sjohanss
Contributed-by: stefan.karlsson@oracle.com, mikael.vidstedt@oracle.com
bharadwaj [Thu, 24 Apr 2014 17:20:29 -0400] rev 24091
Merge
kvn [Tue, 22 Apr 2014 17:45:56 -0700] rev 24090
8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
Summary: add missing is_mem() check when we collect load nodes in SuperWord::co_locate_pack().
Reviewed-by: iveresov
bharadwaj [Fri, 18 Apr 2014 14:30:58 -0400] rev 24089
Merge
roland [Fri, 18 Apr 2014 14:25:21 +0200] rev 24088
8039975: SIGSEGV in MethodData::next_data(ProfileData*)
Summary: profiling code in interpreter broken when argument profiling is off.
Reviewed-by: iveresov, kvn
dcubed [Fri, 18 Apr 2014 10:55:41 -0700] rev 24087
Merge
hseigel [Fri, 18 Apr 2014 08:51:34 -0400] rev 24086
8040018: Remove bad assert in ClassFileParser.cpp
Summary: Remove assert that prevent throwing valid exception
Reviewed-by: coleenp, lfoltan
ctornqvi [Fri, 18 Apr 2014 00:19:24 +0200] rev 24085
8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java
Summary: Removed test/runtime/6925573/SortMethodsTest.java
Reviewed-by: coleenp, rdurbin