Re: RFR: 8279134: Fix Amazon copyright in various files

2021-12-23 Thread Paul Hohensee
On Wed, 22 Dec 2021 09:07:24 GMT, Sergey Bylokhov wrote: > This bug is similar to https://bugs.openjdk.java.net/browse/JDK-8244094 > > Currently, some of the files in the OpenJDK repo have Amazon copyright > notices which are all slightly different and do not conform to Amazons > preferred

Re: RFR: 8271737: Only normalize the cached user.dir property once

2021-10-11 Thread Paul Hohensee
On Thu, 7 Oct 2021 14:05:19 GMT, Evgeny Astigeevich wrote: > The change completes the fix of > [JDK-8198997](https://bugs.openjdk.java.net/browse/JDK-8198997) which has > added normalisation in a constructor but not removed it from the get method. Lgtm. - Marked as reviewed by

Re: Request for Review (XXL): 7104647: Adding a diagnostic command framework

2011-12-07 Thread Paul Hohensee
For the hotspot part: In attachListener.cpp, you might want to delete the first return JNI_OK; line, since the code under HAS_PENDING_EXCEPTION just falls through. In jmm.h, minor formatting nit: be nice to indent (JNIEnv on lines 318, 319 and 325 the same as the existing declarations. Add a

Re: Request for Review (XXL): 7104647: Adding a diagnostic command framework

2011-12-07 Thread Paul Hohensee
This is just the start of a review: fumble-fingers sent it well before it's time. Paul On 12/7/11 4:15 PM, Paul Hohensee wrote: For the hotspot part: In attachListener.cpp, you might want to delete the first return JNI_OK; line, since the code under HAS_PENDING_EXCEPTION just falls through

hg: jdk7/tl/jdk: 4 new changesets

2011-01-22 Thread paul . hohensee
Changeset: c73c178159d8 Author:phh Date: 2011-01-20 19:34 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c73c178159d8 6173675: MM: approximate memory allocation rate/amount per thread Summary: Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean,

Re: signal chaining and self defence

2010-05-13 Thread Paul Hohensee
A partial answer: one of the Hotspot engineers says I think the short answer is that chaining requires LD_PRELOAD to override the signal entry points. Otherwise we [Hotspot] wouldn't see the calls that change the signal handlers. If the Java command itself linked against jsig that would work

Re: signal chaining and self defence

2010-05-11 Thread Paul Hohensee
More info from Hotspot engineers. Does webstart allow running your own native code in an applet? (Does plugin while So I am guessing that they have java interfaces using the jvm/JIT - then gluegen -- how does gluegen work here? Is it precompiled or does it do a translation at run

Re: Kinda ?

2010-03-22 Thread Paul Hohensee
in a way plus somewhat, as in it's kinda bad == in a way, it's somewhat bad. On 3/22/10 7:02 PM, Ulf Zibis wrote: Can somebody betray the sense of Kinda to me? -Ulf