You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/openjdk-pacbti-gcp/_index.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,30 @@
1
1
---
2
-
title: Build OpenJDK with PAC/BTI support on Azure Cobalt 100
2
+
title: Test for PAC/BTI support within OpenJDK on Google Cloud C4A Arm-based VMs
3
3
4
-
description: Learn how to compile OpenJDK with branch protection on an Azure Cobalt 100 Arm VM and verify PAC/BTI support in the resulting JVM.
4
+
description: Learn how to test OpenJDK and verify PAC/BTI support using a Google Cloud C4A Arm-based VM.
5
5
6
6
draft: true
7
7
cascade:
8
8
draft: true
9
9
10
-
minutes_to_complete: 60
10
+
minutes_to_complete: 30
11
11
12
-
who_is_this_for: This is an introductory topic for Java developers who want to compile OpenJDK from source with PAC/BTI branch protection enabled and verify the resulting JVM on an Azure Cobalt 100 Arm-based virtual machine.
12
+
who_is_this_for: This Learning Path is for developers who want to validate OpenJDK JVM PAC/BTI support on Google Cloud C4A Arm-based virtual machines.
13
13
14
14
learning_objectives:
15
-
- Provision an Azure Cobalt 100 Arm-based virtual machine with Ubuntu Pro 24.04 LTS.
16
-
- Build OpenJDK on Arm with branch protection support enabled.
15
+
- Provision an Google Cloud C4A Arm-based virtual machine with SuSE Enterprise Server.
17
16
- Verify PAC/BTI readiness in the installed JVM runtime.
18
17
19
18
prerequisites:
20
-
- A [Microsoft Azure](https://azure.microsoft.com/) account with access to Cobalt 100 based instances (Dpsv6)
21
-
- Familiarity with the Linux command line and SSH
22
-
- Basic familiarity with Java and the JDK toolchain
23
-
19
+
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free) account with billing enabled
0 commit comments