iignatyev [Thu, 18 Aug 2016 11:26:35 +0300] rev 40651
8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
Reviewed-by: kvn
neliasso [Wed, 17 Aug 2016 22:34:33 +0200] rev 40650
Merge
neliasso [Mon, 15 Aug 2016 16:04:16 +0200] rev 40649
8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
Summary: Stackwalking from corrupt frame
Reviewed-by: dlong, thartmann
vlivanov [Wed, 17 Aug 2016 22:09:57 +0300] rev 40648
8164103: C2: Broken cmpxchgb encoding on x86
Reviewed-by: kvn, shade, psandoz
thartmann [Wed, 17 Aug 2016 06:23:04 +0000] rev 40647
Merge
thartmann [Wed, 17 Aug 2016 08:19:06 +0200] rev 40646
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
Summary: Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
dlong [Tue, 16 Aug 2016 17:54:08 +0000] rev 40645
Merge
dlong [Tue, 16 Aug 2016 09:19:13 -0700] rev 40644
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
Summary: skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
aph [Tue, 16 Aug 2016 17:31:57 +0100] rev 40643
8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong
iveresov [Mon, 15 Aug 2016 14:08:01 -0700] rev 40642
8163962: [JVMCI] integrate VarHandles
Summary: add VarHandle support to JVMCI
Reviewed-by: psandoz, iveresov
Contributed-by: Doug Simon <doug.simon@oracle.com>
ctornqvi [Sat, 20 Aug 2016 09:35:40 -0400] rev 40641
8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
Reviewed-by: coleenp
kbarrett [Fri, 19 Aug 2016 23:57:42 +0000] rev 40640
Merge
kbarrett [Sun, 14 Aug 2016 21:19:42 -0400] rev 40639
8155043: BitMap set operations assume clear bits beyond unaligned end
Summary: Be more circumspect in handling of sets with unaligned sizes.
Reviewed-by: stefank, jmasa
amurillo [Fri, 19 Aug 2016 22:28:32 +0000] rev 40638
Merge
amurillo [Fri, 19 Aug 2016 12:17:31 -0700] rev 40637
Merge
coleenp [Fri, 19 Aug 2016 22:42:25 +0200] rev 40636
Merge
coleenp [Fri, 19 Aug 2016 14:54:31 -0400] rev 40635
8145964: NoClassDefFound error in transforming lambdas
Summary: Skip VM anonymous classes in retransformation and give an error for redefinition.
Reviewed-by: dholmes, dcubed, never
acorn [Fri, 19 Aug 2016 20:38:30 +0200] rev 40634
Merge
acorn [Fri, 19 Aug 2016 11:32:43 -0400] rev 40633
8163808: Fix asserts and logging for old classfile vtable construction
Reviewed-by: coleenp, lfoltan, rprotacio, ctornqvi
ctornqvi [Fri, 19 Aug 2016 18:20:22 +0200] rev 40632
Merge
ctornqvi [Fri, 19 Aug 2016 10:06:30 -0400] rev 40631
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
erikj [Fri, 19 Aug 2016 16:02:21 +0200] rev 40630
8164297: Jtreg test exeinvoke fails to link on Ubuntu
Reviewed-by: tbell, dholmes
ysuenaga [Fri, 19 Aug 2016 01:20:39 -0400] rev 40629
8164319: CLHSDB dumpcodecache throws StackOverflowError
Reviewed-by: dholmes, dsamersoff
dholmes [Thu, 18 Aug 2016 21:37:26 -0400] rev 40628
8152849: share/vm/runtime/mutex.cpp:1161 assert(((uintptr_t(_owner))|(uintptr_t(_LockWord.FullWord))|(uintptr_t(_EntryList))|(uintptr_t(_WaitSet))|(uintptr_t(_OnDeck))) == 0) failed
Reviewed-by: dcubed
coleenp [Thu, 18 Aug 2016 10:47:09 -0400] rev 40627
8037138: x86: problem with JVMTI breakpoint
Summary: do aload(0) after rewriting aload bytecodes to fast version for frequent pairs.
Reviewed-by: dlong, dholmes, dcubed
dsamersoff [Thu, 18 Aug 2016 11:11:40 +0000] rev 40626
Merge
dsamersoff [Thu, 18 Aug 2016 14:07:00 +0300] rev 40625
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
Summary: Add more diagnostic to attach code
Reviewed-by: dholmes, alanb
dsamersoff [Thu, 18 Aug 2016 12:10:18 +0300] rev 40624
8151345: compiler/codecache/jmx/PeakUsageTest.java is failing on jdk9/dev for JPRT -testset hotspot
Reviewed-by: sla, dsamersoff
mchung [Tue, 30 Aug 2016 17:48:27 -0700] rev 40623
8160851: Remove old launcher module-related options
Reviewed-by: alanb
lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40622
Added tag jdk-9+134 for changeset 6efb7e03e19c
erikj [Mon, 05 Sep 2016 10:10:29 +0200] rev 40621
8165314: Javac server process left running if build fails on Windows
Reviewed-by: tbell, wetmore
lana [Fri, 02 Sep 2016 02:40:58 +0000] rev 40620
Merge
erikj [Thu, 01 Sep 2016 10:29:37 +0200] rev 40619
8165158: Fix zero builds for non-listed architectures
Reviewed-by: tbell
Contributed-by: doko@ubuntu.com
amurillo [Wed, 31 Aug 2016 09:22:53 -0700] rev 40618
Merge
amurillo [Fri, 26 Aug 2016 10:02:44 -0700] rev 40617
Merge
amurillo [Fri, 19 Aug 2016 12:17:31 -0700] rev 40616
Merge
ctornqvi [Fri, 19 Aug 2016 18:20:20 +0200] rev 40615
Merge
ctornqvi [Fri, 19 Aug 2016 10:09:25 -0400] rev 40614
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
erikj [Fri, 19 Aug 2016 16:02:11 +0200] rev 40613
8164297: Jtreg test exeinvoke fails to link on Ubuntu
Reviewed-by: tbell, dholmes
redestad [Wed, 31 Aug 2016 14:20:00 +0200] rev 40612
8164858: Enable build-time use of java.lang.invoke resolve tracing
Reviewed-by: erikj, vlivanov
mchung [Tue, 30 Aug 2016 17:49:50 -0700] rev 40611
8160851: Remove old launcher module-related options
Reviewed-by: jjg, alanb
lana [Thu, 01 Sep 2016 23:20:09 +0000] rev 40610
Added tag jdk-9+134 for changeset d03967e81db7
duke [Wed, 05 Jul 2017 22:08:57 +0200] rev 40609
Added tag jdk-9+134 for changeset a71210c0d980
duke [Wed, 05 Jul 2017 22:08:56 +0200] rev 40608
Merge
duke [Wed, 05 Jul 2017 22:08:49 +0200] rev 40607
Merge
jlahoda [Mon, 29 Aug 2016 20:55:24 +0200] rev 40606
8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
Summary: Only enabling the DefinedByAnalyzer on java.compiler and jdk.compiler; removing the @DefinedBy annotations from other modules
Reviewed-by: jjg, ksrini
ksrini [Mon, 29 Aug 2016 07:46:37 -0700] rev 40605
8157349: Missing doc-files in javadoc documentation
Reviewed-by: jjg
jlahoda [Mon, 29 Aug 2016 18:14:26 +0200] rev 40604
8164951: Build broken after JDK-8164745
Summary: Reverting the fix for JDK-8164745 to investigate a build failure.
Reviewed-by: jjg
rfield [Mon, 29 Aug 2016 08:17:14 -0700] rev 40603
8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
Summary: Remove the ClassLoader and other unused code in support of in-process execution. This is now supported through the SPI.
Reviewed-by: jlahoda
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40602
8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
Summary: Ensuring proper separation between named modules the unnamed module when using -Xmodule
Reviewed-by: jjg
ntv [Mon, 29 Aug 2016 11:13:48 +0000] rev 40601
8153897: jshell tool: "not active" must be pulled from resource file
Summary: Not active error msg pulled from resource file
Reviewed-by: rfield
ntv [Mon, 29 Aug 2016 09:58:42 +0000] rev 40600
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
Summary: Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield
jjg [Fri, 26 Aug 2016 15:54:36 -0700] rev 40599
8164887: update tests to remove use of old-style options
Reviewed-by: mchung
rfield [Fri, 26 Aug 2016 11:36:08 -0700] rev 40598
8158738: jshell tool: Save does not affect jshell if started from another editor
Reviewed-by: jlahoda
smarks [Thu, 25 Aug 2016 21:58:13 -0700] rev 40597
8164835: add a few tools tests to the problem list
Reviewed-by: darcy
smarks [Thu, 25 Aug 2016 17:58:39 -0700] rev 40596
8145464: implement deprecation static analysis tool
Reviewed-by: psandoz, darcy
lana [Thu, 25 Aug 2016 22:35:51 +0000] rev 40595
Merge
mcimadamore [Thu, 25 Aug 2016 11:51:19 +0100] rev 40594
8164399: inference of thrown variable does not work correctly
Summary: Logic for inferring thrown variables should exclude non proper bounds as per JLS 18.1
Reviewed-by: vromero, dlsmith
vromero [Wed, 24 Aug 2016 17:41:52 -0700] rev 40593
8161501: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getEnclosedElements() on unnamed module with unnamed package
Reviewed-by: jjg
jjg [Wed, 24 Aug 2016 15:40:35 -0700] rev 40592
8164747: allclasses-frame broken after JDK-8162353
Reviewed-by: bpatel
vromero [Wed, 24 Aug 2016 12:23:10 -0700] rev 40591
8047338: javac is not correctly filtering non-members methods to obtain the function descriptor
Reviewed-by: mcimadamore
anazarov [Tue, 23 Aug 2016 10:19:49 +0100] rev 40590
8163991: Fix license and copyright headers under test/jdk/javadoc/ and test/tools/javac/
Reviewed-by: anazarov, iris, jjg, shurailine
Contributed-by: Sandeep Konchady <sandeep.konchady@oracle.com>
darcy [Mon, 22 Aug 2016 19:33:00 -0700] rev 40589
8164598: Problem list TestIOException.java
Reviewed-by: jjg
rfield [Mon, 22 Aug 2016 19:31:37 -0700] rev 40588
8160089: jshell tool: use new double-dash long-form command-line options
Reviewed-by: jlahoda
jjg [Mon, 22 Aug 2016 16:32:40 -0700] rev 40587
8164130: Simplify doclet IOException handling
Reviewed-by: bpatel, ksrini
lana [Thu, 25 Aug 2016 21:18:47 +0000] rev 40586
Added tag jdk-9+133 for changeset 611ca58fca75
duke [Wed, 05 Jul 2017 22:08:38 +0200] rev 40585
Merge
lana [Thu, 25 Aug 2016 21:18:46 +0000] rev 40584
Added tag jdk-9+133 for changeset a6f581ca1fc4
duke [Wed, 05 Jul 2017 22:08:33 +0200] rev 40583
Merge
joehw [Fri, 26 Aug 2016 14:50:00 -0700] rev 40582
8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers
Reviewed-by: dfuchs, lancea
lana [Thu, 25 Aug 2016 22:36:20 +0000] rev 40581
Merge
joehw [Tue, 23 Aug 2016 13:33:03 -0700] rev 40580
8157797: SAX Parser throws incorrect error on invalid xml
Reviewed-by: lancea
lana [Thu, 25 Aug 2016 21:18:45 +0000] rev 40579
Added tag jdk-9+133 for changeset 0aa2e371af02
duke [Wed, 05 Jul 2017 22:08:24 +0200] rev 40578
Merge
lana [Thu, 25 Aug 2016 22:36:15 +0000] rev 40577
Merge
sundar [Thu, 25 Aug 2016 22:23:59 +0530] rev 40576
8164748: Edit pad crashes when calling function
Reviewed-by: jlaskey
sundar [Wed, 24 Aug 2016 14:02:41 +0530] rev 40575
8164618: add documentation for NativeNumber and NativeBoolean
Reviewed-by: sundar
Contributed-by: srinivas.dama@oracle.com
lana [Thu, 25 Aug 2016 21:18:47 +0000] rev 40574
Added tag jdk-9+133 for changeset a3fdd74e324a
duke [Wed, 05 Jul 2017 22:08:15 +0200] rev 40573
Merge
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40572
Added tag jdk-9+133 for changeset 93cc31534cc4
duke [Wed, 05 Jul 2017 22:08:08 +0200] rev 40571
Merge
sherman [Mon, 29 Aug 2016 11:39:12 -0700] rev 40570
8066577: Cleanup and make better use of the stream API in the jrtfs code
Reviewed-by: alanb, psandoz, redestad
snikandrova [Mon, 29 Aug 2016 20:55:06 +0300] rev 40569
8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
Reviewed-by: xuelei
sundar [Mon, 29 Aug 2016 21:09:36 +0530] rev 40568
8159004: jlink attempts to create launcher scripts when root/bin dir does not exist
Reviewed-by: jlaskey, alanb
jlaskey [Mon, 29 Aug 2016 09:10:07 -0300] rev 40567
8161000: GPL header incorrect - classfile/classpath
Reviewed-by: sundar
clanger [Mon, 29 Aug 2016 11:23:34 +0200] rev 40566
8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
Reviewed-by: alanb
wetmore [Fri, 26 Aug 2016 13:44:20 -0700] rev 40565
8061842: Package jurisdiction policy files as something other than JAR
Reviewed-by: xuelei, weijun, mullan
snikandrova [Thu, 25 Aug 2016 20:53:40 +0300] rev 40564
8005068: HttpCookie does not correctly handle negative maxAge values
Reviewed-by: chegar
ascarpino [Fri, 26 Aug 2016 09:57:36 -0700] rev 40563
8074838: Resolve disabled warnings for libj2pkcs11
Reviewed-by: wetmore, erikj
redestad [Fri, 26 Aug 2016 18:10:12 +0200] rev 40562
8164866: tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371
Reviewed-by: sundar, vlivanov
sundar [Fri, 26 Aug 2016 21:31:47 +0530] rev 40561
8164800: Cross targeting Windows
Reviewed-by: jlaskey, alanb, mchung
xiaofeya [Fri, 26 Aug 2016 08:33:28 -0700] rev 40560
8163561: Add a test for Proxy Authentication in HTTP/2 Client API
Reviewed-by: chegar
Contributed-by: Felix Yang <felix.yang@oracle.com>
redestad [Fri, 26 Aug 2016 16:16:09 +0200] rev 40559
8163371: Enable tracing which JLI classes can be pre-generated
Reviewed-by: vlivanov
mullan [Fri, 26 Aug 2016 08:16:42 -0400] rev 40558
8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes
Reviewed-by: vinnie
ssahoo [Fri, 26 Aug 2016 01:20:30 -0700] rev 40557
8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently
Summary: Some of test for bad KDC failed intermittently
Reviewed-by: weijun
sundar [Fri, 26 Aug 2016 11:50:36 +0530] rev 40556
8147491: module graph consistency checks after jlink plugins operate on module pool
Reviewed-by: jlaskey, mchung, psandoz
smarks [Thu, 25 Aug 2016 21:58:38 -0700] rev 40555
8164834: remove jdeprscan from tools/launcher/VersionCheck.java
Reviewed-by: sundar, darcy
smarks [Thu, 25 Aug 2016 17:58:49 -0700] rev 40554
8164698: modify jdk makefiles to build jdeprscan
Reviewed-by: psandoz
lana [Thu, 25 Aug 2016 22:35:56 +0000] rev 40553
Merge
mullan [Thu, 25 Aug 2016 17:08:15 -0400] rev 40552
8150158: Update bugs.sun.com references to bugs.java.com
Reviewed-by: ascarpino
mullan [Thu, 25 Aug 2016 15:06:26 -0400] rev 40551
8151893: Add security property to configure XML Signature secure validation mode
Reviewed-by: jnimeh, xuelei
redestad [Thu, 25 Aug 2016 13:29:47 +0200] rev 40550
8164739: Remove computation of predefined interpreter forms
Reviewed-by: vlivanov
alanb [Thu, 25 Aug 2016 10:01:20 +0100] rev 40549
8066943: (fs) Path.relativize() gives incorrect result for ".."
Reviewed-by: prappo, bpb
sundar [Thu, 25 Aug 2016 09:43:46 +0530] rev 40548
8163793: jlink has typo in copy-files plugin help text example
Reviewed-by: sundar, redestad
Contributed-by: srinivas.dama@oracle.com
dl [Wed, 24 Aug 2016 12:50:37 -0700] rev 40547
8163353: NPE in ConcurrentHashMap.removeAll()
Reviewed-by: martin, psandoz, redestad, alanb
bpb [Wed, 24 Aug 2016 11:23:58 -0700] rev 40546
8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java
Summary: Add some print statements.
Reviewed-by: alanb
asmotrak [Wed, 24 Aug 2016 10:58:29 -0700] rev 40545
8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups
Reviewed-by: alanb
coffeys [Wed, 24 Aug 2016 17:57:20 +0100] rev 40544
8150530: Improve javax.crypto.BadPaddingException messages
Reviewed-by: xuelei
redestad [Wed, 24 Aug 2016 16:11:21 +0200] rev 40543
8164569: Generate non-customized invoker forms at link time
Reviewed-by: vlivanov
redestad [Wed, 24 Aug 2016 16:09:34 +0200] rev 40542
8164483: Generate field lambda forms at link time
Reviewed-by: vlivanov
redestad [Wed, 24 Aug 2016 13:54:17 +0200] rev 40541
8164669: Lazier initialization of java.time
Reviewed-by: scolebourne, chegar, alanb
weijun [Wed, 24 Aug 2016 13:32:00 +0800] rev 40540
8164656: krb5 does not retry if TCP connection timeouts
Reviewed-by: xuelei
sdrach [Tue, 23 Aug 2016 11:26:41 -0700] rev 40539
8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
Reviewed-by: alanb, psandoz
Contributed-by: steve.drach@oracle.com
psandoz [Tue, 23 Aug 2016 15:44:01 -0700] rev 40538
8160971: Re-enable VarHandle tests quarantined by JDK-8160690
Reviewed-by: vlivanov
bpb [Tue, 23 Aug 2016 10:51:17 -0700] rev 40537
8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java
Summary: Remove file extensions of AAC and FLAC audio encodings from the list of extensions verified.
Reviewed-by: alanb
bchristi [Tue, 23 Aug 2016 10:49:15 -0700] rev 40536
7180225: SecurityExceptions not defined in some class loader methods
Reviewed-by: mchung, mullan
asmotrak [Tue, 23 Aug 2016 10:38:01 -0700] rev 40535
8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads
Reviewed-by: alanb
asmotrak [Tue, 23 Aug 2016 10:32:14 -0700] rev 40534
8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread
Reviewed-by: clanger, chegar
lancea [Tue, 23 Aug 2016 10:30:16 -0400] rev 40533
8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource
Reviewed-by: darcy
rfield [Mon, 22 Aug 2016 19:28:36 -0700] rev 40532
8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple
Reviewed-by: jlahoda
shurailine [Mon, 22 Aug 2016 18:22:19 -0700] rev 40531
8163126: Fix @modules in some of jdk/* tests
Reviewed-by: weijun, alanb, mchung
darcy [Mon, 22 Aug 2016 17:22:09 -0700] rev 40530
8164524: Correct inconsistencies in floating-point abs spec
Reviewed-by: martin, bpb
amurillo [Mon, 22 Aug 2016 15:27:50 -0700] rev 40529
8164589: Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java from ProblemList
Reviewed-by: jwilhelm
sdrach [Thu, 18 Aug 2016 17:18:21 -0700] rev 40528
8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
Reviewed-by: psandoz
Contributed-by: steve.drach@oracle.com
igerasim [Mon, 22 Aug 2016 22:16:54 +0300] rev 40527
8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
Reviewed-by: scolebourne, ntv, coffeys
lana [Thu, 25 Aug 2016 21:18:46 +0000] rev 40526
Added tag jdk-9+133 for changeset 77232505c496
duke [Wed, 05 Jul 2017 22:07:54 +0200] rev 40525
Merge
lana [Thu, 25 Aug 2016 22:36:30 +0000] rev 40524
Merge
jwilhelm [Fri, 19 Aug 2016 17:19:47 +0200] rev 40523
8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC
Reviewed-by: jprovino
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40522
Added tag jdk-9+133 for changeset cf75dd18b3cd
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40521
Added tag jdk-9+133 for changeset 3d8b2db865d7
duke [Wed, 05 Jul 2017 22:07:36 +0200] rev 40520
Added tag jdk-9+133 for changeset e17429a7e843
duke [Wed, 05 Jul 2017 22:07:34 +0200] rev 40519
Merge
duke [Wed, 05 Jul 2017 22:07:28 +0200] rev 40518
Merge
jlahoda [Mon, 22 Aug 2016 18:19:31 +0200] rev 40517
8156911: JShell: file manager should be closed
Summary: Properly closing the file manager when it is being thrown away on error.
Reviewed-by: rfield
rfield [Mon, 22 Aug 2016 09:12:11 -0700] rev 40516
8154374: JShell: setContextClassLoader() for remote Snippet class loader
8080347: jshell tool: /vars when the status is other than Active
Reviewed-by: jlahoda
rfield [Mon, 22 Aug 2016 08:18:18 -0700] rev 40515
8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
Reviewed-by: jlahoda
jlahoda [Mon, 22 Aug 2016 15:16:30 +0200] rev 40514
8164550: tools/javac/modules/InheritRuntimeEnvironmentTest.java fails on Windows after JDK-8153391
Summary: Empty classpath is not working on Windows; using a classpath consisting on a sole empty dir
Reviewed-by: mcimadamore
jlahoda [Mon, 22 Aug 2016 09:59:43 +0200] rev 40513
8153391: an image created for \"jdk.compiler\" fails to run javac
Summary: Improving errors produced by javac when the zipfs implementation is missing in the JDK image.
Reviewed-by: jjg
rfield [Fri, 19 Aug 2016 13:55:26 -0700] rev 40512
8158906: JShell: crashes with extremely long result value
Reviewed-by: jlahoda, shinyafox
bpatel [Fri, 19 Aug 2016 12:54:02 -0700] rev 40511
8155995: Update javadoc to include module search
Reviewed-by: jjg, ksrini
mcimadamore [Fri, 19 Aug 2016 16:45:22 +0100] rev 40510
8164481: Remove jtreg run configurations from langtools idea project
Summary: Update langtools intellij project and related ant build files.
Reviewed-by: jlahoda
lana [Thu, 18 Aug 2016 21:33:52 +0000] rev 40509
Merge
ksrini [Thu, 18 Aug 2016 05:48:35 -0700] rev 40508
8159305: Enhance the javadoc tool to support module related options
Reviewed-by: bpatel, jjg
sadayapalam [Wed, 17 Aug 2016 10:34:48 +0530] rev 40507
8162576: Missing doclint check missing for modules
Reviewed-by: jjg, ksrini
Contributed-by: lance.andersen@oracle.com, srikanth.adayapalam@oracle.com
jjg [Tue, 16 Aug 2016 10:57:13 -0700] rev 40506
8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles
Reviewed-by: bpatel
jjg [Tue, 16 Aug 2016 10:35:10 -0700] rev 40505
8098537: Incorrect fonts in Java 8 javadocs
8072052: <dd> part of <dl> list in javadoc should not be in monospace font
Reviewed-by: bpatel
jlahoda [Tue, 16 Aug 2016 16:43:00 +0200] rev 40504
8078561: Error message should be generated once when -source 6 is specified
Summary: Code to avoid duplicated errors about features not supported in the current source level moved to Log
Reviewed-by: jjg
bpatel [Mon, 15 Aug 2016 22:14:25 -0700] rev 40503
8135291: [javadoc] broken link in Package com.sun.tools.jconsole
Reviewed-by: jjg, ksrini
sadayapalam [Tue, 16 Aug 2016 09:45:19 +0530] rev 40502
8157512: AssertionError in javac when module-info < v53.0
Reviewed-by: jjg
sadayapalam [Tue, 16 Aug 2016 09:13:33 +0530] rev 40501
8157519: Error messages when compiling a malformed module-info.java confusing
Reviewed-by: jjg
jjg [Mon, 15 Aug 2016 18:00:36 -0700] rev 40500
8162353: javadoc should provide a way to disable use of frames
Reviewed-by: bpatel, ksrini
darcy [Mon, 15 Aug 2016 13:42:34 -0700] rev 40499
8163999: Workaround intermittent failures of TreePosTest.java due to C2 memory usage
Reviewed-by: jjg
rfield [Mon, 15 Aug 2016 11:39:53 -0700] rev 40498
8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ...
Reviewed-by: jlahoda
lana [Thu, 18 Aug 2016 21:01:24 +0000] rev 40497
Added tag jdk-9+132 for changeset 3f7eb1205cee
duke [Wed, 05 Jul 2017 22:07:18 +0200] rev 40496
Merge
lana [Thu, 18 Aug 2016 21:33:54 +0000] rev 40495
Merge
lancea [Thu, 18 Aug 2016 12:24:30 -0400] rev 40494
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
lana [Thu, 18 Aug 2016 21:01:22 +0000] rev 40493
Added tag jdk-9+132 for changeset 569affa8463a
duke [Wed, 05 Jul 2017 22:07:09 +0200] rev 40492
Merge
ddehaven [Fri, 19 Aug 2016 08:47:11 -0700] rev 40491
Merge
ddehaven [Mon, 15 Aug 2016 08:15:01 -0700] rev 40490
Merge
prr [Thu, 11 Aug 2016 10:38:13 -0700] rev 40489
Merge
prr [Fri, 05 Aug 2016 12:03:50 -0700] rev 40488
Merge
prr [Wed, 27 Jul 2016 18:48:44 +0800] rev 40487
8158486: Remove wptg id from jaxp resource files - JDK9
Summary: Remove wptg id from jaxp resource files
Reviewed-by: joehw
Contributed-by: li.jiang@oracle.com
lana [Thu, 18 Aug 2016 21:33:56 +0000] rev 40486
Merge
lancea [Thu, 18 Aug 2016 12:59:00 -0400] rev 40485
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
aefimov [Thu, 18 Aug 2016 16:56:31 +0300] rev 40484
8146961: Fix PermGen memory leaks caused by static final Exceptions
Reviewed-by: joehw, shade, clanger, plevart
joehw [Tue, 16 Aug 2016 17:35:47 -0700] rev 40483
6211561: XPath.evaluate(String,Object,QName) throws exception if context node is null
Reviewed-by: lancea
lana [Thu, 18 Aug 2016 21:01:22 +0000] rev 40482
Added tag jdk-9+132 for changeset c75a04d91fda
duke [Wed, 05 Jul 2017 22:06:55 +0200] rev 40481
Merge
lana [Thu, 18 Aug 2016 21:33:30 +0000] rev 40480
Merge
sundar [Thu, 18 Aug 2016 16:54:27 +0530] rev 40479
8164260: readLine does not echo characters
Reviewed-by: jlaskey
sundar [Wed, 17 Aug 2016 19:16:28 +0530] rev 40478
8164216: Netbeans makefile for nashorn should use JDK_9 as platform
Reviewed-by: jlaskey
hannesw [Tue, 16 Aug 2016 15:04:51 +0200] rev 40477
8163945: Honor Number type hint in toPrimitive on Numbers
Reviewed-by: jlaskey, mhaupt
lana [Thu, 18 Aug 2016 21:01:24 +0000] rev 40476
Added tag jdk-9+132 for changeset bdadcb4724d1
duke [Wed, 05 Jul 2017 22:06:46 +0200] rev 40475
Merge
lana [Thu, 18 Aug 2016 21:34:24 +0000] rev 40474
Merge
lancea [Wed, 17 Aug 2016 13:27:22 -0400] rev 40473
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
lana [Thu, 18 Aug 2016 21:01:21 +0000] rev 40472
Added tag jdk-9+132 for changeset ccfc90be04f8
duke [Wed, 05 Jul 2017 22:06:37 +0200] rev 40471
Merge
amurillo [Mon, 22 Aug 2016 08:27:10 -0700] rev 40470
Merge
amurillo [Fri, 19 Aug 2016 11:22:17 -0700] rev 40469
Merge
sla [Tue, 16 Aug 2016 09:57:50 +0200] rev 40468
8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
Summary: Change test so that irrelevant exceptions do not interfere
Reviewed-by: dholmes, dsamersoff
gtriantafill [Mon, 15 Aug 2016 15:35:27 -0400] rev 40467
8160833: ClassesByName2Test.java and RedefineCrossEvent.java failing with jtreg tip
Reviewed-by: dholmes, ctornqvi
amurillo [Fri, 12 Aug 2016 14:12:56 -0700] rev 40466
Merge
iveresov [Thu, 11 Aug 2016 16:22:09 -0700] rev 40465
Merge
dpochepk [Mon, 08 Aug 2016 11:32:11 +0300] rev 40464
8129523: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
Reviewed-by: kvn
dsamersoff [Thu, 11 Aug 2016 17:47:47 +0300] rev 40463
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
Summary: Added code to represent the frame mirror offset in SA
Reviewed-by: dsamersoff
Contributed-by: jini.george@oracle.com
mullan [Mon, 22 Aug 2016 08:50:40 -0400] rev 40462
8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
Reviewed-by: weijun, xuelei
redestad [Mon, 22 Aug 2016 12:57:43 +0200] rev 40461
8164525: Re-examine zero form link time pre-generation
Reviewed-by: vlivanov, forax
plevart [Mon, 22 Aug 2016 13:36:33 +0200] rev 40460
Merge