Zoltan Majo
00c9b389f6
8161720: Better byte behavior for off-heap data
...
Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz
2016-08-30 09:30:16 +02:00
Zoltan Majo
adf14d8c2d
8161720: Better byte behavior for off-heap data
...
Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz
2016-08-30 09:30:07 +02:00
Thomas Schatzl
5258f6573c
8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64
...
Do not unnecessarily touch the memory of free regions during the compaction phase in G1 full gc causing some OSes to allocate physical memory for them, decreasing performance in some situations.
Reviewed-by: mgerdin, jmasa
2016-08-30 09:17:49 +02:00
Prasanta Sadhukhan
dba7bcf4f8
6357887: selected printertray is ignored under linux
...
Reviewed-by: prr, vadim
2016-08-30 11:07:58 +05:30
Masayoshi Okutsu
5f5e297c52
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
...
Reviewed-by: peytoia
2016-08-30 14:16:16 +09:00
Amy Lu
5ee89f9f22
8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing
...
Reviewed-by: dfuchs
2016-08-30 09:36:23 +08:00
Amy Lu
5c73d79296
8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
...
Reviewed-by: darcy
2016-08-30 09:31:28 +08:00
David Holmes
6db26ca5bf
8158854: Ensure release_store is paired with load_acquire in lock-free code
...
Reviewed-by: shade, dcubed, zgu
2016-08-29 20:13:45 -04:00
Dmitry Fazunenko
56ff858c45
8164660: MinimalVM is not tested with GC tests
...
Reviewed-by: jmasa, tschatzl
2016-08-29 23:04:48 +04:00
Jan Lahoda
dc0db76409
8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
...
Only enabling the DefinedByAnalyzer on java.compiler and jdk.compiler; removing the @DefinedBy annotations from other modules
Reviewed-by: jjg, ksrini
2016-08-29 20:55:24 +02:00
Xueming Shen
bc903b0547
8066577: Cleanup and make better use of the stream API in the jrtfs code
...
Reviewed-by: alanb, psandoz, redestad
2016-08-29 11:39:12 -07:00
Svetlana Nikandrova
af8dc755fd
8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
...
Reviewed-by: xuelei
2016-08-29 20:55:06 +03:00
Tom Rodriguez
7a6ffc8b52
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
...
Reviewed-by: zmajo
2016-08-29 17:15:20 +00:00
Kirill Zhaldybin
d871b35f40
8164230: Convert TestCodeCacheRemSet_test to GTest
...
Reviewed-by: mgerdin, dfazunen
2016-08-29 20:15:12 +03:00
Phil Race
0e155b2a1b
Merge
2016-08-29 08:53:32 -07:00
Athijegannathan Sundararajan
10cbe0678a
8159004: jlink attempts to create launcher scripts when root/bin dir does not exist
...
Reviewed-by: jlaskey, alanb
2016-08-29 21:09:36 +05:30
Kumar Srinivasan
2df08320de
8157349: Missing doc-files in javadoc documentation
...
Reviewed-by: jjg
2016-08-29 07:46:37 -07:00
Jan Lahoda
bbf85261aa
8164951: Build broken after JDK-8164745
...
Reverting the fix for JDK-8164745 to investigate a build failure.
Reviewed-by: jjg
2016-08-29 18:14:26 +02:00
Robert Field
fc65d375a3
8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
...
Remove the ClassLoader and other unused code in support of in-process execution. This is now supported through the SPI.
Reviewed-by: jlahoda
2016-08-29 08:17:14 -07:00
Jan Lahoda
161e3c650a
8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
...
Ensuring proper separation between named modules and the unnamed module when using -Xmodule
Reviewed-by: jjg
2016-08-29 15:53:03 +02:00
Jan Lahoda
74e01787b3
8131023: JShell: System.in does not work
...
Pass user input to snippets/remote agent
Reviewed-by: rfield
2016-09-01 10:30:50 +02:00
Amy Lu
9f1556675e
8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
...
Reviewed-by: darcy
2016-09-01 13:18:42 +08:00
Shinya Yoshida
11de22e133
8164825: jshell tool: Completion for subcommand
...
Reviewed-by: jlahoda
2016-09-01 11:07:00 +09:00
Robert Field
7dceb3e785
8164518: JShell: Add failover case of explicitly listening to "localhost"
...
Reviewed-by: jlahoda
2016-08-31 10:35:51 -07:00
Mandy Chung
2a62da3a63
8165109: langtools/test switches to use new CLI options
...
Reviewed-by: jjg, amlu
2016-08-30 20:49:41 -07:00
Mandy Chung
8120ff3110
8160851: Remove old launcher module-related options
...
Reviewed-by: jjg, alanb
2016-08-30 17:47:46 -07:00
Stuart Marks
6bcba7521c
8164837: fix jdeprscan TestLoad and TestScan failures on Windows
...
Reviewed-by: darcy
2016-08-29 13:44:43 -07:00
Jan Lahoda
4404741f80
8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
...
Ensuring proper separation between named modules the unnamed module when using -Xmodule
Reviewed-by: jjg
2016-08-29 15:53:03 +02:00
Marcus Larsson
99f0753054
8157948: UL allows same log file with multiple file=
...
Reviewed-by: dholmes, rehn
2016-08-29 14:11:22 +02:00
Jim Laskey
1bc574a534
8161000: GPL header incorrect - classfile/classpath
...
Reviewed-by: sundar
2016-08-29 09:10:07 -03:00
Nadeesh TV
7cafba7a11
8153897: jshell tool: "not active" must be pulled from resource file
...
Not active error msg pulled from resource file
Reviewed-by: rfield
2016-08-29 11:13:48 +00:00
Nadeesh TV
70b349f565
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
...
Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield
2016-08-29 09:58:42 +00:00
Christoph Langer
ea29d586dd
8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
...
Reviewed-by: alanb
2016-08-29 11:23:34 +02:00
Dmitry Samersoff
7c219b82fc
8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
...
Cleanup build tag
Reviewed-by: iklam, rehn, ctornqvi
2016-08-29 11:59:52 +03:00
Zoltan Majo
97ed41a8e9
8163880: Constant pool caching of fields inhibited/delayed unnecessarily
...
Delay/inhibit constant pool caching of fields only if necessary
Reviewed-by: kvn
2016-08-29 07:32:37 +02:00
Jonathan Gibbons
1386ffb4f2
8164887: update tests to remove use of old-style options
...
Reviewed-by: mchung
2016-08-26 15:54:36 -07:00
Joe Wang
cdcc5575ac
8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers
...
Reviewed-by: dfuchs, lancea
2016-08-26 14:50:00 -07:00
Igor Veresov
2b1aa4e8ae
Merge
2016-08-26 14:47:52 -07:00
Igor Veresov
2ea9e88218
Merge
2016-08-26 14:47:51 -07:00
Bradford Wetmore
9cda798a33
8061842: Package jurisdiction policy files as something other than JAR
...
Reviewed-by: xuelei, weijun, mullan
2016-08-26 13:44:20 -07:00
Vivek Deshpande
1a188cf07a
8154122: Intrinsify fused mac operations
...
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
2016-08-26 12:20:09 -07:00
Robert Field
0b92f87233
8158738: jshell tool: Save does not affect jshell if started from another editor
...
Reviewed-by: jlahoda
2016-08-26 11:36:08 -07:00
Alejandro Murillo
4d1d2d4cf3
Merge
2016-08-26 10:14:15 -07:00
Alejandro Murillo
15ff5281de
Merge
2016-08-26 10:14:14 -07:00
Alejandro Murillo
9f030cfc7a
Merge
2016-08-26 10:14:14 -07:00
Alejandro Murillo
542ac8a147
Merge
2016-08-26 10:02:50 -07:00
Alejandro Murillo
7b50aee93b
Merge
2016-08-26 10:02:47 -07:00
Alejandro Murillo
7bceb5e6c3
Merge
2016-08-26 10:02:44 -07:00
Ioi Lam
e710f3bd8b
8161280: assert failed: reference count underflow for symbol
...
Reviewed-by: dholmes, coleenp, kbarrett
2016-08-26 06:37:34 -07:00
Marcus Larsson
10245a95e3
8150823: UL disables log outputs incorrectly
...
Reviewed-by: rehn, sla
2016-08-26 14:27:41 +02:00