lana [Fri, 28 Jan 2011 10:04:51 -0800] rev 8007
Merge
lana [Mon, 24 Jan 2011 13:24:56 -0800] rev 8006
Merge
sherman [Mon, 24 Jan 2011 11:47:06 -0800] rev 8005
7006576: (zipfs) Path.exists() always returns false on dirs when zip/JAR file built without dirs
7009092: (zipfs) ZipPath.isSameFile() should always return true if this Path and the given Path are equal.
7009085: (zipfs) ZipPath.normalize("/./.") returns null.
7009102: (zipfs) ZipPath.toRealPath() should always return absolute path.
Summary: zip filesystem provider update
Reviewed-by: alanb
phh [Sat, 22 Jan 2011 08:43:25 -0500] rev 8004
Merge
phh [Sat, 22 Jan 2011 08:42:14 -0500] rev 8003
Merge
phh [Fri, 21 Jan 2011 07:29:59 -0500] rev 8002
7013682: two test checking cpuTime filed java/lang/management/ThreadMXBean
Summary: Typo in 6173675 fix dropped getThreadCpuTime(long) result on the floor.
Reviewed-by: mchung, dholmes
phh [Thu, 20 Jan 2011 19:34:40 -0500] rev 8001
6173675: M&M: approximate memory allocation rate/amount per thread
Summary: Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean.
Reviewed-by: mchung, alanb, dholmes, emcmanus
zgu [Fri, 21 Jan 2011 11:38:25 -0800] rev 8000
Merge
zgu [Thu, 20 Jan 2011 10:45:58 -0500] rev 7999
6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108
Summary: Using closesocket to close socket handler to avoid invalid C runtime parameter exception.
Reviewed-by: alanb, phh, dcubed, dsamersoff, coleenp, acorn
mchung [Fri, 21 Jan 2011 09:45:23 -0800] rev 7998
Merge
mchung [Fri, 21 Jan 2011 09:43:57 -0800] rev 7997
6912013: Remove the temporary launcher fix to add modules in the bootclasspath
Reviewed-by: ksrini
chegar [Fri, 21 Jan 2011 17:04:13 +0000] rev 7996
Merge
chegar [Fri, 21 Jan 2011 17:02:57 +0000] rev 7995
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
Reviewed-by: alanb, michaelm
mchung [Thu, 20 Jan 2011 22:17:31 -0800] rev 7994
7013739: jdk_rmi target is missing in the top repo's test/Makefile
Reviewed-by: ohair, igor
chegar [Thu, 20 Jan 2011 15:23:57 +0000] rev 7993
7011857: java/util/concurrent/Phaser/FickleRegister.java fails on solaris-sparc
Summary: Remove from ProblemList, failure resolved by 7009231
Reviewed-by: alanb
lana [Wed, 19 Jan 2011 19:00:30 -0800] rev 7992
Merge
sundar [Mon, 17 Jan 2011 13:29:12 +0530] rev 7991
6508943: small typo in the documentation
6759414: javascript engine can not write to StringWriter
6869617: RhinoScriptEngine bug : ScriptException cause not set (with fix)
7012701: Add a test to check that Rhino's RegExp parser accepts unescaped '['
Reviewed-by: alanb, jjh
smarks [Fri, 14 Jan 2011 15:31:45 -0800] rev 7990
7012003: diamond conversion for ssl
Reviewed-by: wetmore
chegar [Fri, 14 Jan 2011 22:34:31 +0000] rev 7989
7010903: impl. of http.maxConnections is different from the description in JavaSE document
Reviewed-by: alanb, michaelm
darcy [Thu, 13 Jan 2011 22:21:58 -0800] rev 7988
7012279: Project Coin: Clarify AutoCloseable and Throwable javadoc
Reviewed-by: jjb
mduigou [Thu, 13 Jan 2011 20:32:12 -0800] rev 7987
6728865: Provide a better heuristics for Collections.disjoint method
Reviewed-by: alanb, dholmes, chegar, forax
michaelm [Thu, 13 Jan 2011 16:33:07 +0000] rev 7986
7003398: NetworkInterface equals() and hashCode() behaviors depend on permissions granted
Reviewed-by: chegar, alanb
michaelm [Thu, 13 Jan 2011 14:41:53 +0000] rev 7985
Merge
michaelm [Thu, 13 Jan 2011 11:10:14 +0000] rev 7984
Merge
michaelm [Wed, 12 Jan 2011 15:05:10 +0000] rev 7983
6829919: URLClassLoader.close() doesn't close resource file if getResourceAsStream(...) was called before
Reviewed-by: chegar
chegar [Thu, 13 Jan 2011 13:24:58 +0000] rev 7982
6964547: Impossible to set useV4 in SocksSocketImpl
Summary: Add socksProxyVersion property
Reviewed-by: alanb, michaelm
michaelm [Thu, 13 Jan 2011 11:02:28 +0000] rev 7981
Merge
michaelm [Thu, 13 Jan 2011 11:01:30 +0000] rev 7980
6896088: URLClassLoader.close() apparently not working for JAR URLs on Windows
Reviewed-by: chegar
kamg [Wed, 12 Jan 2011 15:27:43 -0800] rev 7979
Merge
kamg [Wed, 12 Jan 2011 11:47:35 -0500] rev 7978
6436034: Instance filter doesn't filter event if it occurs in native method
Summary: Use 'GetLocalInstance' JVMTI extension if it exists
Reviewed-by: coleenp, dcubed
smarks [Wed, 12 Jan 2011 13:52:09 -0800] rev 7977
7008713: diamond conversion of kerberos5 and security tools
Reviewed-by: weijun
dl [Wed, 12 Jan 2011 14:40:36 +0000] rev 7976
7005424: Resync java.util.concurrent classes with Dougs CVS - Jan 2011
Reviewed-by: dholmes, chegar, mduigou
smarks [Tue, 11 Jan 2011 13:42:34 -0800] rev 7975
7011095: revert diamond changes from 6880112 that occur in method args
Reviewed-by: darcy, alanb
lancea [Tue, 11 Jan 2011 12:36:43 -0500] rev 7974
7000693: java.sql.Timestamp compareTo() issues using low values
Reviewed-by: okutsu
smarks [Mon, 10 Jan 2011 17:06:10 -0800] rev 7973
7005608: diamond conversion of JCA and crypto providers
Reviewed-by: wetmore
lancea [Mon, 10 Jan 2011 14:43:50 -0500] rev 7972
6544224: Remove the need of sun.reflect.misc
Reviewed-by: alanb
alanb [Mon, 10 Jan 2011 09:32:32 +0000] rev 7971
7002957: (fc) FileChannel.transferTo fails to load libsendfile on Solaris 64-bit
Reviewed-by: chegar
smarks [Fri, 07 Jan 2011 15:39:58 -0800] rev 7970
7008728: diamond conversion of basic security, permissions, authentication
Reviewed-by: mullan
chegar [Fri, 07 Jan 2011 21:02:58 +0000] rev 7969
7009760: Possible stack corruption in Java_java_net_TwoStacksPlainSocketImpl_socketGetOption
Summary: SOCKET_ADDRESS -> SOCKETADDRESS
Reviewed-by: alanb
alanb [Fri, 07 Jan 2011 15:51:26 +0000] rev 7968
Merge
alanb [Fri, 07 Jan 2011 15:49:44 +0000] rev 7967
6993732: Remove the HPI
Reviewed-by: ohair, lancea, chegar, mduigou, mchung, mr
chegar [Fri, 07 Jan 2011 13:08:18 +0000] rev 7966
7000511: PrintStream, PrintWriter, Formatter, Scanner leave files open when exception thrown
Reviewed-by: alanb, mduigou
lana [Mon, 24 Jan 2011 13:21:20 -0800] rev 7965
Merge
rupashka [Mon, 24 Jan 2011 18:04:37 +0300] rev 7964
6735293: javax.swing.text.NavigationFilter.getNextVisualPositionFrom() not always throws BadLocationException
Reviewed-by: peterz
lana [Wed, 19 Jan 2011 21:51:10 -0800] rev 7963
Merge
rupashka [Wed, 19 Jan 2011 17:01:50 +0300] rev 7962
6246816: SwingSet2 should be rewritten
Reviewed-by: peterz
rupashka [Mon, 17 Jan 2011 19:14:58 +0300] rev 7961
6342301: Bad interaction between setting the ui and file filters in JFileChooser
Reviewed-by: alexp
rupashka [Thu, 13 Jan 2011 20:12:45 +0300] rev 7960
6990651: Regression: NPE when refreshing applet since 6u22-b01
Reviewed-by: peterz
rupashka [Tue, 11 Jan 2011 12:51:33 +0300] rev 7959
6589952: Swing: dead links in API documentation
Reviewed-by: alexp
lana [Mon, 24 Jan 2011 13:20:07 -0800] rev 7958
Merge
lana [Thu, 20 Jan 2011 10:49:03 -0800] rev 7957
Merge
dcherepanov [Thu, 20 Jan 2011 14:29:03 +0300] rev 7956
7011442: AppletClassLoader.java needs to avoid spurious wakeup
Reviewed-by: anthony
dcherepanov [Thu, 20 Jan 2011 14:28:40 +0300] rev 7955
7011443: ./share/classes/sun/awt/SunToolkit.java needs to avoid spurious wakeup
Reviewed-by: anthony
dcherepanov [Thu, 20 Jan 2011 14:27:11 +0300] rev 7954
7011446: ./windows/classes/sun/awt/windows/WToolkit.java needs to avoid spurious wakeup
Reviewed-by: anthony
lana [Mon, 24 Jan 2011 13:18:36 -0800] rev 7953
Merge
bae [Mon, 24 Jan 2011 15:37:57 +0300] rev 7952
6999620: [parfait] potential buffer overruns in 2d and awt
Reviewed-by: jgodinez, prr
bae [Mon, 24 Jan 2011 15:14:26 +0300] rev 7951
7002766: Java2d: Changes to correct c/c++ language issues for use of parfait
Reviewed-by: jgodinez, prr
prr [Fri, 21 Jan 2011 08:04:04 -0800] rev 7950
6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
Reviewed-by: igor, jgodinez
prr [Fri, 21 Jan 2011 07:59:15 -0800] rev 7949
6892493: potential memory leaks in 2D font code indentified by parfait.
Reviewed-by: bae, igor
prr [Thu, 20 Jan 2011 13:56:26 -0800] rev 7948
7013646: remove obsolete fontconfig files for linux and solaris
Reviewed-by: igor, jgodinez
prr [Thu, 20 Jan 2011 10:45:39 -0800] rev 7947
6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails
Reviewed-by: jgodinez
lana [Wed, 19 Jan 2011 19:35:27 -0800] rev 7946
Merge
prr [Wed, 19 Jan 2011 17:07:51 -0800] rev 7945
7013109: windows application manifest problems
6820955: Update application manifests with new Windows 7 dpiAware section
Reviewed-by: ohair, art
prr [Wed, 19 Jan 2011 17:02:52 -0800] rev 7944
6983037: closed/java/awt/font/FontNames/Type1Fonts.java failed due to missed font
Reviewed-by: igor
prr [Wed, 19 Jan 2011 09:22:40 -0800] rev 7943
6951501: EUDC character is not displayed on Swing
Reviewed-by: igor, jgodinez
dlila [Wed, 19 Jan 2011 11:31:27 -0500] rev 7942
4493128: CubicCurve2D intersects method fails
Summary: Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
dlila [Wed, 19 Jan 2011 09:44:52 -0500] rev 7941
4724552: CubicCurve2D.contains(Rectangle2D) returns true when only partially contained.
Summary: Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
prr [Fri, 14 Jan 2011 15:07:48 -0800] rev 7940
6930980: Disable TrueType hinting for fonts known not to hint well
Reviewed-by: igor, jgodinez
jgodinez [Fri, 14 Jan 2011 14:25:47 -0800] rev 7939
6939417: ArrayIndexOutOfBoundsException in Win 7 on selected printers
Reviewed-by: igor, prr
prr [Fri, 14 Jan 2011 12:10:45 -0800] rev 7938
6925760: Scaled graphics can cause overlapped LCD mode strings on Windows for pixel size > 48
Reviewed-by: igor, jgodinez
prr [Fri, 14 Jan 2011 11:43:36 -0800] rev 7937
6989370: Windows platform fonts may be incorrectly marked as ineligible for the native rasteriser
Reviewed-by: igor, jgodinez
prr [Fri, 14 Jan 2011 11:05:59 -0800] rev 7936
6951086: Excessive Local References in sun.font.SunLayoutEngine.nativeLayout
Reviewed-by: igor, jgodinez
prr [Thu, 13 Jan 2011 14:11:56 -0800] rev 7935
6917884: NPE in sun.font.FcFontConfiguration.getPlatformFontNames
Reviewed-by: igor, jgodinez
prr [Thu, 13 Jan 2011 12:08:01 -0800] rev 7934
7012269: mapfile for headless awt needs getFontPathNative defined
Reviewed-by: igor
prr [Thu, 13 Jan 2011 10:36:51 -0800] rev 7933
7001056: JDK 7 fails on to build on Solaris 10 update 9 - updated Xrender header files
Reviewed-by: igor, jgodinez
prr [Wed, 12 Jan 2011 15:58:15 -0800] rev 7932
6958221: java.awt.Font.getFamily() leads to JVM crash on Linux on JDK7 for "custom" fonts
Reviewed-by: igor, jgodinez
cl [Thu, 27 Jan 2011 17:28:46 -0800] rev 7931
Added tag jdk7-b127 for changeset a7313d21f4d1
duke [Wed, 05 Jul 2017 17:33:11 +0200] rev 7930
Merge
trims [Tue, 01 Feb 2011 18:57:53 -0800] rev 7929
Merge
trims [Fri, 21 Jan 2011 02:07:11 -0800] rev 7928
Merge
iveresov [Fri, 21 Jan 2011 00:01:41 -0800] rev 7927
7013812: C1: deopt blob too far from patching stub
Summary: Use long jumps to get from patching stubs to deopt blob
Reviewed-by: kvn, never
trims [Thu, 20 Jan 2011 18:24:04 -0800] rev 7926
Merge
trims [Thu, 20 Jan 2011 17:53:38 -0800] rev 7925
Merge
johnc [Thu, 20 Jan 2011 13:57:12 -0800] rev 7924
Merge
tonyp [Wed, 19 Jan 2011 19:30:42 -0500] rev 7923
6977804: G1: remove the zero-filling thread
Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
Reviewed-by: jcoomes, johnc
johnc [Wed, 19 Jan 2011 13:04:37 -0800] rev 7922
Merge
johnc [Wed, 19 Jan 2011 13:01:11 -0800] rev 7921
7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow
Summary: With recent G1 allocation path changes, the value of StackShadowPages in fast debug builds of the JVM, is no longer large enough to prevent the JVM C++ code from touching the stack guard pages. Increase the value of StackShadowPages to a suitable value.
Reviewed-by: ysr, tonyp, coleenp
tonyp [Wed, 19 Jan 2011 09:35:17 -0500] rev 7920
7011379: G1: overly long concurrent marking cycles
Summary: This changeset introduces filtering of SATB buffers at the point when they are about to be enqueued. If this filtering clears enough entries on each buffer, the buffer can then be re-used and not enqueued. This cuts down the number of SATB buffers that need to be processed by the concurrent marking threads.
Reviewed-by: johnc, ysr
dcubed [Wed, 19 Jan 2011 19:24:34 -0800] rev 7919
Merge
kamg [Wed, 19 Jan 2011 13:51:53 -0800] rev 7918
7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do
Reviewed-by: dcubed, ysr, coleenp
never [Wed, 19 Jan 2011 08:16:45 -0800] rev 7917
7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
Summary: The Relocator should pass a NULL methodOop when rewriting since its resource array can never contain breakpoints.
Reviewed-by: dcubed, kvn, coleenp
dcubed [Wed, 19 Jan 2011 07:41:39 -0800] rev 7916
7012493: 2/2 6849574/Test.java fails with Internal Error (src/share/vm/prims/jvmtiTagMap.cpp:3294)
Summary: Refine assertion to work before VMThread has started.
Reviewed-by: ysr, never, dholmes, acorn
dcubed [Wed, 19 Jan 2011 07:15:09 -0800] rev 7915
Merge
coleenp [Fri, 14 Jan 2011 13:47:53 -0500] rev 7914
6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun
Summary: Check buffer size before using and use dynamic buffer sizes for subsequent calls.
Reviewed-by: kamg, dholmes
never [Thu, 13 Jan 2011 22:15:41 -0800] rev 7913
4926272: methodOopDesc::method_from_bcp is unsafe
Reviewed-by: coleenp, jrose, kvn, dcubed
iveresov [Tue, 18 Jan 2011 18:00:06 -0800] rev 7912
7012766: assert(false) failed: DEBUG MESSAGE in MacroAssembler::debug32
Summary: Interpreter expects to see methodOop in rbx on method entry, which needs to be restored after call to profile_method.
Reviewed-by: kvn, never
kvn [Tue, 18 Jan 2011 17:10:03 -0800] rev 7911
7012965: Fix failed on sparc for 7009756: volatile variables could be broken throw reflection API
Summary: Use LDX/STX on v9 and LDD/STD on v8 sparc for volatile long moves.
Reviewed-by: never
minqi [Thu, 07 Oct 2010 13:49:40 -0700] rev 7910
6966589: hs16-b08 causes java.lang.StackOverflowError
Reviewed-by: mchung, dholmes, chrisphi
trims [Thu, 13 Jan 2011 22:54:23 -0800] rev 7909
Merge
johnc [Thu, 13 Jan 2011 17:19:21 -0800] rev 7908
Merge
ysr [Thu, 13 Jan 2011 11:33:56 -0800] rev 7907
7011940: iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0x360
Summary: Revert a (relaxed version of the) bounds-check that was incorrectly removed in the fix for 7008136.
Reviewed-by: jmasa, johnc
brutisso [Thu, 13 Jan 2011 04:43:30 -0800] rev 7906
6941122: G1: UseLargePages does not work with G1 garbage collector
Summary: Pass the value of UseLargePages instead of false as the "large" parameter when reserving the G1 heap.
Reviewed-by: tonyp, johnc, phh
tonyp [Wed, 12 Jan 2011 16:34:25 -0500] rev 7905
6994297: G1: do first-level slow-path allocations with a CAS
Summary: First attempt to allocate out the current alloc region using a CAS instead of taking the Heap_lock (first level of G1's slow allocation path). Only if that fails and it's necessary to replace the current alloc region take the Heap_lock (that's the second level of G1's slow allocation path).
Reviewed-by: johnc, brutisso, ysr
tonyp [Wed, 12 Jan 2011 13:06:00 -0500] rev 7904
7007068: G1: refine the BOT during evac failure handling
Summary: During evacuation failure handling we refine the BOT to reflect the location of all the objects in the regions we scan. The changeset includes some minor cleanup: a) non-product print_on() method on the G1 BOT class, b) added more complete BOT verification during heap / region verification, c) slight modification to the BOT set up for humongous regions to be more consistent with the BOT set up during evac failure handling, and d) removed a couple of unused methods.
Reviewed-by: johnc, ysr
ysr [Thu, 06 Jan 2011 23:50:02 -0800] rev 7903
7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant
Summary: The recorded _sweep_limit may not necessarily remain a block boundary as the old generation expands during a concurrent cycle. Terminal actions inside the sweep closure need to be aware of this as they cross over the limit.
Reviewed-by: johnc, minqi
dcubed [Thu, 13 Jan 2011 08:32:15 -0800] rev 7902
Merge
coleenp [Wed, 12 Jan 2011 13:59:18 -0800] rev 7901
7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined
Summary: Change get_temp_directory() back to /tmp and %TEMP% like it always was and where the tools expect it to be.
Reviewed-by: phh, dcubed, kamg, alanb
kevinw [Wed, 12 Jan 2011 15:44:16 +0000] rev 7900
6994753: Implement optional hook to a Java method at VM startup.
Reviewed-by: mchung, acorn
phh [Tue, 11 Jan 2011 17:50:26 -0500] rev 7899
Merge
phh [Tue, 11 Jan 2011 17:33:21 -0500] rev 7898
7011463: Sparc MacroAssembler::incr_allocated_bytes() needs a RegisterOrConstant argument
Summary: Replaced incr_allocated_bytes() formals var_size_in_bytes and con_size_in_bytes with a single RegisterOrConstant formal.
Reviewed-by: twisti, jcoomes
kamg [Tue, 11 Jan 2011 10:06:00 -0500] rev 7897
6814943: getcpool001 catches more than one JvmtiThreadState problem
Summary: Mark field volatile, use membars, and change access order to close race
Reviewed-by: dcubed, dholmes
kamg [Mon, 10 Jan 2011 17:14:53 -0500] rev 7896
6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
Summary: Make JvmtiGCMark safe to run non-safepoint and instrument CMS
Reviewed-by: ysr, dcubed
dcubed [Mon, 10 Jan 2011 09:23:20 -0800] rev 7895
Merge
dholmes [Sun, 09 Jan 2011 17:16:16 -0500] rev 7894
7010665: Misplaced membar in C1 implementation of Unsafe.get/putXXX
Summary: Modify membars to match regular volatile variable handling
Reviewed-by: iveresov, kvn, never
twisti [Thu, 13 Jan 2011 07:28:47 -0800] rev 7893
Merge
iveresov [Wed, 12 Jan 2011 18:33:25 -0800] rev 7892
7011627: C1: call_RT must support targets that don't fit in wdisp30
Summary: Make both compilers emit near and far calls when necessary.
Reviewed-by: never, kvn, phh
twisti [Thu, 13 Jan 2011 07:20:32 -0800] rev 7891
Merge
kvn [Tue, 11 Jan 2011 20:26:13 -0800] rev 7890
7011386: race in objArrayKlass::array_klass_impl
Summary: Move _lower_dimension field initialization before _higher_dimension and add storestore barrier.
Reviewed-by: dholmes, iveresov, never
iveresov [Mon, 10 Jan 2011 18:46:29 -0800] rev 7889
4930919: race condition in MDO creation at back branch locations
Summary: Reuse set_method_data_for_bcp() to setup mdp after MDO creation.
Reviewed-by: kvn, never
twisti [Mon, 10 Jan 2011 03:58:07 -0800] rev 7888
7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly
Reviewed-by: kvn, never