Request for review 7170638: Use DTRACE_PROBE[N] in JNI Set and	SetStatic Field.
    Mark Wielaard 
    mjw at redhat.com
       
    Thu Oct  4 11:48:10 PDT 2012
    
    
  
On Fri, Oct 05, 2012 at 12:00:11AM +1000, David Holmes wrote:
> We will need to fix the top-level build regardless, so that it
> passes down OPENJDK=true.
I believe the only thing needed for that is the patch I posted in
the other email:
--- openjdk/make/Defs-internal.gmk.orig	2012-10-03 16:08:00.239767294 +0200
+++ openjdk/make/Defs-internal.gmk	2012-10-03 16:07:50.508629201 +0200
@@ -325,6 +325,10 @@
      PREVIOUS_MICRO_VERSION=$(PREVIOUS_MICRO_VERSION) \
      STATIC_CXX=$(STATIC_CXX)
+ifdef OPENJDK
+  COMMON_BUILD_ARGUMENTS += OPENJDK=$(OPENJDK)
+endif
+
  ifdef ARCH_DATA_MODEL
    COMMON_BUILD_ARGUMENTS += ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)
  endif
Cheers,
Mark
    
    
More information about the hotspot-dev
mailing list