MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / NewIBMJRE

Function NewIBMJRE

src/java/jres/ibm.go:9–13  ·  view source on GitHub ↗

NewIBMJRE creates a new IBM JRE provider.

(ctx *common.Context)

Source from the content-addressed store, hash-verified

7
8// NewIBMJRE creates a new IBM JRE provider.
9func NewIBMJRE(ctx *common.Context) *IBMJRE {
10 b := newBaseJRE(ctx, "IBM JRE", "ibm", []string{"ibm-java"}, []string{"jre"}, "")
11 b.extraFinalizeOpts = func() string { return "-Xtune:virtualized -Xshareclasses:none" }
12 return &IBMJRE{b}
13}

Callers 3

jre_test.goFile · 0.92
RegisterStandardJREsMethod · 0.85

Calls 1

newBaseJREFunction · 0.85

Tested by

no test coverage detected